<?xml-stylesheet href='/static/xsl/oai.xsl' type='text/xsl'?>
<ri:Resource created="2016-03-22T18:31:55" status="active" updated="2026-04-30T22:00:46.793" 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: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/VODataService/v1.1 http://vo.ari.uni-heidelberg.de/docs/schemata/VODataService.xsd" xsi:type="vs:CatalogService">
           <title>ESASky TAP</title>
           <shortName>ESASky</shortName>
           <identifier>ivo://esavo/esasky/tap</identifier>
           <curation>
              <publisher>European Space Agency</publisher>
              <contact>
                 <name>Bruno Merin</name>
                 <email>esdc_leads@cosmos.esa.int</email>
                 <telephone>+34918131456</telephone>
              </contact>
           </curation>
           <content>
              <subject>ESA, ESASky, Archive, ESAC</subject>
              <description>ESASky is a science-driven discovery portal providing full access to the entire sky as observed with all ESA Space astronomy missions. This service provides access to catalogues, observations, and spectra hosted at the ESAC Science Data Centre.</description>
              <referenceURL>https://sky.esa.int</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://sky.esa.int/esasky-tap/tap</accessURL>
              </interface>
              <language>
                 <name>ADQL</name>
                 <version ivo-id="ivo://ivoa.net/std/ADQL#v2.0">2.0</version>
                 <version ivo-id="ivo://ivoa.net/std/ADQL#v2.1">2.1</version>
                 <description>ADQL 2.1</description>
                 <languageFeatures type="ivo://ivoa.net/std/tapregext#features-udf">
                    <feature>
                       <form>esdc_array_dims(n VARCHAR) -&gt; VARCHAR</form>
                       <description>
        						Returns a text representation of array dimensions
        						Parameters:
        							n: Input array.</description>
                    </feature>
                    <feature>
                       <form>esdc_array_element(n VARCHAR, position INTEGER) -&gt; VARCHAR</form>
                       <description>
        						Returns the requested element (second argument) of the provided array as first argument in the input
        						Parameters:
        							n: Input array.
        							position: array position of the element to be retrieved where position = 1 refers to the first array element</description>
                    </feature>
                    <feature>
                       <form>esdc_array_length(n VARCHAR, dim INTEGER) -&gt; INTEGER</form>
                       <description>
        						Returns the length of the requested array dimension
        						Parameters:
        							n: Input array.
        							dim: Input dimension.</description>
                    </feature>
                    <feature>
                       <form>esdc_array_ndims(n VARCHAR) -&gt; INTEGER</form>
                       <description>
        						Returns the number of dimensions of the array.
        						Parameters:
        							n: Input array.</description>
                    </feature>
                    <feature>
                       <form>esdc_astrometric_parameter_error(e_ra_deg DOUBLE, e_de_deg DOUBLE, e_plx DOUBLE, e_pm_ra DOUBLE, e_pm_de DOUBLE, de_ra DOUBLE, plx_ra DOUBLE, pm_ra_ra DOUBLE, pm_de_ra DOUBLE, plx_de DOUBLE, pm_ra_de DOUBLE, pm_de_de DOUBLE, pm_ra_plx DOUBLE, pm_de_plx DOUBLE, pm_de_pm_ra DOUBLE, parallax DOUBLE, radial_velocity DOUBLE, e_rv DOUBLE) -&gt; DOUBLE[21]</form>
                       <description>
        						Returns the astrometric parameter errors double array to be used as input for epoch_prop() function
        						Parameters:
        							e_ra_deg: Standard Error in Right Ascension (mas)
        							e_de_deg: Standard Error in Declination (mas)
        							e_plx: Standard Error in Parallax (mas)
        							e_pm_ra: Standard Error in Proper Motion in RA (mas/yr)
        							e_pm_de: Standard Error in Proper Motion in Dec (mas/yr)
        							de_ra: Correlation Coefficient RA/Dec
        							plx_ra: Correlation Coefficient Parallax/RA
        							pm_ra_ra: Correlation Coefficient Proper Motion in RA/RA
        							pm_de_ra: Correlation Coefficient Proper Motion in Dec/RA
        							plx_de: Correlation Coefficient Parallax/Dec
        							pm_ra_de: Correlation Coefficient Proper Motion in RA/Dec
        							pm_de_de: Correlation Coefficient, Proper Motion in Dec/Dec
        							pm_ra_plx: Correlation Coefficient Proper Motion in RA/Parallax
        							pm_de_plx: Correlation Coefficient, Proper Motion in Dec/Parallax
        							pm_de_pm_ra: Correlation Coefficient, Proper Motion in RA/Proper Motion in Dec
        							parallax: Parallax (mas)
        							radial_velocity: Radial Velocity (km/s)
        							e_rv: Standard Error in Radial Velocity (km/s)</description>
                    </feature>
                    <feature>
                       <form>esdc_astrometric_parameters(ra DOUBLE, de DOUBLE, parallax DOUBLE, pm_ra DOUBLE, pm_de DOUBLE, radial_velocity DOUBLE) -&gt; DOUBLE[6]</form>
                       <description>
        						Returns the astrometric parameters double array to be used as input for epoch_prop() function
        						Parameters:
        							ra: Right Ascension (deg)
        							de: Declination (deg)
        							parallax: Parallax (mas)
        							pm_ra: Proper Motion in Right Ascension (mas/yr)
        							pm_de: Proper Motion in Declination (mas/yr)
        							radial_velocity: Radial Velocity (km/s)</description>
                    </feature>
                    <feature>
                       <form>esdc_cardinality(n VARCHAR) -&gt; INTEGER</form>
                       <description>
        						Returns the total number of elements in the array, or 0 if the array is empty.
        						Parameters:
        							n: Input array.</description>
                    </feature>
                    <feature>
                       <form>esdc_case_condition(default_value VARCHAR, conditions VARCHAR, results VARCHAR) -&gt; VARCHAR</form>
                       <description>
        						For an array of input conditions and results, return the first one found true.
        						Parameters:
        							default_value: Value to return if all conditions are false.
        							conditions: Input conditions array.
        							results: Input results array.</description>
                    </feature>
                    <feature>
                       <form>esdc_case_expression(input_value VARCHAR, default_value VARCHAR, condition_values VARCHAR, results VARCHAR) -&gt; VARCHAR</form>
                       <description>
        						For an array of input conditions and results, return the first one found equal to input value.
        						Parameters:
        							input_value: Value to compare condition values with.
        							default_value: Value to return if none of condition_values equal input_value.
        							condition_values: Input results array.
        							results: Input results array.</description>
                    </feature>
                    <feature>
                       <form>esdc_crossmatch_positional(table_schema_a VARCHAR, table_name_a VARCHAR, table_schema_b VARCHAR, table_name_b VARCHAR, radius DOUBLE, output_table_name VARCHAR) -&gt; BIGINT</form>
                       <description>
        						For input tables, create a positional crossmatch for input radius and store it in a separate table.
        						Parameters:
        							table_schema_a: First table schema.
        							table_name_a: First table name.
        							table_schema_b: Second table schema.
        							table_name_b: Second table name.
        							radius: Crossmatch radius.
        							output_table_name: Output table name.</description>
                    </feature>
                    <feature>
                       <form>esdc_current_date() -&gt; TIMESTAMP</form>
                       <description>
        						Returns a DATE value that represents the current date
        						Parameters:</description>
                    </feature>
                    <feature>
                       <form>esdc_epoch_prop(ra DOUBLE, de DOUBLE, parallax DOUBLE, pm_ra DOUBLE, pm_de DOUBLE, radial_velocity DOUBLE, ref_epoch DOUBLE, out_epoch DOUBLE) -&gt; DOUBLE[6]</form>
                       <description>
        						Returns all six input parameters (ra,dec,parallax,pm_ra,pm_dec,radial_velocity) propagated at the new arbitrary input epoch. Please note that the input argument radial_velocity denotes radial velocity in km/s while the corresponding output quantity is the radial proper motion in mas/yr computed as radial_velocity * parallax / 4.740,470,464
        						Parameters:
        							ra: Right Ascension (deg)
        							de: Declination (deg)
        							parallax: Parallax (mas)
        							pm_ra: Proper Motion in Right Ascension (mas/yr)
        							pm_de: Proper Motion in Declination (mas/yr)
        							radial_velocity: Radial Velocity (km/s)
        							ref_epoch: Reference Julian Epoch
        							out_epoch: Final Julian Epoch</description>
                    </feature>
                    <feature>
                       <form>esdc_epoch_prop(astrometric_parameters DOUBLE[6], ref_epoch DOUBLE, out_epoch DOUBLE) -&gt; DOUBLE[6]</form>
                       <description>
        						Returns all six input parameters (ra,dec,parallax,pm_ra,pm_dec,radial_velocity) propagated at the new arbitrary input epoch. Please note that the input argument radial_velocity denotes radial velocity in km/s while the corresponding output quantity is the radial proper motion in mas/yr computed as radial_velocity * parallax / 4.740,470,464
        						Parameters:
        							astrometric_parameters: Array with the full six input parameters needed (ra[deg],dec[deg],plx[mas],pm_ra[mas/yr],pm_dec[mas/yr],pm_rv[mas/yr])
        							ref_epoch: Reference Julian Epoch
        							out_epoch: Final Julian Epoch</description>
                    </feature>
                    <feature>
                       <form>esdc_epoch_prop_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, start_position INTEGER, length INTEGER) -&gt; VARCHAR</form>
                       <description>
        						The function returns a part of string.
        						Parameters:
        							string: the string that you want to get a part extracted.
        							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
        							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.</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-conditional">
                    <feature>
                       <form>COALESCE</form>
                    </feature>
                 </languageFeatures>
                 <languageFeatures type="ivo://ivoa.net/std/tapregext#features-adql-type">
                    <feature>
                       <form>CAST</form>
                    </feature>
                 </languageFeatures>
              </language>
              <outputFormat>
                 <mime>application/x-votable+xml</mime>
                 <alias>votable_gzip</alias>
              </outputFormat>
              <outputFormat>
                 <mime>application/x-votable+xml</mime>
                 <alias>votable</alias>
              </outputFormat>
              <outputFormat>
                 <mime>application/x-votable+xml</mime>
                 <alias>votable_plain</alias>
              </outputFormat>
              <outputFormat>
                 <mime>text/csv</mime>
                 <alias>csv</alias>
              </outputFormat>
              <outputFormat>
                 <mime>text/ecsv</mime>
                 <alias>ecsv</alias>
              </outputFormat>
              <outputFormat>
                 <mime>text/tab-separated-values</mime>
                 <alias>tsv</alias>
              </outputFormat>
              <outputFormat>
                 <mime>application/json</mime>
                 <alias>json</alias>
              </outputFormat>
              <outputFormat>
                 <mime>application/fits</mime>
                 <alias>fits</alias>
              </outputFormat>
              <outputFormat>
                 <mime>text/xml</mime>
                 <alias>votable_plain_conesearch</alias>
              </outputFormat>
              <uploadMethod ivo-id="ivo://ivoa.net/std/TAPRegExt#upload-inline"/>
              <uploadMethod ivo-id="ivo://ivoa.net/std/TAPRegExt#upload-http"/>
              <uploadMethod ivo-id="ivo://ivoa.net/std/TAPRegExt#upload-ftp"/>
              <retentionPeriod>
                 <default>259200</default>
                 <hard>259200</hard>
              </retentionPeriod>
              <executionDuration>
                 <default>3600</default>
                 <hard>3600</hard>
              </executionDuration>
              <outputLimit>
                 <default unit="row">3000000</default>
                 <hard unit="row">3000000</hard>
              </outputLimit>
              <uploadLimit>
                 <default unit="byte">100000000</default>
                 <hard unit="byte">100000000</hard>
              </uploadLimit>
           </capability>
           <capability standardID="ivo://ivoa.net/std/VOSI#availability">
              <interface role="std" version="1.0" xsi:type="vs:ParamHTTP">
                 <accessURL use="full"> https://sky.esa.int/esasky-tap/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://sky.esa.int/esasky-tap/tap/tables</accessURL>
              </interface>
           </capability>
           <capability standardID="ivo://ivoa.net/std/VOSI#capabilities">
              <interface role="std" version="1.0" xsi:type="vs:ParamHTTP">
                 <accessURL use="full"> https://sky.esa.int/esasky-tap/tap/capabilities </accessURL>
              </interface>
           </capability>
           <tableset xsi:schemaLocation="http://www.ivoa.net/xml/VODataService/v1.1 http://www.ivoa.net/xml/VODataService/v1.1 http://esa.int/xml/EsaTapPlus https://sky.esa.int/esasky-tap/xml/esaTapPlusAttributes.xsd" xsi:type="vs:TableSet">
              <schema esatapplus:public="true">
                 <name>alerts</name>
                 <table esatapplus:flags="0" esatapplus:size="56" esatapplus:size_bytes="0" type="base_table">
                    <name>alerts.mv_v_gravitational_waves_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>oid</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>event_page</name>
                       <description>Web page for evolving status of this GW candidate</description>
                       <ucd>meta.ref.url</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>skymap_fits</name>
                       <description>Sky Map FITS</description>
                       <ucd>meta.ref.url;meta.product</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>grace_id</name>
                       <description>Identifier in GraceDB</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>iso_time</name>
                       <description>Timestamp for detection of this gravitational event</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>alert_type</name>
                       <description>VOEvent alert type</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>far</name>
                       <description>False alarm rate for GW candidates with this strength or greater</description>
                       <unit>Hz</unit>
                       <ucd>arith.rate;stat.falsealarm</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instruments</name>
                       <description>List of instruments used in analysis to identify this event</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pipeline</name>
                       <description>Low-latency data analysis pipeline</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bbh</name>
                       <description>Probability that the source is a binary black hole merger (both objects heavier than 5 solar masses)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bns</name>
                       <description>Probability that the source is a binary neutron star merger (both objects lighter than 3 solar masses)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nsbh</name>
                       <description>Probability that the source is a neutron star-black hole merger (primary heavier than 5 solar masses, secondary lighter than 3 solar masses)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mass_gap</name>
                       <description>Probability that the source has at least one object between 3 and 5 solar masses</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>has_ns</name>
                       <description>Probability that at least one object in the binary has a mass that is less than 2.83 solar masses</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>has_remnant</name>
                       <description>Probability that a nonzero mass was ejected outside the central remnant object</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>terrestrial</name>
                       <description>Probability that the source is terrestrial (i.e., a background noise fluctuation or a glitch)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluence</name>
                       <description>Estimated fluence of GW burst signal</description>
                       <unit>erg/cm^2</unit>
                       <ucd>gw.fluence</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>central_freq</name>
                       <description>Central frequency of GW burst signal</description>
                       <unit>Hz</unit>
                       <ucd>gw.frequency</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Measured duration of GW burst signal</description>
                       <unit>s</unit>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gravitational_waves_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>group_id</name>
                       <description>Data analysis working group</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hardware_inj</name>
                       <description>Indicates that this event is a hardware injection if 1, no if 0</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>internal</name>
                       <description>Indicates whether this event should be distributed to LSC/Virgo members only</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>open_alert</name>
                       <description>Indicates that this event is an open alert if 1, no if 0</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>packet_type</name>
                       <description>The Notice Type number is assigned/used within GCN, eg type=152 is an LVC_UPDATE notice</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pkt_ser_num</name>
                       <description>A number that increments by 1 each time a new revision is issued for this event</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>search</name>
                       <description>Specific low-latency search</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stcs50</name>
                       <description>Footprint of 50% probability region</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stcs90</name>
                       <description>Footprint of 90% probability region</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension (J2000) of point with highest probability</description>
                       <unit>degrees</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination (J2000) of point with highest probability</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="75" esatapplus:size_bytes="0" type="base_table">
                    <name>alerts.mv_v_icecube_event_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>event_page</name>
                       <ucd>meta.ref.url</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>notice_type</name>
                       <description>Notice Type (Gold and Bronze events are single-neutrino events in the IceCube detector with a neutrino energy between sub-PeV to 1 PeV. Gold events are on average ~50% likely to be of astrophysical origin, Bronze events are on average ∼30% likely to be of astrophysical origin. Cascade events are triggers from high energy neutrinos).</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>event_num</name>
                       <description>Event number</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>run_num</name>
                       <description>Run number</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>RA location of the event (J2000 epoch) </description>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Dec location of the event (J2000 epoch) </description>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>energy</name>
                       <description>For Gold and Bronze events: most probable neutrino energy that would have produced an event with these observed parameters under an astrophysical neutrino signal hypothesis, assuming the best-fit diffuse muon neutrino astrophysical power-law flux ( E^-2.19). For Cascade events: Energy of the neutrino (in TeV).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>signalness</name>
                       <description>Probability this is an astrophysical signal relative to backgrounds.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stream</name>
                       <description>Stream number</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>far</name>
                       <description>False Alarm Rate. For Gold and Bronze events: the rate of background events expected that are 'like this alert' that would be seen by IceCube per year. For Cascade events: specifies how often a trigger of this intensity would happen from just noise fluctuations (an identically 0 value means it was not calculated TBD).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>discovery_timestamp</name>
                       <description>Discovery Timestamp</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_1950</name>
                       <description>Dec location of the event (1950 epoch).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_current</name>
                       <description>Dec location of the event (current epoch at time of event)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>discovery_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>discovery_time</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>icecube_event_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>notice_date</name>
                       <description>Date of the notice</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_1950</name>
                       <description>Ra location of the event (1950 epoch)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_current</name>
                       <description>Ra location of the event (current epoch at time of event)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>revision</name>
                       <description>Revision number</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>src_error</name>
                       <description>Location uncertainty (radius, statistical plus systematic, 90% containment) in units of degrees</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>src_error50</name>
                       <description>Location uncertainty (radius, statistical plus systematic, 50% containment) in units of degrees</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>title</name>
                       <description>Title of the notice</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>catalogues</name>
                 <table esatapplus:flags="0" esatapplus:size="939" esatapplus:size_bytes="385024" type="base_table">
                    <name>catalogues.integral_ibis</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>alter_name</name>
                       <description>Other source identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_flux20_40</name>
                       <description>Uncertainty in flux20_40</description>
                       <unit>mCrab</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_flux40_100</name>
                       <description>Uncertainty in flux40_100</description>
                       <unit>mCrab</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_pos</name>
                       <description>Position error. Expressed as radius of 90% confidence circle.</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag</name>
                       <description>Flag on Name. N = A new detection since fourth IBIS/ISGRI catalog (Bird+, 2010).</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag1</name>
                       <description>Low significance warning flag. WARN = the fraction of false sources may be as much as 25%.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag2</name>
                       <description>Blended source; fluxes may be contaminated.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag3</name>
                       <description>Source lies in confused region. Around Galactic Center. GCFLAG1 = Source lies within the GC box, and is detected by our standard methods. GCFLAG2 = Clear evidence of emission from the source position in one or more of our maps, but it lies within an unresolved emission region.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gallery_url</name>
                       <ucd>meta.ref.url</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vari</name>
                       <description>Variability indicator. Y = bursticity &gt;1.1 (i.e., a 10% increase in significance can be obtained by selecting a single contiguous subset of the data) and a slightly variable source. YY = bursticity of &gt;4 (i.e., a 400% increase in significance), indicating a strongly variable source.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>Primary source identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension of source (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination of source (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux20_40</name>
                       <description>Time-averaged flux in the 20-40 keV band. Appropriate conversion factors are: (20-40keV) 10mCrab=7.57e-11erg/cm2/s=1.71e-3ph/cm2/s.</description>
                       <unit>mCrab</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux40_100</name>
                       <description>Time-averaged flux in the 40-100 keV band. Appropriate conversion factors are: (40-100keV) 10mCrab=9.42e-11erg/cm2/s=9.67e-4ph/cm2/s.</description>
                       <unit>mCrab</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_type</name>
                       <description>Source type classification</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>signif</name>
                       <description>Maximum significance. </description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exposure</name>
                       <description>Corrected on-source exposure.</description>
                       <unit>ks</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="2675539" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_aspic_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>picdr1id</name>
                       <description>PLATO identifier for asPIC1.1</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>picdr1</name>
                       <description>PLATO identifier for asPIC1.1 with version number, PIC DR1 NNNNNNNN</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_dr2</name>
                       <description>Gaia DR2 sourceId</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Barycentric right ascension of the source in ICRS at Ep=2015.5</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ra_deg</name>
                       <description>Standard error e_RA*=e_RA x cosDE of the right ascension in ICRS at Ep=2015.5</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de_deg</name>
                       <description>Barycentric declination of the source in ICRS at Ep=2015.5</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_de_deg</name>
                       <description>Standard error of the declination in ICRS at Ep=2015.5</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plx</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_plx</name>
                       <description>Standard error on parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra_cosdec</name>
                       <description>Proper motion in right ascension direction pmRA*=pmRAxcosDE in ICRS at Ep=2015.5</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pmra_cosdec</name>
                       <description>Standard error on proper motion in right ascension direction</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmde</name>
                       <description>Proper motion in declination direction in ICRS at Ep=2015.5</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pmde</name>
                       <description>Standard error on proper motion in declination direction</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pm</name>
                       <description>The total proper motion calculated as pm = sqrt(pmRA^2^ + pmDE^2^)</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pm</name>
                       <description>Error on the total proper motion</description>
                       <unit>mas/yr</unit>
                       <ucd>stat.error;pos.pm;pos.eq</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epoch</name>
                       <description>[2015.5] Reference epoch to which the astrometric source parameters are referred</description>
                       <unit>yr</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fg</name>
                       <description>Mean flux in the G band</description>
                       <unit>e-/s</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_fg</name>
                       <description>Error on G band mean flux</description>
                       <unit>e-/s</unit>
                       <ucd>stat.error;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gmag</name>
                       <description>Mean magnitude in the G band</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_gmag</name>
                       <description>Error on mean magnitude in the G band</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbp</name>
                       <description>Mean flux in the integrated BP band</description>
                       <unit>e-/s</unit>
                       <ucd>phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_fbp</name>
                       <description>Error on mean flux in the integrated BP band</description>
                       <unit>e-/s</unit>
                       <ucd>stat.error;phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bpmag</name>
                       <description>Mean magnitude in the integrated BP band</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_bpmag</name>
                       <description>Error in the mean magnitude in the integrated BP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>frp</name>
                       <description>Mean flux in the integrated RP band</description>
                       <unit>e-/s</unit>
                       <ucd>phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_frp</name>
                       <description>Error on mean flux in the integrated RP band</description>
                       <unit>e-/s</unit>
                       <ucd>stat.error;phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rpmag</name>
                       <description>Mean magnitude in the integrated RP band</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_rpmag</name>
                       <description>Error in the mean magnitude in the integrated RP band</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"e(bp/rp)"</name>
                       <description>BP/RP excess factor</description>
                       <ucd>arith.factor;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"bp-rp"</name>
                       <description>GBP - GRP color</description>
                       <unit>mag</unit>
                       <ucd>phot.color;em.opt.B;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"bp-g"</name>
                       <description>GBP - G color</description>
                       <unit>mag</unit>
                       <ucd>phot.color;em.opt.B;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"g-rp"</name>
                       <description>G - GRP color</description>
                       <unit>mag</unit>
                       <ucd>phot.color;em.opt;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glon</name>
                       <description>Galactic longitude of the object at Ep=2015.5</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glat</name>
                       <description>Galactic latitude of the object at Ep=2015.5</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elon</name>
                       <description>Ecliptic longitude of the object at Ep=2015.5</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elat</name>
                       <description>Ecliptic latitude of the object at Ep=2015.5</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rest</name>
                       <description>The estimated distance from Bailer-Jones et al., 2018AJ....156...58B, Cat. I/347</description>
                       <unit>pc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rlo</name>
                       <description>The lower bound of the confidence interval of the estimated distance from Bailer-Jones et al., 2018AJ....156...58B, Cat. I/347</description>
                       <unit>pc</unit>
                       <ucd>stat.error;stat.min;pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rhi</name>
                       <description>The higher bound of the confidence interval of the estimated distance from Bailer-Jones et al., 2018AJ....156...58B, Cat. I/347</description>
                       <unit>pc</unit>
                       <ucd>stat.error;stat.max;pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_rest</name>
                       <description>The error in the estimated distance calculated as e_rest = 0.5(rhi - rlo)</description>
                       <unit>pc</unit>
                       <ucd>stat.error;pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ag</name>
                       <description>Estimate of the extinction AG in the G band</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ag</name>
                       <description>Uncertainty on AG estimate</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"e(bp-rp)"</name>
                       <description>Estimate of reddening E(GBP-GRP)</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"e_e(bp-rp)"</name>
                       <description>Uncertainty on reddening E(GBP - GRP)</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"e(b-v)"</name>
                       <description>Estimate of reddening E(B-V)</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"e_e(b-v)"</name>
                       <description>Uncertainty on E(B-V) reddening</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extstatus</name>
                       <description>[0/1] extStatus value. If extStatus=1 the star is outside the limits of the reddening map (from Lallement et al. 2018A&amp;A...616A.132L, see also Appendix E in the paper)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"(bp-rp)0"</name>
                       <description>Dereddened (GBP - GRP) color</description>
                       <unit>mag</unit>
                       <ucd>phot.color</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"e_(bp-rp)0"</name>
                       <description>Error on dereddened (GBP - GRP) color</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiav0</name>
                       <description>Dereddened apparent visual magnitude V in the Johnson-Cousin system</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_gaiav0</name>
                       <description>Error on intrinsic visual magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bjgaiamv0</name>
                       <description>Absolute intrinsic visual magnitude obtained as: BJgaiaMV0 = gaiaV0 -5log10rest + 5</description>
                       <unit>mag</unit>
                       <ucd>phys.magAbs</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_bjgaiamv0</name>
                       <description>Error on absolute intrinsic visual magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiav</name>
                       <description>Visual apparent magnitude in the Johnson-Cousin system obtained as: gaiaV = gaiaV0 + 3.1E(B-V)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_gaiav</name>
                       <description>Error on apparent visual magnitude V</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bjgaiamg0</name>
                       <description>Absolute intrinsic G magnitude obtained as: BJgaiaMG0 = Gmag -5log10rest +5 -AG</description>
                       <unit>mag</unit>
                       <ucd>phys.magAbs</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_bjgaiamg0</name>
                       <description>Error on intrinsic absolute G magnitude</description>
                       <unit>mag</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>teff</name>
                       <description>? Estimate of stellar effective temperature</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_teff</name>
                       <description>? Uncertainty on Teff estimate</description>
                       <unit>K</unit>
                       <ucd>stat.error;phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rad</name>
                       <description>? Estimate of stellar radius</description>
                       <unit>Rsun</unit>
                       <ucd>phys.size.radius</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_rad</name>
                       <description>? Uncertainty on stellar radius estimate</description>
                       <unit>Rsun</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mass</name>
                       <description>? Estimate of stellar mass</description>
                       <unit>Msun</unit>
                       <ucd>phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_mass</name>
                       <description>? Uncertainty on mass estimate</description>
                       <unit>Msun</unit>
                       <ucd>stat.error;phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sourceflag</name>
                       <description>[0/6] Bitmask indicating if the source is a FGK or M star and if the star hosts known planet(s) Bitmask values as follows: 0 = reset all bits; 1 = FGK star; 2 = M star; 4 = Host Planet(s); 5 = FGK star and Host Planet(s); 6 = M star and Host Planet(s)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>contgmag60</name>
                       <description>? Total G magnitude of the Gaia contaminants within 60 arcsec</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>contn60</name>
                       <description>Total number of Gaia contaminants within 60 arcsec</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>contgmag45</name>
                       <description>? Total G magnitude of the Gaia contaminants within 45 arcsec</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>contn45</name>
                       <description>Total number of Gaia contaminants within 45 arcsec</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>contgmag30</name>
                       <description>? Total G magnitude of the Gaia contaminants within 30 arcsec</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>contn30</name>
                       <description>Total number of Gaia contaminants within 30 arcsec</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="135118" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_cat2rxs_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cat2rxs_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>raj2000</name>
                       <description>Right ascension (J2000) (RA_DEG)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dej2000</name>
                       <description>Declination (J2000) (DEC_DEG)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>recno</name>
                       <description>Record number assigned by the VizieR team. Should Not be used for identification.</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"2rxs"</name>
                       <description>IAU name (IAU_NAME) (1)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crate</name>
                       <description>Source count rate (RATE)</description>
                       <unit>ct/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_crate</name>
                       <description>Error of the count rate (ERATE)</description>
                       <unit>ct/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>seq</name>
                       <description>? Sky field number (SEQ_ID)</description>
                       <ucd>meta.id;obs.field</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exptime</name>
                       <description>Source exposure time (EXPOSURE)</description>
                       <unit>s</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>inddet</name>
                       <description>? Source number in a certain sky field (IND_DET)</description>
                       <ucd>meta.id;obs.field</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>eximl</name>
                       <description>Detection likelihood (EXI_ML)</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext</name>
                       <description>Source extent in units of image pixels (EXT)</description>
                       <unit>pix</unit>
                       <ucd>phys.angSize;arith.ratio</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cts</name>
                       <description>Background corrected source counts (CTS)</description>
                       <unit>ct</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extml</name>
                       <description>Proability of the source extend (EXT_ML)</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_cts</name>
                       <description>Error of the source counts (CERR)</description>
                       <unit>ct</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hr1</name>
                       <description>? Hardness ratio 1 value (HR_1) (2)</description>
                       <ucd>phot.flux;arith.ratio</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hr2</name>
                       <description>? Hardness ratio 2 value (HR_2) (2)</description>
                       <ucd>phot.flux;arith.ratio</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sflag</name>
                       <description>? S flag (0=good) (S_flag) (4)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rahms</name>
                       <description>Sexadecimal right ascension (J2000) (RA_HMS)</description>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dedms</name>
                       <description>Sexadecimal declination (J2000) (DEC_DMS)</description>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glon</name>
                       <description>Latitude in galactic coordinate  (LII)</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glat</name>
                       <description>Longitude in galactic coordinate (BII)</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lambda</name>
                       <description>Latitude in ecliptic coordinate (LAMBDA)</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>beta</name>
                       <description>Longitude in ecliptic coordinate (BETA)</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ext</name>
                       <description>Error of the source extent (EXTERR)</description>
                       <unit>pix</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_hr1</name>
                       <description>? Error of HR1 (HR_1_err)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_hr2</name>
                       <description>? Error of HR2 (HR_2_err)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>usky</name>
                       <description>? Unique flag (USKY) (3)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>masked</name>
                       <description>[1]? Extended emission regions (0=yes 1=no) (Masked)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fall</name>
                       <description>[0]? Detection flag of nearby sources (FLAG_all) 0=best</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>index</name>
                       <description>? Running number in catalogue (INDEX)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ampmax</name>
                       <description>? Maximum amplitude variability (AMPL_MAX)</description>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cm</name>
                       <description>? Mean count rate value (CM)</description>
                       <unit>ct/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cd</name>
                       <description>? Standard deviation of CM (CD)</description>
                       <unit>ct/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ctslc</name>
                       <description>? Number of counts calculated from the light curve analysis (CTS_lc)</description>
                       <unit>ct</unit>
                       <ucd>phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c_min</name>
                       <description>? Minimum count rate ( CMIN)</description>
                       <unit>ct/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c_max</name>
                       <description>? Maximum count rate ( CMAX)</description>
                       <unit>ct/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_cmin</name>
                       <description>? Error of CMIN (EMIN)</description>
                       <unit>ct/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_cmax</name>
                       <description>? Error of CMAX (EMAX)</description>
                       <unit>ct/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2lc</name>
                       <description>? Chi^2^ value from the LC analysis (CHI2_lc)</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>excvar</name>
                       <description>? Normalized excess variance (EXCESS_VAR)</description>
                       <ucd>stat.variance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_excvar</name>
                       <description>? One-sigma uncertainty of Exc_Var (UNCERTAINTY)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sigexc</name>
                       <description>? Excess variance in units of sigma (Sigma_Excess)</description>
                       <ucd>stat.variance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nhgal</name>
                       <description>? Galactic neutral hydrogen density (NH_gal)</description>
                       <unit>10+21cm-2</unit>
                       <ucd>phys.density;pos.galactic</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nhfitp</name>
                       <description>? neutral hydrogen density of PL fits (NH_fit_p)</description>
                       <unit>10+21cm-2</unit>
                       <ucd>phys.columnDensity</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_nhfitp</name>
                       <description>? Error of NHfitp (NH_err_p)</description>
                       <unit>10+21cm-2</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>normp</name>
                       <description>? Normalization for PL fits (NORM_p)</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_normp</name>
                       <description>? Error of NORM_p  (NORM_err_p)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gammap</name>
                       <description>? Photon index (GAMMA_p)</description>
                       <ucd>spect.index</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_gammap</name>
                       <description>? Error of GAMMA_p (GAMMA_err_p)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ctrspep</name>
                       <description>? Count rate obtained from the PL fit (CTR_spec_p)</description>
                       <unit>ct/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxp</name>
                       <description>? Absorption corrected flux of PL-fit (FLUX_p)</description>
                       <unit>mW/m2</unit>
                       <ucd>phot.flux;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2rspp</name>
                       <description>? Reduced chi^2 value for the PL-fits (Chi2red_spec_p)</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2spp</name>
                       <description>? Chi^2 value for the  power-law-fits (Chi2_spec_p)</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ndptp</name>
                       <description>? Number of data points for the PL-fits (Num_Data_pts_p)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ndfp</name>
                       <description>? Number of degrees of freedom (PL) (Num_Deg_free_p)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nhfitm</name>
                       <description>? Neutral hydrogen density (mekal fits) (NH_fit_m)</description>
                       <unit>10+21cm-2</unit>
                       <ucd>phys.columnDensity</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_nhfitm</name>
                       <description>? Error of NH_fit_m (NH_err_m)</description>
                       <unit>10+21cm-2</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>normm</name>
                       <description>? Normalization for the mekal fits (NORM_m)</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_normm</name>
                       <description>? Error of NORM_m (NORM_err_m)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tempfitm</name>
                       <description>? Temperature of the mekal fits (Temp_fit_m)</description>
                       <ucd>phys.temperature</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_tempfitm</name>
                       <description>? Error of Temp_fit_m (Temp_err_m)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ctrspm</name>
                       <description>? Count rate obtained for the mekal fits (CTR_spec_m)</description>
                       <unit>ct/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxm</name>
                       <description>? Absorption corrected flux (mekal fits) (FLUX_m)</description>
                       <unit>mW/m2</unit>
                       <ucd>phot.flux;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2rspm</name>
                       <description>? Reduced chi^2 value for mekal fits (Chi2red_spec_m)</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2spm</name>
                       <description>? Chi^2 value for the  mekal fits (Chi2_spec_m)</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ndptm</name>
                       <description>? Number of data points (mekal fits) (Num_Data_pts_m)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ndfm</name>
                       <description>? Number of degrees of freedom (mekal) (Num_Deg_free_m)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nhfitb</name>
                       <description>? Neutral hydrogen density (bbdy fits) (NH_fit_b)</description>
                       <unit>10+21cm-2</unit>
                       <ucd>phys.columnDensity</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_nhfitb</name>
                       <description>? Error of NH_fit_b (NH_err_b)</description>
                       <unit>10+21cm-2</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>normb</name>
                       <description>? Normalization for the black body fits (NORM_b)</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_normb</name>
                       <description>? Error of the normalization (bbdy fits) (NORM_err_b)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tempfitb</name>
                       <description>? Temperature of the black body fits (Temp_fit_b)</description>
                       <ucd>phys.temperature</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_tempfitb</name>
                       <description>? Error of Temp_fit_bbdy (Temp_err_b)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ctrspb</name>
                       <description>? Count rate for the black body fit (CTR_spec_b)</description>
                       <unit>ct/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxb</name>
                       <description>? Absorption corrected flux (black body) (FLUX_b)</description>
                       <unit>mW/m2</unit>
                       <ucd>phot.flux;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2rspb</name>
                       <description>? Reduced chi^2^ value (black body) (Chi2red_spec_b)</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2spb</name>
                       <description>? Chi^2^ value for the black body fits (Chi2_spec_b)</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ndptb</name>
                       <description>? Number of data points (black body) (Num_Data_pts_b)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ndfb</name>
                       <description>? Number of degrees of freedom (bbdy) (Num_Deg_free_b)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xima</name>
                       <description>X image coordinate (45 arcsec) in image pixel (X_IMA)</description>
                       <unit>pix</unit>
                       <ucd>pos.cartesian.x;instr.det</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>yima</name>
                       <description>Y image coordinate (45 arcsec) in image pixel (Y_IMA)</description>
                       <unit>pix</unit>
                       <ucd>pos.cartesian.y;instr.det</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_xima</name>
                       <description>One-sigma error of X_IMA in image pixel (XERR)</description>
                       <unit>pix</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_yima</name>
                       <description>One-sigma error of Y_IMA in image pixel (YERR)</description>
                       <unit>pix</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xsky</name>
                       <description>X sky coordinates (0.5 arcsec) in sky pixel (X_SKY)</description>
                       <unit>pix</unit>
                       <ucd>pos.cartesian.x;instr.det</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ysky</name>
                       <description>Y sky coordinates (0.5 arcsec) in sky pixel (Y_SKY)</description>
                       <unit>pix</unit>
                       <ucd>pos.cartesian.y;instr.det</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>curad</name>
                       <description>[600]? Source extraction radius in sky pixels (CUT_RAD)</description>
                       <unit>pix</unit>
                       <ucd>phys.angSize</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fa</name>
                       <description>Analyzed fraction of cut radius (FA)</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>totnum</name>
                       <description>? Total number of photons read from the PET and analyzed by the maximum likelihood  algorithm (TOTNUM)</description>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bgr</name>
                       <description>Background in source extraction region in 1/pix_image (BGR)</description>
                       <unit>pix-1</unit>
                       <ucd>instr.background</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vigcor</name>
                       <description>Vignetting correction factor (VIG_COR)</description>
                       <ucd>instr.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rem</name>
                       <description>[source nrby?] on flags originating from ML-detection (REMARKS)</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sb1</name>
                       <description>? Counts in band A (SB1)</description>
                       <unit>ct</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sb2</name>
                       <description>? Counts in band B (SB2)</description>
                       <unit>ct</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sb3</name>
                       <description>? Counts in band C (SB3)</description>
                       <unit>ct</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sb4</name>
                       <description>? Counts in band D (SB4)</description>
                       <unit>ct</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b1</name>
                       <description>? Background band A with other catalogue entries excised (B1)</description>
                       <unit>ct</unit>
                       <ucd>instr.background;meta.table</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b2</name>
                       <description>? Background band B with other catalogue entries excised (B2)</description>
                       <unit>ct</unit>
                       <ucd>instr.background;em.opt.B;meta.table</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b3</name>
                       <description>? Background band C with other catalogue entries excised (B3)</description>
                       <unit>ct</unit>
                       <ucd>instr.background;meta.table</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b4</name>
                       <description>? Background band D with other catalogue entries excised (B4)</description>
                       <unit>ct</unit>
                       <ucd>instr.background;meta.table</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bspa</name>
                       <description>? Remaining bkg area in square arcmin</description>
                       <unit>arcmin+2</unit>
                       <ucd>instr.background</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s1</name>
                       <description>? Source counts in band A (SB1 - B1*sb_spa/b_spa) (S1)</description>
                       <unit>ct</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s2</name>
                       <description>? Source counts in band B (SB2 - B2*sb_spa/b_spa) (S2)</description>
                       <unit>ct</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s3</name>
                       <description>? Source counts in band c (SB3 - B3*sb_spa/b_spa) (S3)</description>
                       <unit>ct</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s4</name>
                       <description>? Source counts in band D (SB4 - B4*sb_spa/b_spa) (S4)</description>
                       <unit>ct</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mxmmsl1</name>
                       <description>? Number of counterparts in the XMM Slew Survey within the distance of 60&amp;quot; (mult_xmmsl1)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exmmsl1</name>
                       <description>? Source number of nearest counterpart in the XMM Slew Survey (entr_xmmsl1)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dxmmsl1</name>
                       <description>?=0 Distance of nearest XMMSL1  counterpart (dist_xmmsl1)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra1deg</name>
                       <description>XMMSL Right ascension (J2000) (RA_xmmsl1)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de1deg</name>
                       <description>XMMSL Declination (J2000) (DEC_xmmsl1)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xmmsl1</name>
                       <description>Source name in the XMM Slew Survey (SRCNAME_xmmsl1)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crb0</name>
                       <description>? Broad Band Count rate (RATE_B0_xmmsl1)</description>
                       <unit>ct/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_crb0</name>
                       <description>? Broad Band Count rate error (RATE_B0e_xmmsl1)</description>
                       <unit>ct/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crb5</name>
                       <description>? Count rate, energy band 0.5-2keV (RATE_B5_xmmsl1)</description>
                       <unit>c/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_crb5</name>
                       <description>? Count rate error, 0.5-2keV (RATE_B5e_xmmsl1)</description>
                       <unit>c/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m3xmm</name>
                       <description>? Number of 3XMM counterparts within the distance of 60&amp;quot;(mult_3xmm)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e3xmm</name>
                       <description>? Source number of nearest counterpart in the 3XMM Catalogue (entr_3xmm)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>d3xmm</name>
                       <description>?=0 Distance of nearest 3XMM counterpart (dist_3xmm)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra2deg</name>
                       <description>3XMM Right ascension (J2000) (RA_3xmm)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de2deg</name>
                       <description>3XMM Declination (J2000) (DEC_3xmm)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"3xmm"</name>
                       <description>Source name in the 3XMM Catalogue (SRCNAME_3xmm)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crep8</name>
                       <description>? 3XMM Count rate (RATE_EP8_3xmm)</description>
                       <unit>ct/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_crep8</name>
                       <description>? 3XMM Count rate error (RATE_EP8e_3xmm)</description>
                       <unit>ct/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxr</name>
                       <description>? 3XMM Flux (FLUX_R_3xmm)</description>
                       <unit>mW/m2</unit>
                       <ucd>phot.flux;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_fluxr</name>
                       <description>? 3XMM Flux error (FLUX_R_err_3xmm)</description>
                       <unit>mW/m2</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2rxp</name>
                       <description>? Number of 2RXP counterparts within the distance of 300&amp;quot; (mult_2rxp)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e2rxp</name>
                       <description>? Source number of nearest counterpart in the 2RXP catalogue (entr_2rxp)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>d2rxp</name>
                       <description>?=0 Distance of 2RXP nearest counterpart (dist_2rxp)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra3deg</name>
                       <description>2RXP Right ascension (J2000) (RA_2rxp)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de3deg</name>
                       <description>2RXP Declination  (J2000) (DEC_2rxp)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"2rxp"</name>
                       <description>Source name in the 2RXP (SRCNAME_2rxp)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cr2rxp</name>
                       <description>? 2RXP Count rate (CRATE_2rxp)</description>
                       <unit>ct/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_cr2rxp</name>
                       <description>? 2RXP Count rate error (CRATE_err_2rxp)</description>
                       <unit>ct/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>etim2rxp</name>
                       <description>? 2RXP Source exposure time (ExpTime_2rxp) (132)</description>
                       <unit>s</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsid</name>
                       <description>Field number of 2RXP counterpart (ObsID_2rxp) (133)</description>
                       <ucd>meta.id;obs</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1rxs</name>
                       <description>? Number of 1RXS counterparts within a distance of 60&amp;quot; (mult_1rxs)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e1rxs</name>
                       <description>? Source number of nearest counterpart in the 1RXS catalogue (entr_1rxs)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>d1rxs</name>
                       <description>?=0 Distance to nearest 1RXS counterpart (dist_1rxs) (136)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra4deg</name>
                       <description>1RXS Right ascension (J2000) (RA_1rxs)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de4deg</name>
                       <description>1RXS Declination (J2000) (DEC_1rxs)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"1rxs"</name>
                       <description>Source name in the 1RXS catalogue (SRCNAME_1rxs)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cr1rxs</name>
                       <description>? Source count rate in the 1RXS (RATE_1rxs)</description>
                       <unit>ct/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_cr1rxs</name>
                       <description>? Error of RATE_1rxs (RATE_err_1rxs)</description>
                       <unit>ct/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cts1rxs</name>
                       <description>? Background corrected src counts 1RXS (CTS_1rxs)</description>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_cts1rxs</name>
                       <description>? Error of CTS_1rxs (CTS_err_1rxs)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>eximl1rxs</name>
                       <description>? Background corrected src counts 1RXS (EXI_ML_1rxs)</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expos1rxs</name>
                       <description>? Source exposure time in 1RXS (EXPOS_1rxs) (145)</description>
                       <unit>s</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hr11rxs</name>
                       <description>? 1RXS Hardness ratio 1 value (HR1_1rxs) (5)</description>
                       <ucd>phot.flux;arith.ratio</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_hr11rxs</name>
                       <description>? Error of HR1 in the 1RXS (HR1e_1rxs)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hr21rxs</name>
                       <description>? 1RXS Hardness ratio 2 value (HR2_1rxs) (5)</description>
                       <ucd>phot.flux;arith.ratio</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_hr21rxs</name>
                       <description>? Error of HR2 in the 1RXS (HR2e_1rxs)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mvv10</name>
                       <description>? Number of counterparts in the Veron and Verson Catalogue within the distance of 60&amp;quot; (mult_vv10)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>evv10</name>
                       <description>? Source number of VV10 nearest counterpart (entr_vv10)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dvv10</name>
                       <description>?=0 Distance to nearest VV10 counterpart (dist_vv10)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vv10</name>
                       <description>VV10 Catalogue name (NAME_vv10)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>typevv10</name>
                       <description>[B/A/Q] VV10 Object type (Type_vv10)</description>
                       <ucd>src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vmagvv10</name>
                       <description>? VV10 V magnitude (Vmag_vv10)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zvv10</name>
                       <description>? VV10 Redshift (z_vv10)</description>
                       <ucd>src.redshift;pos.heliocentric</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>indexvv10</name>
                       <description>? VV10 Running catalogue number (Index_vv10) (157)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra5deg</name>
                       <description>VV10 Right ascension (J2000) (RA_vv10)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de5deg</name>
                       <description>VV10 Declination (J2000) (DEC_vv10)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mtyc2</name>
                       <description>? Number of the nearest counterpart in the Tycho2 Catalogue (mult_tyc2)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>etyc2</name>
                       <description>? Source number of nearest Tyc2 counterpart (entr_tyc2)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dtyc2</name>
                       <description>?=0 Distance to nearest Tyc2 counterpart (dist_tyc2) (162)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra6deg</name>
                       <description>Tyc2 Right ascension (J2000) (RA_tyc2)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de6deg</name>
                       <description>Tyc2 Declination (J2000) (DEC_tyc2)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>recnotyc2</name>
                       <description>? Tyc2 Catalogue number (RecNo_tyc2)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vtmag</name>
                       <description>? Tyc2 VT magnitude (VTmag_tyc2) (6)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>btmag</name>
                       <description>? Tyc2 BT magnitude (BTmag_tyc2) (6)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tyc1</name>
                       <description>? Tyc2 TYC1 number (TYC1_tyc2) (7)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tyc2</name>
                       <description>? Tyc2 TYC2 number (TYC2_tyc2) (7)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tyc3</name>
                       <description>? Tyc2 TYC3 number (TYC3_tyc2) (7)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mbsc</name>
                       <description>? Number of counterparts in the Catalogue of Bright Stars (BSC) within the distance of 300&amp;quot; (mult_bri)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ebsc</name>
                       <description>? Source number of nearest BSC counterpart (entr_bri)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dbsc</name>
                       <description>?=0 Distance to nearest BSC counterpart (dist_bri)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra7deg</name>
                       <description>BSC Right ascension (J2000) (RA_bri)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de7deg</name>
                       <description>BSC Declination (J2000) (DEC_bri)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vmagbsc</name>
                       <description>? BSC V magnitude (Vmag_bri)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sptypebsc</name>
                       <description>BSC spectral type (SpType_bri)</description>
                       <ucd>src.spType</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>recnobsc</name>
                       <description>? BSC Record catalogue number (RecNo_bri)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hd</name>
                       <description>? Henry Draper Catalogue Number (HD_bri)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mhmxb</name>
                       <description>? Number of counterparts in the Catalog of High Mass X-Ray Binaries (HMXBCAT) within the distance of 60&amp;quot; (mult_hmxb)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ehmxb</name>
                       <description>? Source number of nearest HMXBCAT counterpart (entr_hmxb)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dhmxb</name>
                       <description>?=0 Distance of nearest HMXBCAT  counterpart (dist_hmxb)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra8deg</name>
                       <description>HMXBCAT Right ascension (J2000) (RA_hmxb)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de8deg</name>
                       <description>HMXBCAT Declination (J2000) (DEC_hmxb)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>namehmxb</name>
                       <description>HMXBCAT Catalogue name  (Name_hmxb)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name2hmxb</name>
                       <description>HMXBCAT Alternative catalogue name (Name2_hmxb)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vmaghmxb</name>
                       <description>? HMXBCAT V magnitude (Vmag_hmxb)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mlmxb</name>
                       <description>? Number of counterparts in the Catalog of Low Mass X-Ray Binaries (LMXBCAT) within the distance of 60&amp;quot; (mult_lmxb)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elmxb</name>
                       <description>? Source number of nearest LMXBCAT counterpart (entr_lmxb)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dlmxb</name>
                       <description>?=0 Distance to nearest LMXBCAT  counterpart (dist_lmxb)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra9deg</name>
                       <description>LMXBCAT Right ascension (J2000) (RA_lmxb)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de9deg</name>
                       <description>LMXBCAT Declination (J2000) (DEC_lmxb)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>namelmxb</name>
                       <description>LMXBCAT Catalogue name (Name_lmxb)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name2lmxb</name>
                       <description>LMXBCAT Alternative catalogue name (Name2_lmxb) (194)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vmaglmxb</name>
                       <description>? LMXBCAT V magnitude (Vmag_lmxb)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>matnf</name>
                       <description>? Number of counterparts in the Pulsar Catalogue (ATNF) within the distance of 60&amp;quot; (mult_atnf)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>eatnf</name>
                       <description>? Source number of nearest ATNF counterpart (entr_atnf)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datnf</name>
                       <description>?=0 Distance to nearest ATNF counterpart (dist_atnf)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra10deg</name>
                       <description>ATNF Right ascension (J2000) (RA_atnf)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de10deg</name>
                       <description>ATNF Declination (J2000) (DEC_atnf)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>atnf</name>
                       <description>ATNF Pulsar name  (Name_atnf)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>typeatnf</name>
                       <description>ATNF Pulsar type (Type_atnf)</description>
                       <ucd>src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>peratnf</name>
                       <description>ATNF Pulsar period  (Period_atnf)</description>
                       <unit>s</unit>
                       <ucd>time.period</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mfuh</name>
                       <description>? Number of counterparts in the Catalog of Variable Sources from Fuhrmeister and Schmitt within the distance of 60&amp;quot; (mult_fuh)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>efuh</name>
                       <description>? Source number of nearest FUH counterpart (entr_fuh)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dfuh</name>
                       <description>?=0 Distance to nearest FUH counterpart (dist_fuh)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra11deg</name>
                       <description>FUH Right ascension (J2000) (RA_fuh)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de11deg</name>
                       <description>FUH Declination (J2000) (DEC_fuh)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>seqfuh</name>
                       <description>FUH Object number (Seq_fuh)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>namefuh</name>
                       <description>FUH Object name (Name_fuh)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1sxps</name>
                       <description>? Number of counterparts in Swift 1SXPS catalogue within a distance of 120&amp;quot; (mult_1sxps)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e1sxps</name>
                       <description>? Source number of nearest 1SXPS counterpart (entr_1sxps)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>d1sxps</name>
                       <description>?=0 Distance to nearest 1SXPS  counterparts (dist_1sxps)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra12deg</name>
                       <description>1SXPS Right ascension (J2000) (RA_1sxps)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de12deg</name>
                       <description>1SXPS Declination (J2000) (DEC_1sxps)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exp1sxps</name>
                       <description>? 1SXPS Source exposure time (Expos_1sxps)</description>
                       <unit>s</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det1sxps</name>
                       <description>? 1SXPS Total(0.3-10keV)-band detection flag (DET_1sxps)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det01sxps</name>
                       <description>? 1SXPS Total(0.3-10keV)-band detection flag (DET0_1sxps)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det11sxps</name>
                       <description>? 1SXPS Soft(0.3-1keV)-band detection flag (DET1_1sxps)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det21sxps</name>
                       <description>? 1SXPS Meduin(2-2keV)-band detection flag (DET2_1sxps)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det31sxps</name>
                       <description>? 1SXPS Hard(2-10keV)-band detection flag (DET3_1sxps)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"1sxps"</name>
                       <description>? Running catalogue number in Swift (INDEX_1sxps)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cr01sxps</name>
                       <description>? Swift Total (0.3-10 keV)-band count rate (Rate0_1sxps)</description>
                       <unit>ct/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_cr01sxps</name>
                       <description>? Swift Error of Rate0_1sxps (ERate0_1sxps)</description>
                       <unit>ct/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1rxh</name>
                       <description>? Number of counterparts in the 1RXH catalogue within the distance of 120&amp;quot; (mult_1rxh)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e1rxh</name>
                       <description>? Source number of nearest 1RXH counterpart (entr_1rxh)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>d1rxh</name>
                       <description>?=0 Distance to nearest 1RXH counterpart (dist_1rxh)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra13deg</name>
                       <description>1RXH Right ascension (J2000) (RA_1rxh)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de13deg</name>
                       <description>1RXH Declination (J2000) (DEC_1rxh)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"1rxh"</name>
                       <description>Source name in the 1RXH (SRCNAME_1rxh)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cr1rxh</name>
                       <description>? 1RXH Source count rate (CRATE_1rxh)</description>
                       <unit>ct/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_cr1rxh</name>
                       <description>? Error of CRATE_1RXH (CRATE_err_1rxh)</description>
                       <unit>ct/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>etim1rxh</name>
                       <description>? 1RXH Source exposure time (ExpTime_1rxh)</description>
                       <unit>s</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snr1rxh</name>
                       <description>? 1RXH Signal-to-noise ratio (SNR_1rxh)</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mflem</name>
                       <description>? Number of counterparts in the Catalog of White Dwarfs from Flemming within the distance of 60&amp;quot;  (mult_flem)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>eflem</name>
                       <description>? Source number of nearest Flemming counterpart (entr_flem)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dflem</name>
                       <description>?=0 Distance to nearest Flemming  counterpart (dist_flem)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra14deg</name>
                       <description>Flemming Right ascension (J2000) (RA_flem)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de14deg</name>
                       <description>Flemming Declination (J2000) (DEC_flem)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flem</name>
                       <description>Source name in the Flemming Catalogue (SRCNAME_flem)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>typeflem</name>
                       <description>Flemming  Object type (Type_flem)</description>
                       <ucd>src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wfcflem</name>
                       <description>[Y/N] Flemming Wide Field Camera detection?  (WFC_flem)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>crflem</name>
                       <description>? Flemming count rate (Rate_flem)</description>
                       <unit>ct/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_crflem</name>
                       <description>? Error of the Flemming count rate (e_Rate_flem)</description>
                       <unit>ct/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mwd</name>
                       <description>? Number of counterparts in the Catalog of White Dwarfs within the distance of 60 &amp;quot; (mult_wd)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ewd</name>
                       <description>? Source number of nearest WD counterpart (entr_wd)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dwd</name>
                       <description>?=0 Distance to nearest WD counterpart (dist_wd)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra15deg</name>
                       <description>WD Rigth ascension (J2000) (RA_wd)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de15deg</name>
                       <description>WD Declination (J2000) (DEC_wd)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wd</name>
                       <description>WD Source name in the Catalogue (SRCNAME_wd)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vmagwd</name>
                       <description>? WD V-magnitude (Vmag_wd)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vsphotwd</name>
                       <description>? WD V mag: multichannel spectrophotometry (Vsphot_wd)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>msdss</name>
                       <description>? Source number of the nearest counterpart in the Sloan Catalogue (mult_sdss)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>esdss</name>
                       <description>? Source number of SDSS nearest counterpart (entr_sdss)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dsdss</name>
                       <description>?=0 Distance to nearest SDSS counterpart (dist_sdss)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra16deg</name>
                       <description>SDSS Right ascension (J2000) (RA_sdss)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de16deg</name>
                       <description>SDSS Declination (J2000) (DEC_sdss)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sdss</name>
                       <description>SDSS Object name (SDSS_NAME)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lambdas</name>
                       <description>? SDSS Latitude in elliptical coordinate (LAMBDA_sdss)</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>betas</name>
                       <description>? SDSS  Longitude in elliptical coordinate (BETA_sdss)</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2rxs</name>
                       <description>? Number of counterparts in the 2RXS catalogue within the distance of 60&amp;quot; (mult_2rxs)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e2rxs</name>
                       <description>? Source number of 2RXS counterpart (entr_2rxs)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>d2rxs</name>
                       <description>?=0 Distance to 2RXS counterpart  (dist_2rxs)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angDistance;src.orbital</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>i2rxs</name>
                       <description>? Index of the nearest 2RXS counterpart (INDEX_2rxs)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>seq2rxs</name>
                       <description>? Number of sky field of 2RXS nearest counterpart (SEQ_ID_2rxs)</description>
                       <ucd>meta.id;obs.field</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>indd2rxs</name>
                       <description>? Field detection number of 2RXS nearest counterpart (IND_DET_2rxs)</description>
                       <ucd>meta.id;obs.field</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>eximl2rxs</name>
                       <description>? Detection likelihood of 2RXS  nearest counterpart (EXI_ML_2rxs)</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cr2rxs</name>
                       <description>? Source count rate of 2RXS nearest counterpart (RATE_2rxs)</description>
                       <unit>ct/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra17deg</name>
                       <description>2RXS Right ascension (J2000) (RA_2rxs)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de17deg</name>
                       <description>2RXS Declination (J2000) (DEC_2rxs)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>usky2rxs</name>
                       <description>[-1/9]? Sub-field detection cell of 2RXS nearest counterpart (USKY_2rxs)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag2rxs</name>
                       <description>[0/1]? Nearby flag of 2RXS nearest counterpart, 0=best (FLAG_2rxs)</description>
                       <ucd>meta.code.error</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bkgid</name>
                       <description>? Selected background (BKG_id)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xbkg1</name>
                       <description>? X_sky coordinate of background center 1 in sky pixel (X_BKG_1)</description>
                       <unit>pix</unit>
                       <ucd>pos.cartesian.x;instr.det</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ybkg1</name>
                       <description>? Y_sky coordinate of background center 1 in sky pixel (Y_BKG_1)</description>
                       <unit>pix</unit>
                       <ucd>pos.cartesian.y;instr.det</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xbkg2</name>
                       <description>? X_sky coordinate of background center 2 in sky pixel (X_BKG_2)</description>
                       <unit>pix</unit>
                       <ucd>pos.cartesian.x;instr.det</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ybkg2</name>
                       <description>? Y_sky coordinate of background center 2 in sky pixel (Y_BKG_2)</description>
                       <unit>pix</unit>
                       <ucd>pos.cartesian.y;instr.det</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bgr1rxs</name>
                       <description>? Background count rate per square arcmin from 1RXS (BGR_1rxs)</description>
                       <unit>ct/s/arcmin2</unit>
                       <ucd>arith.rate;instr.background</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bgr2rxs</name>
                       <description>Background count rate per square arcmin from 2RXS (BGR_2rxs)</description>
                       <unit>ct/s/arcmin2</unit>
                       <ucd>arith.rate;instr.background</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lflag</name>
                       <description>? Variability flag  0=good,1=bkg (LFLAG) (8)</description>
                       <ucd>meta.code;src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cm6</name>
                       <description>? Count rate for light curve with less than 6s exposure (CM6)</description>
                       <unit>ct/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cd6</name>
                       <description>? Standard deviation of light curves with less than 6s exposure (CD6)</description>
                       <unit>ct/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exvar6</name>
                       <description>? Excess variance for light curves with less than 6s exposure (EXCESSVAR6)</description>
                       <ucd>stat.variance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_exvar6</name>
                       <description>? Excess variance uncertainty (UNCERTAINTY6)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nbinsa</name>
                       <description>? Number of data points in the LC (NBINS_A)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nbins6</name>
                       <description>? Number of data points with exposures times less than 6s (NBINS_6)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nbins1</name>
                       <description>? Number of data points with exposures times less than 1s (NBINS_1)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nbinsn</name>
                       <description>? Number of data points with exposure times greater than 6s (NBINS_N)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmin6</name>
                       <description>? Minimum count rate for light curves with exposure times of less than 6s (CMIN6)</description>
                       <unit>ct/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cmax6</name>
                       <description>? Maximum count rate for light curves with exposure times of less than 6s (CMAX6)</description>
                       <unit>ct/s</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_cmin6</name>
                       <description>? Error of CMIN6 (EMIN6)</description>
                       <unit>ct/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_cmax6</name>
                       <description>? Error of CMAX6 (EMAX6)</description>
                       <unit>ct/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ctslc6</name>
                       <description>[-]? Number of counts for light curves with exposure times of less than 6s (CTS_lc6) Not used</description>
                       <unit>ct</unit>
                       <ucd>phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sigex6</name>
                       <description>? Excess variance for light curves with exposure times of less than 6s (SIGMA_excess6)</description>
                       <ucd>stat.variance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"cm+cd"</name>
                       <description>? Sum of count rate + standard deviation</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spx</name>
                       <description>[0/1] graphical illustrations from spectral fits available in spx subdirectory</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lcx</name>
                       <description>[0/1] light curve exists as graphical illustration in clx subdirectory</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsclock1</name>
                       <description>? Start time of exposure when source is within FOV and detector ons (OBS_CLOCK_1)</description>
                       <unit>s</unit>
                       <ucd>time.start;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsclock2</name>
                       <description>? End time of exposure when source is within FOV and detector ons (OBS_CLOCK_2)</description>
                       <unit>s</unit>
                       <ucd>time.end;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_date1</name>
                       <description>? Start time of exposure when source is within FOV and detector on (OBS_DATE_1)</description>
                       <unit>&amp;quot;Y:M:D&amp;quot;</unit>
                       <ucd>time.start;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_time1</name>
                       <description>? Start time (OBS_UT_1)</description>
                       <unit>deg</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_date2</name>
                       <description>? End time of exposure when source is within FOV and detector on (OBS_DATE_2)</description>
                       <unit>&amp;quot;Y:M:D&amp;quot;</unit>
                       <ucd>time.end;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_time2</name>
                       <description>? End time (OBS_UT_2)</description>
                       <unit>deg</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="206335" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_cat2sxps_sources_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cat2sxps_sources_oid</name>
                       <unit>null</unit>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"2SXPS_ID"</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>IAUName</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>RA</name>
                       <description>The Right Ascension (J2000) of the source, taken from the individual detection with the highest S/N and best detection flag.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Decl</name>
                       <description>The declination (J2000) of the source, taken from the individual detection with the highest S/N and best detection flag.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Err90</name>
                       <description>The 90% confidence radial position error on the source position, taken from the same individual detection as the position. This includes the astrometric systematic error.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>AstromType</name>
                       <description>This relates the provenance of the astrometry used to derive the source position.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>l</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MeanOffAxisAngle</name>
                       <description>The mean distance angle (in arc minutes) of the source from the centre of the XRT detector averaged over all observations in which the source was detected and inside the XRT field of view. There is a handful of sources for which this value is -1. This indicates that the source centre was never in the field of view, that is, the detection and centroid was based on the wings of the PSF that extended into the field of view while the source itself was outside.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>OrigErr90</name>
                       <description>In the initial release of 2SXPS the statsitical component of the error was a factor of 1.5 too large, due to an error in the conversion from 1-σ to 90% confidence. This has now been corrected, however the value originally released (and used in cross correlation) is given in this field.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>NearestNeighbour</name>
                       <description>The distance to the nearest 2SXPS source to this one, in arcsec.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>NearestOKNeighbour</name>
                       <description>The distance to the nearest 2SXPS source to this one, with a flag of 0 or 1, i.e. Good or Reasonable with no other warning bit set; in arcsec.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Exposure</name>
                       <description>The total exposure at the location of the source in seconds, including datasets in which the source was not detected.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FirstObsDate</name>
                       <description>The UTC date and time of the start of the first observation in 2SXPS which covered the location of the source.</description>
                       <unit>iso-8601</unit>
                       <ucd>TIME</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>LastObsDate</name>
                       <description>The UTC date and time of the end of the last observation in 2SXPS which covered the location of the source.</description>
                       <unit>iso-8601</unit>
                       <ucd>TIME</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FirstObsMET</name>
                       <description>The time of the start of the first observation in 2SXPS which covered the location of the source, in Swift MET.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>LastObsMET</name>
                       <description>The time of the end of the last observation in 2SXPS which covered the location of the source, in Swift MET.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FirstDetDate</name>
                       <description>The UTC date and time of the start of the first observation in 2SXPS in which the source count-rate in any band is inconsistent with 0 at the 3-σ level; i.e. the first observation in which the source was detected by the blind search or retrospective count-rate determination.</description>
                       <unit>iso-8601</unit>
                       <ucd>TIME</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>LastDetDate</name>
                       <description>The UTC date and time of the end of the last observation in 2SXPS in which the source count-rate in any band is inconsistent with 0 at the 3-σ level; i.e. the first observation in which the source was detected by the blind search or retrospective count-rate determination.</description>
                       <unit>iso-8601</unit>
                       <ucd>TIME</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FirstDetMET</name>
                       <description>The time, in Swift MET, of the start of the first observation in 2SXPS in which the source count-rate in any band is inconsistent with 0 at the 3-σ level; i.e. the first observation in which the source was detected by the blind search or retrospective count-rate determination.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>LastDetMET</name>
                       <description>The time, in Swift MET, of the end of the last observation in 2SXPS in which the source count-rate in any band is inconsistent with 0 at the 3-σ level; i.e. the first observation in which the source was detected by the blind search or retrospective count-rate determination.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FirstBlindDetDate</name>
                       <description>The UTC date and time of the start of the first observation in 2SXPS in which the source was detected in the blind search.</description>
                       <unit>iso-8601</unit>
                       <ucd>TIME</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>LastBlindDetDate</name>
                       <description>The UTC date and time of the end of the last observation in 2SXPS in in which the source was detected in the blind search.</description>
                       <unit>iso-8601</unit>
                       <ucd>TIME</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FirstBlindDetMET</name>
                       <description>The time, in Swift MET, of the start of the first observation in 2SXPS in which the source was detected in the blind search.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>LastBlindDetMET</name>
                       <description>The time, in Swift MET, of the end of the last observation in 2SXPS in which the source was detected in the blind search.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>NumObs</name>
                       <description>The total number of datasets (observations+stacked images) which cover the location of the source, including those in which the source was not detected.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>NumBlindDetObs</name>
                       <description>The number of datasets (observations+stacked images) in which the source was detected in the blind search.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>NumDetObs</name>
                       <description>The number of datasets (observations+stacked images) in which the source was detected with the retrospective analysis.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>BestDetectionID</name>
                       <description>The ID value from the detections table corresponding to the detection of this source for which the position and error have been taken.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>NonBlindDet_band0</name>
                       <description>Whether the mean count-rate in the total (0.3—10 keV) is non-zero with 3-σ significance.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>NonBlindDet_band1</name>
                       <description>Whether the mean count-rate in the soft (0.3—1 keV) is non-zero with 3-σ significance.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>NonBlindDet_band2</name>
                       <description>Whether the mean count-rate in the medium (1—2 keV) is non-zero with 3-σ significance.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>NonBlindDet_band3</name>
                       <description>Whether the mean count-rate in the hard (3—10 keV) is non-zero with 3-σ significance.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DetFlag</name>
                       <description>The best detection flag from all detections of the source. The basic values are 0, 1, or 2, meaning Good, Reasonable or Poor respectively. Higher values mean that an extra warning is associated with the source.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FieldFlag</name>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DetFlag_band0</name>
                       <description>The best total-band (0.3—10 keV) detection flag from all detections of the source.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DetFlag_band1</name>
                       <description>The best soft-band (0.3—1 keV) detection flag from all detections of the source.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DetFlag_band2</name>
                       <description>The best medium-band (1—2 keV) detection flag from all detections of the source.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DetFlag_band3</name>
                       <description>The best hard-band (2—10 keV) detection flag from all detections of the source.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>OpticalLoadingWarning</name>
                       <description>This is the worst optical loading warning from any detection of the source. If an optical source exists near the 2SXPS source, and is bright enough to cause optical loading then this field indicates how many magnitudes brighter than the optical loading limit that source is, otherwise it is zero. </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>StrayLightWarning</name>
                       <description>This is set to one if any detections of the source occurred in a region affected by stray light, otherwise zero.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>NearBrightSourceWarning</name>
                       <description>Whether any detection of this source occurred where the background level exceeded 10-3 ct s-1 pixel-1, i.e. was likely in the wings of a bright source. A value of zero indicates this did not occur. A value of one indicates that it did. A value of two means that the source was detected in a stacked image in which the background was not high (averaged over the whole stacked exposure), but where there was at least one observation in which the source was undetected, and the background at the source position was in excess of 10-3 ct s-1 pixel-1. </description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>IsPotentialAlias</name>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PotentialAliasList</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Rate_band0</name>
                       <description>The time-averaged total-band (0.3—10 keV) count-rate of the source, in counts per second.</description>
                       <unit>ct/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Rate_band0_pos</name>
                       <description>The 1-σ positive error on the time-averaged total-band (0.3—10 keV) count-rate of the source. If more than 100 net counts (i.e. after background subtraction) were detected, or the number of counts in the source or background exceeded 1000, this is the Poisson error, otherwise it is calculated from the Bayesian method of Kraft, Burrows &amp; Nousek (1991).</description>
                       <unit>ct/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Rate_band0_neg</name>
                       <description>The 1-σ negative error on the time-averaged total-band (0.3—10 keV) count-rate of the source. If more than 100 net counts (i.e. after background subtraction) were detected, or the number of counts in the source or background exceeded 1000, this is the Poisson error, otherwise it is calculated from the Bayesian method of Kraft, Burrows &amp; Nousek (1991).</description>
                       <unit>ct/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>HR1</name>
                       <description>The HR1 hardness ratio = (M-S)/(M+S) where M and S are the medium (1—2 keV) and soft (0.3—1 keV) band count-rates. If both bands had more than 100 photons and an S/N ratio of at least 2 this was calculated simply from this equation, otherwise the Bayesian approach of Park et al. (2006) was employed.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>HR1_pos</name>
                       <description>The 1-σ positive error on HR1. In a small number of cases where the Bayesian approach of Park et al. (2006) was used to derive HR1, the mean HR value lay outside the 1-σ confidence interval. In these cases the HR1_pos error may be negative.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>HR1_neg</name>
                       <description>The 1-σ negative error on HR1. In a small number of cases where the Bayesian approach of Park et al. (2006) was used to derive HR1, the mean HR value lay outside the 1-σ confidence interval. In these cases the HR1_neg error may be positive.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>HR2</name>
                       <description>The HR2 hardness ratio = (H-M)/(H+M) where H and M are the hard (2—10 keV) and medium (1—2 keV) band count-rates. If both bands had more than 100 photons and an SNR of at least 2 this was calculated simply from this equation, otherwise the Bayesian approach of Park et al. (2006) was employed.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>HR2_pos</name>
                       <description>The 1-σ positive error on HR2. In a small number of cases where the Bayesian approach of Park et al. (2006) was used to derive HR2, the mean HR value lay outside the 1-σ confidence interval. In these cases the HR2_pos error may be negative.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>HR2_neg</name>
                       <description>The 1-σ negative error on HR2. In a small number of cases where the Bayesian approach of Park et al. (2006) was used to derive HR2, the mean HR value lay outside the 1-σ confidence interval. In these cases the HR2_neg error may be positive.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Rate_band1</name>
                       <description>The time-averaged soft-band (0.3—1 keV) count-rate of the source, in counts per second.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Rate_band1_pos</name>
                       <description>The 1-σ positive error on the time-averaged soft-band (0.3—1 keV) count-rate of the source. </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Rate_band1_neg</name>
                       <description>The 1-σ negative error on the time-averaged soft-band (0.3—1 keV) count-rate of the source. </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Rate_band2</name>
                       <description>The time-averaged medium-band (1—2 keV) count-rate of the source, in counts per second.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Rate_band2_pos</name>
                       <description>The 1-σ positive error on the time-averaged medium-band (1—2 keV) count-rate of the source. </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Rate_band2_neg</name>
                       <description>The 1-σ negative error on the time-averaged medium-band (1—2 keV) count-rate of the source. </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Rate_band3</name>
                       <description>The time-averaged hard-band (2—10 keV) count-rate of the source, in counts per second.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Rate_band3_pos</name>
                       <description>The 1-σ positive error on the time-averaged hard-band (2—10 keV) count-rate of the source. </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Rate_band3_neg</name>
                       <description>The 1-σ negative error on the time-averaged hard-band (2—10 keV) count-rate of the source. </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Counts_band0</name>
                       <description>The total number of events (not background subtracted or exposure corrected) in the total-band (0.3—10 keV) image, in the source extraction region for this source. This is found by summing the counts in the individual observations of the location, not from the stacked image.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Counts_band1</name>
                       <description>The total number of events (not background subtracted or exposure corrected) in the soft-band (0.3—1 keV) image, in the source extraction region for this source.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Counts_band2</name>
                       <description>The total number of events (not background subtracted or exposure corrected) in the medium-band (1—2 keV) image, in the source extraction region for this source.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>Counts_band3</name>
                       <description>The total number of events (not background subtracted or exposure corrected) in the hard-band (2—10 keV) image, in the source extraction region for this source.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>BgCounts_band0</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>BgCounts_band1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>BgCounts_band2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>BgCounts_band3</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>RateCF_band0</name>
                       <description>The count-rate correction factor in the total band (0.3—10 keV). This corrects for vignetting, bad columns, pile-up and the finite radius within which counts were extracted.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>RateCF_band1</name>
                       <description>The count-rate correction factor in the soft band (0.3—1 keV). </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>RateCF_band2</name>
                       <description>The count-rate correction factor in the medium band (1—2 keV). </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>RateCF_band3</name>
                       <description>The count-rate correction factor in the hard band (2—10 keV). </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>UL_band0</name>
                       <description>The overall 3-σ upper limit on the total-band (0.3—10 keV) count-rate from the source, derived from the Counts_band0, BGCounts_band0, RateCF_band0 and Exposure columns. If more than 100 net counts (i.e. after background subtraction) were detected, or the number of counts in the source or background exceeded 1000, this was determined using Poisson errors, otherwise it is calculated from the Bayesian method of Kraft, Burrows &amp; Nousek (1991). Note that this upper limit value is supplied for all sources, regardless of the strength of the detection.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>UL_band1</name>
                       <description>The overall 3-σ upper limit on the soft-band (0.3—1 keV) count-rate from the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>UL_band2</name>
                       <description>The overall 3-σ upper limit on the medium-band (1—2 keV) count-rate from the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>UL_band3</name>
                       <description>The overall 3-σ upper limit on the hard-band (2—10 keV) count-rate from the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PeakRate_band0</name>
                       <description>The peak count-rate of the source in the total band (0.3—10 keV). The peak rate is defined as the count-rate in the light curve bin (from per-snapshot or per-obsid binning) with the highest 1-σ lower limit.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PeakRate_band0_pos</name>
                       <description>The 1-σ positive error on the peak total-band (0.3—10 keV) count-rate of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PeakRate_band0_neg</name>
                       <description>The 1-σ negative error on the peak total-band (0.3—10 keV) count-rate of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PeakRate_band1</name>
                       <description>The peak count-rate of the source in the soft band (0.3—1 keV).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PeakRate_band1_pos</name>
                       <description>The 1-σ positive error on the peak total-band (0.3—1 keV) count-rate of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PeakRate_band1_neg</name>
                       <description>The 1-σ negative error on the peak total-band (0.3—1 keV) count-rate of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PeakRate_band2</name>
                       <description>The peak count-rate of the source in the soft band (1—2 keV).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PeakRate_band2_pos</name>
                       <description>The 1-σ positive error on the peak total-band (1—2 keV) count-rate of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PeakRate_band2_neg</name>
                       <description>The 1-σ negative error on the peak total-band (1—3 keV) count-rate of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PeakRate_band3</name>
                       <description>The peak count-rate of the source in the soft band (2—10 keV).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PeakRate_band3_pos</name>
                       <description>The 1-σ positive error on the peak total-band (2—10 keV) count-rate of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PeakRate_band3_neg</name>
                       <description>The 1-σ negative error on the peak total-band (2—10 keV) count-rate of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>GalacticNH</name>
                       <description>The Galactic absorption column density (in cm-2) in the direction of the source, determined from Willingale et al. (2013).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PvarPchiSnapshot_band0</name>
                       <description>The probability that the source is constant between snapshots in the total band (0.3—10 keV), as derived from the Pearsons χ2 test. The minimum recordable value for this is 1.1×10-16 so values of 0 mean &lt;1.1×10-16.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PvarPchiSnapshot_band1</name>
                       <description>The probability that the source is constant between snapshots in the soft band (0.3—1 keV), as derived from the Pearsons χ2 test.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PvarPchiSnapshot_band2</name>
                       <description>The probability that the source is constant between snapshots in the medium band (1—2 keV), as derived from the Pearsons χ2 test.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PvarPchiSnapshot_band3</name>
                       <description>The probability that the source is constant between snapshots in the hard band (2—10 keV), as derived from the Pearsons χ2 test.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PvarPchiSnapshot_HR1</name>
                       <description>The probability that the source HR1 hardness ratio is constant between snapshots, as derived from the Pearsons χ2 test.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PvarPchiSnapshot_HR2</name>
                       <description>The probability that the source HR2 hardness ratio is constant between snapshots, as derived from the Pearsons χ2 test.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PvarPchiObsID_band0</name>
                       <description>The probability that the source is constant between observations in the total band (0.3—10 keV), as derived from the Pearsons χ2 test.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PvarPchiObsID_band1</name>
                       <description>The probability that the source is constant between observations in the soft band (0.3—1 keV), as derived from the Pearsons χ2 test.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PvarPchiObsID_band2</name>
                       <description>The probability that the source is constant between observations in the medium band (1—2 keV), as derived from the Pearsons χ2 test.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PvarPchiObsID_band3</name>
                       <description>The probability that the source is constant between observations in the hard band (2—10 keV), as derived from the Pearsons χ2 test.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PvarPchiObsID_HR1</name>
                       <description>The probability that the source HR1 hardness ratio is constant between observations, as derived from the Pearsons χ2 test.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PvarPchiObsID_HR2</name>
                       <description>The probability that the source HR2 hardness ratio is constant between observations, as derived from the Pearsons χ2 test.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>WhichPow</name>
                       <description>TheWhich method of determining the spectral properties assuming a power-law was used</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>WhichAPEC</name>
                       <description>Which method of determining the spectral properties assuming an APEC was used</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PowECFO</name>
                       <description>The counts-to-observed-flux (0.3—10 keV) conversion factor (in erg cm-2 ct-1) derived from the power-law spectrum indicated by the WhichPow field.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PowECFU</name>
                       <description>The counts-to-unabsorbed-flux (0.3—10 keV) conversion factor (in erg cm-2 ct-1) derived from the power-law spectrum indicated by the WhichPow field.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PowFlux</name>
                       <description>The observed 0.3—10 keV flux (in erg cm-2 s-1) derived from the power-law spectrum indicated by the WhichPow field. This is given by Rate_band0*PowECFO.</description>
                       <unit> mW/m2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PowFlux_pos</name>
                       <description>The 1-σ positive error on the observed 0.3—10 keV flux for the power-law spectrum indicated by the WhichPow field. This is given by Rate_band0_pos*PowECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PowFlux_neg</name>
                       <description>The 1-σ negative error on the observed 0.3—10 keV flux for the power-law spectrum indicated by the WhichPow field. This is given by Rate_band0_neg*PowECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PowUnabsFlux</name>
                       <description>The unabsorbed 0.3—10 keV flux (in erg cm-2 s-1), derived from the power-law spectrum indicated by the WhichPow field. This is given by Rate_band0*PowECFU.</description>
                       <unit>mW/m2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PowUnabsFlux_pos</name>
                       <description>The 1-σ positive error on the unabsorbed 0.3—10 keV flux for the power-law spectrum indicated by the WhichPow field. This is given by Rate_band0_pos*PowECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PowUnabsFlux_neg</name>
                       <description>The 1-σ negative error on the unabsorbed 0.3—10 keV flux for the power-law spectrum indicated by the WhichPow field. This is given by Rate_band0_neg*PowECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APECECFO</name>
                       <description>The counts-to-observed-flux (0.3—10 keV) conversion factor (in erg cm-2 ct-1) derived the APEC spectrum indicated by the WhichAPEC field.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APECECFU</name>
                       <description>The counts-to-unabsorbed-flux (0.3—10 keV) conversion factor (in erg cm-2 ct-1) derived from the APEC spectrum indicated by the WhichAPEC field.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APECFlux</name>
                       <description>The observed 0.3—10 keV flux (in erg cm-2 s-1) derived from the APEC spectrum indicated by the WhichAPEC field. This is given by Rate_band0*APECECFO.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APECFlux_pos</name>
                       <description>The 1-σ positive error on the observed 0.3—10 keV flux for the APEC spectrum indicated by the WhichAPEC field. This is given by Rate_band0_pos*APECECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APECFlux_neg</name>
                       <description>The 1-σ negative error on the observed 0.3—10 keV flux for the APEC spectrum indicated by the WhichAPEC field. This is given by Rate_band0_neg*APECECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APECUnabsFlux</name>
                       <description>The unabsorbed 0.3—10 keV flux (in erg cm-2 s-1), derived from the APEC spectrum indicated by the WhichAPEC field. This is given by Rate_band0*APECECFU.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APECUnabsFlux_pos</name>
                       <description>The 1-σ positive error on the unabsorbed 0.3—10 keV flux for the APEC spectrum indicated by the WhichAPEC field. This is given by Rate_band0_pos*APECECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APECUnabsFlux_neg</name>
                       <description>The 1-σ negative error on the unabsorbed 0.3—10 keV flux for the APEC spectrum indicated by the WhichAPEC field. This is given by Rate_band0_neg*APECECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PowPeakFlux</name>
                       <description>The peak observed 0.3—10 keV flux (in erg cm-2 s-1) for the power-law spectrum indicated by the WhichPow field. This is given by PeakRate_band0*PowECFO.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PowPeakFlux_pos</name>
                       <description>The 1-σ positive error on the peak observed 0.3—10 keV flux for the power-law spectrum indicated by the WhichPow field. This is given by PeakRate_band0_pos*PowECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PowPeakFlux_neg</name>
                       <description>The 1-σ negative error on the peak observed 0.3—10 keV flux for the power-law spectrum indicated by the WhichPow field. This is given by PeakRate_band0_neg*PowECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PowPeakUnabsFlux</name>
                       <description>The peak unabsorbed 0.3—10 keV flux (in erg cm-2 s-1) for the power-law spectrum indicated by the WhichPow field. This is given by PeakRate_band0*PowECFU.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PowPeakUnabsFlux_pos</name>
                       <description>The 1-σ positive error on the peak unabsorbed 0.3—10 keV flux for the power-law spectrum indicated by the WhichPow field. This is given by PeakRate_band0_pos*PowECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PowPeakUnabsFlux_neg</name>
                       <description>The 1-σ negative error on the peak unabsorbed 0.3—10 keV flux for the power-law spectrum indicated by the WhichPow field. This is given by PeakRate_band0_neg*PowECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APECPeakFlux</name>
                       <description>The peak observed 0.3—10 keV flux (in erg cm-2 s-1) for the APEC spectrum indicated by the WhichAPEC field. This is given by PeakRate_band0*APECECFO.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APECPeakFlux_pos</name>
                       <description>The 1-σ positive error on the peak observed 0.3—10 keV flux for the APEC spectrum indicated by the WhichAPEC field. This is given by PeakRate_band0_pos*APECECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APECPeakFlux_neg</name>
                       <description>The 1-σ negative error on the peak observed 0.3—10 keV flux for the APEC spectrum indicated by the WhichAPEC field. This is given by PeakRate_band0_neg*APECECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APECPeakUnabsFlux</name>
                       <description>The peak unabsorbed 0.3—10 keV flux (in erg cm-2 s-1) for the APEC spectrum indicated by the WhichAPEC field. This is given by PeakRate_band0*APECECFU.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APECPeakUnabsFlux_pos</name>
                       <description>The 1-σ positive error on the peak unabsorbed 0.3—10 keV flux for the APEC spectrum indicated by the WhichAPEC field. This is given by PeakRate_band0_pos*APECECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APECPeakUnabsFlux_neg</name>
                       <description>The 1-σ negative error on the peak unabsorbed 0.3—10 keV flux for the APEC spectrum indicated by the WhichAPEC field. This is given by PeakRate_band0_neg*APECECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FixedPowECFO</name>
                       <description>The counts-to-observed-flux (0.3—10 keV) conversion factor (in erg cm-2 ct-1) derived from a power-law spectrum with a photon index of 1.7 absorbed by the Galactic column (from the GalacticNH field).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FixedPowECFU</name>
                       <description>The counts-to-unabsorbed-flux (0.3—10 keV) conversion factor (in erg cm-2 ct-1) derived from a power-law spectrum with a photon index of 1.7 absorbed by the Galactic column (from the GalacticNH field).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FixedPowFlux</name>
                       <description>The observed 0.3—10 keV flux (in erg cm-2 s-1) derived from a power-law spectrum with a photon index of 1.7 absorbed by the Galactic column (from the GalacticNH field). This is given by Rate_band0*FixedPowECFO.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FixedPowFlux_pos</name>
                       <description>The 1-σ positive error on the observed 0.3—10 keV flux for a power-law spectrum with a photon index of 1.7 absorbed by the Galactic column (from the GalacticNH field). This is given by Rate_band0_pos*FixedPowECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FixedPowFlux_neg</name>
                       <description>The 1-σ negative error on the observed 0.3—10 keV flux for a power-law spectrum with a photon index of 1.7 absorbed by the Galactic column (from the GalacticNH field). This is given by Rate_band0_neg*FixedPowECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FixedPowUnabsFlux</name>
                       <description>The unabsorbed 0.3—10 keV flux (in erg cm-2 s-1) derived from a power-law spectrum with a photon index of 1.7 absorbed by the Galactic column (from the GalacticNH field). This is given by Rate_band0*FixedPowECFU.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FixedPowUnabsFlux_pos</name>
                       <description>The 1-σ positive error on the unabsorbed 0.3—10 keV flux for a power-law spectrum with a photon index of 1.7 absorbed by the Galactic column (from the GalacticNH field). This is given by Rate_band0_pos*FixedPowECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FixedPowUnabsFlux_neg</name>
                       <description>The 1-σ negative error on the unabsorbed 0.3—10 keV flux for a power-law spectrum with a photon index of 1.7 absorbed by the Galactic column (from the GalacticNH field). This is given by Rate_band0_neg*FixedPowECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FixedAPECECFO</name>
                       <description>The counts-to-observed-flux (0.3—10 keV) conversion factor (in erg cm-2 ct-1) derived from an APEC spectrum with a temperature of 1 keV absorbed by the Galactic column (from the GalacticNH field).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FixedAPECECFU</name>
                       <description>The counts-to-unabsorbed-flux (0.3—10 keV) conversion factor (in erg cm-2 ct-1) derived from an APEC spectrum with a temperature of 1 keV absorbed by the Galactic column (from the GalacticNH field).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FixedAPECFlux</name>
                       <description>The observed 0.3—10 keV flux (in erg cm-2 s-1) derived from an APEC spectrum with a temperature of 1 keV absorbed by the Galactic column (from the GalacticNH field). This is given by Rate_band0*FixedAPEECECFO.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FixedAPECFlux_pos</name>
                       <description>The 1-σ positive error on the observed 0.3—10 keV flux for an APEC spectrum with a temperature of 1 keV absorbed by the Galactic column (from the GalacticNH field). This is given by Rate_band0_pos*FixedAPECECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FixedAPECFlux_neg</name>
                       <description>The 1-σ negative error on the observed 0.3—10 keV flux for an APEC spectrum with a temperature of 1 keV absorbed by the Galactic column (from the GalacticNH field). This is given by Rate_band0_neg*FixedAPECECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FixedAPECUnabsFlux</name>
                       <description>The unabsorbed 0.3—10 keV flux (in erg cm-2 s-1) derived from an APEC spectrum with a temperature of 1 keV absorbed by the Galactic column (from the GalacticNH field). This is given by Rate_band0*FixedAPECECFU.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FixedAPECUnabsFlux_pos</name>
                       <description>The 1-σ positive error on the unabsorbed 0.3—10 keV flux for an APEC spectrum with a temperature of 1 keV absorbed by the Galactic column (from the GalacticNH field). This is given by Rate_band0_pos*FixedAPECECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FixedAPECUnabsFlux_neg</name>
                       <description>The 1-σ negative error on the unabsorbed 0.3—10 keV flux for an APEC spectrum with a temperature of 1 keV absorbed by the Galactic column (from the GalacticNH field). This is given by Rate_band0_neg*FixedAPECECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpPowECFO</name>
                       <description>The counts-to-observed-flux (0.3—10 keV) conversion factor (in erg cm-2 ct-1) derived from the hardness ratios of the source interpolated on a look-up table of power-law spectra.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpPowECFU</name>
                       <description>The counts-to-unabsorbed-flux (0.3—10 keV) conversion factor (in erg cm-2 ct-1) derived from the hardness ratios of the source interpolated on a look-up table of power-law spectra.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpPowNH</name>
                       <description>The absorption column (in cm-2) of the spectrum of the source derived from the hardness ratios of the source interpolated on a look-up table of power-law spectra.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpPowNH_pos</name>
                       <description>The 1-σ positive error absorption column of the spectrum of the source derived from the hardness ratios of the source interpolated on a look-up table of power-law spectra. A value of -1 indicates that this error could not be constrained.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpPowNH_neg</name>
                       <description>The 1-σ negative error absorption column of the spectrum of the source derived from the hardness ratios of the source interpolated on a look-up table of power-law spectra. A value of +1 indicates that this error could not be constrained.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpPowGamma</name>
                       <description>The power-law photon index of the spectrum of the source derived from the hardness ratios of the source interpolated on a look-up table of power-law spectra.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpPowGamma_pos</name>
                       <description>The 1-σ positive error on the power-law photon index of the spectrum of the source derived from the hardness ratios of the source interpolated on a look-up table of power-law spectra. A value of -1 indicates that this error could not be constrained.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpPowGamma_neg</name>
                       <description>The 1-σ negative error on the power-law photon index of the spectrum of the source derived from the hardness ratios of the source interpolated on a look-up table of power-law spectra. A value of +1 indicates that this error could not be constrained.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpPowFlux</name>
                       <description>The observed 0.3—10 keV flux (in erg cm-2 s-1) based on the HR-interpolated power-law spectrum. This is given by Rate_band0*InterpPowECFO.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpPowFlux_pos</name>
                       <description>The 1-σ positive error on the observed 0.3—10 keV flux derived based on the HR-interpolated power-law spectrum. This is given by Rate_band0_pos*InterpPowECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpPowFlux_neg</name>
                       <description>The 1-σ negative error on the observed 0.3—10 keV flux derived based on the HR-interpolated power-law spectrum. This is given by Rate_band0_neg*InterpPowECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpPowUnabsFlux</name>
                       <description>The unabsorbed 0.3—10 keV flux (in erg cm-2 s-1) based on the HR-interpolated power-law spectrum. This is given by Rate_band0*InterpPowECFU.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpPowUnabsFlux_pos</name>
                       <description>The 1-σ positive error on the unabsorbed 0.3—10 keV flux derived based on the HR-interpolated power-law spectrum. This is given by Rate_band0_pos*InterpPowECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpPowUnabsFlux_neg</name>
                       <description>The 1-σ negative error on the unabsorbed 0.3—10 keV flux derived based on the HR-interpolated power-law spectrum. This is given by Rate_band0_neg*InterpPowECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpAPECECFO</name>
                       <description>The counts-to-observed-flux (0.3—10 keV) conversion factor (in erg cm-2 ct-1) derived from the hardness ratios of the source interpolated on a look-up table of APEC spectra.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpAPECECFU</name>
                       <description>The counts-to-unabsorbed-flux (0.3—10 keV) conversion factor (in erg cm-2 ct-1) derived from the hardness ratios of the source interpolated on a look-up table of APEC spectra.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpAPECNH</name>
                       <description>The absorption column (in cm-2) of the spectrum of the source derived from the hardness ratios of the source interpolated on a look-up table of APEC spectra.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpAPECNH_pos</name>
                       <description>The 1-σ positive error absorption column of the spectrum of the source derived from the hardness ratios of the source interpolated on a look-up table of APEC spectra. A value of -1 indicates that this error could not be constrained.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpAPECNH_neg</name>
                       <description>The 1-σ negative error absorption column of the spectrum of the source derived from the hardness ratios of the source interpolated on a look-up table of APEC spectra. A value of +1 indicates that this error could not be constrained.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpAPECkT</name>
                       <description>The APEC plasma temperature (in keV) of the spectrum of the source derived from the hardness ratios of the source interpolated on a look-up table of APEC spectra.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpAPECkT_pos</name>
                       <description>The 1-σ positive error on the APEC plasma temperature of the spectrum of the source derived from the hardness ratios of the source interpolated on a look-up table of APEC spectra. A value of -1 indicates that this error could not be constrained.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpAPECkT_neg</name>
                       <description>The 1-σ negative error on the APEC plasma temperature of the spectrum of the source derived from the hardness ratios of the source interpolated on a look-up table of APEC spectra. A value of +1 indicates that this error could not be constrained.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpAPECFlux</name>
                       <description>The observed 0.3—10 keV flux (in erg cm-2 s-1) based on the HR-interpolated APEC spectrum. This is given by Rate_band0*InterpAPECECFO.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpAPECFlux_pos</name>
                       <description>The 1-σ positive error on the observed 0.3—10 keV flux derived based on the HR-interpolated APEC spectrum. This is given by Rate_band0_pos*InterpAPECECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpAPECFlux_neg</name>
                       <description>The 1-σ negative error on the observed 0.3—10 keV flux derived based on the HR-interpolated APEC spectrum. This is given by Rate_band0_neg*InterpAPECECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpAPECUnabsFlux</name>
                       <description>The unabsorbed 0.3—10 keV flux (in erg cm-2 s-1) based on the HR-interpolated APEC spectrum. This is given by Rate_band0*InterpAPECECFU.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpAPECUnabsFlux_pos</name>
                       <description>The 1-σ positive error on the unabsorbed 0.3—10 keV flux derived based on the HR-interpolated APEC spectrum. This is given by Rate_band0_pos*InterpAPECECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>InterpAPECUnabsFlux_neg</name>
                       <description>The 1-σ negative error on the unabsorbed 0.3—10 keV flux derived based on the HR-interpolated APEC spectrum. This is given by Rate_band0_neg*InterpAPECECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>P_pow</name>
                       <description>If the (HR1,HR2) values of the source lie inside the range allowed by the simple power-law spectrum, this field is 1. Otherwise it is the probability of obtaining the measured hardness ratios and errors if the true spectrum is that which gives (HR1,HR2) closest to the sources values.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>P_APEC</name>
                       <description>If the (HR1,HR2) values of the source lie inside the range allowed by the simple APEC spectrum, this field is 1. Otherwise it is the probability of obtaining the measured hardness ratios and errors if the true spectrum is that which gives (HR1,HR2) closest to the sources values.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedPowECFO</name>
                       <description>The counts-to-observed-flux (0.3—10 keV) conversion factor (in erg cm-2 ct-1) derived from an automated power-law spectral fit to an automatically-extracted spectrum of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedPowECFU</name>
                       <description>The counts-to-unabsorbed-flux (0.3—10 keV) conversion factor (in erg cm-2 ct-1) derived from an automated power-law spectral fit to an automatically-extracted spectrum of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedPowNH</name>
                       <description>The absorption column (in cm-2) of the spectrum of the source from an automated power-law spectral fit to an automatically-extracted spectrum of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedPowNH_pos</name>
                       <description>The 1-σ positive error absorption column of the spectrum of the source from an automated power-law spectral fit to an automatically-extracted spectrum of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedPowNH_neg</name>
                       <description>The 1-σ negative error absorption column of the spectrum of the source from an automated power-law spectral fit to an automatically-extracted spectrum of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedPowGamma</name>
                       <description>The power-law photon index of the spectrum of the source from an automated power-law spectral fit to an automatically-extracted spectrum of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedPowGamma_pos</name>
                       <description>The 1-σ positive error on the power-law photon index of the spectrum of the source from an automated power-law spectral fit to an automatically-extracted spectrum of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedPowGamma_neg</name>
                       <description>The 1-σ negative error on the power-law photon index of the spectrum of the source from an automated power-law spectral fit to an automatically-extracted spectrum of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedPowFlux</name>
                       <description>The observed 0.3—10 keV flux (in erg cm-2 s-1) derived from an automated power-law spectral fit to an automatically-extracted spectrum of the source. This is given by Rate_band0*FittedPowECFO.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedPowFlux_pos</name>
                       <description>The 1-σ positive error on the observed 0.3—10 keV flux derived from an automated power-law spectral fit to an automatically-extracted spectrum of the source. This is given by Rate_band0_pos*FittedPowECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedPowFlux_neg</name>
                       <description>The 1-σ negative error on the observed 0.3—10 keV flux derived from an automated power-law spectral fit to an automatically-extracted spectrum of the source. This is given by Rate_band0_ne*FittedPowECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedPowUnabsFlux</name>
                       <description>The unabsorbed 0.3—10 keV flux (in erg cm-2 s-1) derived from an automated power-law spectral fit to an automatically-extracted spectrum of the source. This is given by Rate_band0*FittedPowECFO.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedPowUnabsFlux_pos</name>
                       <description>The 1-σ positive error on the unabsorbed 0.3—10 keV flux derived from an automated power-law spectral fit to an automatically-extracted spectrum of the source. This is given by Rate_band0_pos*FittedPowECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedPowUnabsFlux_neg</name>
                       <description>The 1-σ negative error on the unabsorbed 0.3—10 keV flux derived from an automated power-law spectral fit to an automatically-extracted spectrum of the source. This is given by Rate_band0_neg*FittedPowECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedPowCstat</name>
                       <description>The Cstatistic from the power-law spectral fit.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedPowDOF</name>
                       <description>The number of degrees of freedom in the power-law spectral fit.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedPowReducedChi2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedAPECECFO</name>
                       <description>The counts-to-observed-flux (0.3—10 keV) conversion factor (in erg cm-2 ct-1) derived from an automated APEC spectral fit to an automatically-extracted spectrum of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedAPECECFU</name>
                       <description>The counts-to-unabsorbed-flux (0.3—10 keV) conversion factor (in erg cm-2 ct-1), derived from an automated APEC spectral fit to an automatically-extracted spectrum of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedAPECNH</name>
                       <description>The absorption column (in cm-2) of the spectrum of the source derived from an automated APEC spectral fit to an automatically-extracted spectrum of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedAPECNH_pos</name>
                       <description>The 1-σ positive error absorption column of the spectrum of the source derived from an automated APEC spectral fit to an automatically-extracted spectrum of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedAPECNH_neg</name>
                       <description>The 1-σ negative error absorption column of the spectrum of the source derived from an automated APEC spectral fit to an automatically-extracted spectrum of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedAPECkT</name>
                       <description>The APEC plasma temperature (in keV) of the spectrum of the source derived from an automated APEC spectral fit to an automatically-extracted spectrum of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedAPECkT_pos</name>
                       <description>The 1-σ positive error on the APEC plasma temperature of the spectrum of the source derived from an automated APEC spectral fit to an automatically-extracted spectrum of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedAPECkT_neg</name>
                       <description>The 1-σ negative error on the APEC plasma temperature of the spectrum of the source derived from an automated APEC spectral fit to an automatically-extracted spectrum of the source.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedAPECFlux</name>
                       <description>The observed 0.3—10 keV flux (in erg cm-2 s-1) derived from an automated APEC spectral fit to an automatically-extracted spectrum of the source. This is given by Rate_band0*FittedAPECECFO.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedAPECFlux_pos</name>
                       <description>The 1-σ positive error on the observed 0.3—10 keV flux derived from an automated APEC spectral fit to an automatically-extracted spectrum of the source. This is given by Rate_band0_pos*FittedAPECECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedAPECFlux_neg</name>
                       <description>The 1-σ negative error on the observed 0.3—10 keV flux derived from an automated APEC spectral fit to an automatically-extracted spectrum of the source. This is given by Rate_band0_ne*FittedAPECECFO, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedAPECUnabsFlux</name>
                       <description>The unabsorbed 0.3—10 keV flux (in erg cm-2 s-1) derived from an automated APEC spectral fit to an automatically-extracted spectrum of the source. This is given by Rate_band0*FittedAPECECFO.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedAPECUnabsFlux_pos</name>
                       <description>The 1-σ positive error on the unabsorbed 0.3—10 keV flux derived from an automated APEC spectral fit to an automatically-extracted spectrum of the source. This is given by Rate_band0_pos*FittedAPECECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedAPECUnabsFlux_neg</name>
                       <description>The 1-σ negative error on the unabsorbed 0.3—10 keV flux derived from an automated APEC spectral fit to an automatically-extracted spectrum of the source. This is given by Rate_band0_neg*FittedAPECECFU, so does not include uncertainties in the spectral modelling.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedAPECCstat</name>
                       <description>The Cstatistic from the APEC spectral fit.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedAPECDOF</name>
                       <description>The number of degrees of freedom in the APEC spectral fit.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FittedAPECReducedChi2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>HasSpec</name>
                       <description>Whether there is (1) or is not (0) an automatically-built spectrum for this source.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>NumExternalMatches</name>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>NumExternalMatches_slim</name>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MatchInROSHRI</name>
                       <description>Whether the object does (1) or does not (0) match an object in the Rosat HRI catalogue.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MatchIn2RXS</name>
                       <description>Whether the object does (1) or does not (0) match an object in the 2RXS catalogue.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MatchIn3XMMDR8</name>
                       <description>Whether the object does (1) or does not (0) match an object in the 3XMM-DR8 catalogue.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MatchIn3XMM_Stack</name>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MatchInXMMSL2</name>
                       <description>Whether the object does (1) or does not (0) match an object in the XMMSL2 catalogue.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MatchInSwiftFT</name>
                       <description>Whether the object does (1) or does not (0) match an object in the SwiftFT catalogue.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MatchIn1SWXRT</name>
                       <description>Whether the object does (1) or does not (0) match an object in the 1SWXRT catalogue.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MatchInXRTGRB</name>
                       <description>Whether the object does (1) or does not (0) match a catalogued XRT position of a Gamma Ray Burst.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MatchInSDSSQSO</name>
                       <description>Whether the object does (1) or does not (0) match an object in the SDSS QSO DR14 catalogue.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MatchIn2MASS</name>
                       <description>Whether the object does (1) or does not (0) match a 2MASS source.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MatchInUSNOB1</name>
                       <description>Whether the object does (1) or does not (0) match a USNO-B1 source.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MatchIn2CSC</name>
                       <description>Whether the object does (1) or does not (0) match an object in the 2CSC (Chandra) catalogue.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MatchIn1SXPS</name>
                       <description>Whether the object does (1) or does not (0) match an object in the 1SXPS catalogue.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MatchInALLWISE</name>
                       <description>Whether the object does (1) or does not (0) match an object in the ALLWISE catalogue. </description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="1691" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_cat2whsp_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cat2whsp_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>recno</name>
                       <description>Record number assigned by the VizieR team. Should Not be used for identification.</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"2whspj"</name>
                       <description>Name of the object (HHMMSS.s+DDMMSS)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_2whspj</name>
                       <description>[*] Uncertainty flag on 2WHSPJ</description>
                       <ucd>meta.code.error</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"5bzcat"</name>
                       <description>5BZCat source</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>l_lognupeak</name>
                       <description>Limit flag on lognupeak (1)</description>
                       <ucd>meta.code.error</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Position from name (right ascension part)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Position from name (declination part)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_lognupeak</name>
                       <description>[*] Uncertainty flag on lognupeak</description>
                       <ucd>meta.code.error</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>l_lognufnu</name>
                       <description>Limit flag on lognufnu (1)</description>
                       <ucd>meta.code.error</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lognupeak</name>
                       <description>Synchrotron peak</description>
                       <unit>[Hz]</unit>
                       <ucd>em.freq</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lognufnu</name>
                       <description>Synchrotron peak flux (log(erg/s/cm2))</description>
                       <unit>[mW/m2]</unit>
                       <ucd>phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_lognufnu</name>
                       <description>[*] Uncertainty flag on lognufnu</description>
                       <ucd>meta.code.error</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>l_z</name>
                       <description>Limit flag on z</description>
                       <ucd>meta.code.error;src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z</name>
                       <description>? Redshift</description>
                       <ucd>src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_z</name>
                       <description>[*] Uncertainty flag on z</description>
                       <ucd>meta.code.error;src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>r_z</name>
                       <description>[bcdefg] Reference on z (2)</description>
                       <ucd>meta.ref;pos.frame</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"fermi-lat"</name>
                       <description>Fermi gamma-ray detection (3)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gamma</name>
                       <description>Fermi gamma-ray photon index</description>
                       <ucd>spect.index</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_gamma</name>
                       <description>Photon index error</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"2fhl"</name>
                       <description>2FHL source name (HHMM.m+DDd, J2000)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fom</name>
                       <description>Figure of Merit</description>
                       <ucd>meta.bib.fig</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="407806" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_chandra_csc211_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chandra_csc211_oid</name>
                       <unit>null</unit>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>Source name in the format '2CXO Jhhmmss.s{+|-}ddmmss[X]'</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Source position, ICRS right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Source position, ICRS declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_ellipse_r0</name>
                       <description>Major radius of the 95% confidence level position error ellipse</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_ellipse_r1</name>
                       <description>Minor radius of the 95% confidence level position error ellipse</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_ellipse_ang</name>
                       <description>Position angle (ref. local true north) of the major axis of the 95% confidence level error ellipse</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gal_b</name>
                       <description>Source position, Galactic latitude (equinox J2000.0, epoch J2000.0)</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gal_l</name>
                       <description>Source position, Galactic longitude (equinox J2000.0, epoch J2000.0)</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent_flag</name>
                       <description>Source is extended, or deconvolved source extent is inconsistent with a point source at the 90% confidence level in one or more observations and energy bands</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>conf_flag</name>
                       <description>Source may be confused (source and/or background regions overlap in one or more contributing stacked observations)</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pileup_flag</name>
                       <description>ACIS pile-up fraction exceeds ~ 10% in all observations; source properties may be affected</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_flag</name>
                       <description>Source displays flux variability within one or more observations, or between observations, in one or more energy bands</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>streak_src_flag</name>
                       <description>Source is located on an ACIS readout streak in all observations; source properties may be affected</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sat_src_flag</name>
                       <description>Source is saturated in all observations; source properties are unreliable</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>man_add_flag</name>
                       <description>Source was manually added in the catalog via human review</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>man_inc_flag</name>
                       <description>Source was manually included in the catalog via human review (detection was rejected by automated criteria)</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>man_reg_flag</name>
                       <description>Source region parameters (dimensions, initial guess position input to the Maximum Likelihood Estimator fit) were manually modified via human review</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>man_match_flag</name>
                       <description>Source detections were manually matched between overlapping stacked observations via human review</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>man_pos_flag</name>
                       <description>Best fit source position was manually modified via human review</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_hard_flag</name>
                       <description>Source hardness ratios are statistically inconsistent between two or more observations</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_axis_b</name>
                       <description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent; ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_axis_h</name>
                       <description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent; ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_axis_m</name>
                       <description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent; ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_axis_s</name>
                       <description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent; ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_axis_u</name>
                       <description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_axis_w</name>
                       <description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent; HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_axis_lolim_b</name>
                       <description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_axis_lolim_h</name>
                       <description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_axis_lolim_m</name>
                       <description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_axis_lolim_s</name>
                       <description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_axis_lolim_u</name>
                       <description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_axis_lolim_w</name>
                       <description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_axis_hilim_b</name>
                       <description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_axis_hilim_h</name>
                       <description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_axis_hilim_m</name>
                       <description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_axis_hilim_s</name>
                       <description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_axis_hilim_u</name>
                       <description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>major_axis_hilim_w</name>
                       <description>1 sigma radius along the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minor_axis_b</name>
                       <description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent; ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minor_axis_h</name>
                       <description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent; ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minor_axis_m</name>
                       <description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent; ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minor_axis_s</name>
                       <description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent; ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minor_axis_u</name>
                       <description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minor_axis_w</name>
                       <description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent; HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minor_axis_lolim_b</name>
                       <description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minor_axis_lolim_h</name>
                       <description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minor_axis_lolim_m</name>
                       <description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minor_axis_lolim_s</name>
                       <description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minor_axis_lolim_u</name>
                       <description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minor_axis_lolim_w</name>
                       <description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minor_axis_hilim_b</name>
                       <description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minor_axis_hilim_h</name>
                       <description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minor_axis_hilim_m</name>
                       <description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minor_axis_hilim_s</name>
                       <description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minor_axis_hilim_u</name>
                       <description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>minor_axis_hilim_w</name>
                       <description>1 sigma radius along the minor axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_angle_b</name>
                       <description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent; ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_angle_h</name>
                       <description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent; ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_angle_m</name>
                       <description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent; ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_angle_s</name>
                       <description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent; ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_angle_u</name>
                       <description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_angle_w</name>
                       <description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent; HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_angle_lolim_b</name>
                       <description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_angle_lolim_h</name>
                       <description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_angle_lolim_m</name>
                       <description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_angle_lolim_s</name>
                       <description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_angle_lolim_u</name>
                       <description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_angle_lolim_w</name>
                       <description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_angle_hilim_b</name>
                       <description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_angle_hilim_h</name>
                       <description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_angle_hilim_m</name>
                       <description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_angle_hilim_s</name>
                       <description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_angle_hilim_u</name>
                       <description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_angle_hilim_w</name>
                       <description>Position angle (ref. local true north) of the major axis of the ellipse defining the deconvolved source extent (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>src_area_b</name>
                       <description>Area of the deconvolved source extent ellipse, or area of the source polygon for extended sources; ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>arcsec**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>src_area_h</name>
                       <description>Area of the deconvolved source extent ellipse, or area of the source polygon for extended sources; ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>arcsec**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>src_area_m</name>
                       <description>Area of the deconvolved source extent ellipse, or area of the source polygon for extended sources; ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>arcsec**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>src_area_s</name>
                       <description>Area of the deconvolved source extent ellipse, or area of the source polygon for extended sources; ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>arcsec**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>src_area_u</name>
                       <description>Area of the deconvolved source extent ellipse, or area of the source polygon for extended sources; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>arcsec**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>src_area_w</name>
                       <description>Area of the deconvolved source extent ellipse, or area of the source polygon for extended sources; HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>arcsec**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_nsrcs</name>
                       <description>Number of sources fit simultaneously to compute aperture photometry quantities</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_b</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_h</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_m</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_s</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_u</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_w</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; HRC w</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_lolim_b</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_lolim_h</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_lolim_m</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_lolim_s</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_lolim_u</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_lolim_w</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_hilim_b</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_hilim_h</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_hilim_m</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_hilim_s</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_hilim_u</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_hilim_w</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_b</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS br</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_h</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS ha</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_m</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS me</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_s</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS so</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_u</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS ul</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_w</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; HRC wid</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_lolim_b</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_lolim_h</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_lolim_m</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_lolim_s</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_lolim_u</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_lolim_w</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_hilim_b</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_hilim_h</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_hilim_m</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_hilim_s</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_hilim_u</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_hilim_w</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_b</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_h</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_m</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_s</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_u</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_w</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; HRC w</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_lolim_b</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_lolim_h</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_lolim_m</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_lolim_s</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_lolim_u</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_lolim_w</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% l</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_hilim_b</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_hilim_h</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_hilim_m</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_hilim_s</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_hilim_u</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_hilim_w</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% u</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_b</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS br</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_h</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS ha</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_m</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS me</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_s</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS so</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_u</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; ACIS ul</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_w</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events; HRC wid</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_lolim_b</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_lolim_h</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_lolim_m</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_lolim_s</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_lolim_u</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_lolim_w</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% low</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_hilim_b</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_hilim_h</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_hilim_m</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_hilim_s</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_hilim_u</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_hilim_w</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events (68% upp</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_avg_b</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_avg_h</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_avg_m</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_avg_s</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_avg_u</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_avg_w</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_avg_lolim_b</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_avg_lolim_h</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_avg_lolim_m</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_avg_lolim_s</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_avg_lolim_u</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_avg_lolim_w</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_avg_hilim_b</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_avg_hilim_h</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_avg_hilim_m</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_avg_hilim_s</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_avg_hilim_u</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper_avg_hilim_w</name>
                       <description>Aperture-corrected net photon flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_avg_b</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_avg_h</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_avg_m</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_avg_s</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_avg_u</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_avg_w</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_avg_lolim_b</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_avg_lolim_h</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_avg_lolim_m</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_avg_lolim_s</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_avg_lolim_u</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_avg_lolim_w</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_avg_hilim_b</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_avg_hilim_h</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_avg_hilim_m</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_avg_hilim_s</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_avg_hilim_u</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>photflux_aper90_avg_hilim_w</name>
                       <description>Aperture-corrected net photon flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_b</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_h</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_m</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_s</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_u</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_w</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_lolim_b</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_lolim_h</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_lolim_m</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_lolim_s</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_lolim_u</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_lolim_w</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_hilim_b</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_hilim_h</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_hilim_m</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_hilim_s</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_hilim_u</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_hilim_w</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_avg_b</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_avg_h</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_avg_m</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_avg_s</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_avg_u</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_avg_w</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_avg_lolim_b</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_avg_lolim_h</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_avg_lolim_m</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_avg_lolim_s</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_avg_lolim_u</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_avg_lolim_w</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_avg_hilim_b</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_avg_hilim_h</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_avg_hilim_m</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_avg_hilim_s</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_avg_hilim_u</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper90_avg_hilim_w</name>
                       <description>Aperture-corrected net energy flux inferred from the PSF 90% ECF aperture, averaged over all contributing observations, and calculated by counting X-ray events (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper_b</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper_h</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper_m</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper_s</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper_u</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper_w</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper_lolim_b</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper_lolim_h</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper_lolim_m</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper_lolim_s</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper_lolim_u</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper_lolim_w</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper_hilim_b</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper_hilim_h</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper_hilim_m</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper_hilim_s</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper_hilim_u</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper_hilim_w</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper90_b</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper90_h</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper90_m</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper90_s</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper90_u</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper90_w</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0]; HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper90_lolim_b</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper90_lolim_h</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper90_lolim_m</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper90_lolim_s</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper90_lolim_u</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper90_lolim_w</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper90_hilim_b</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper90_hilim_h</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper90_hilim_m</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper90_hilim_s</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper90_hilim_u</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_aper90_hilim_w</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed power law model [N_H = N_H(Gal); Gamma = 2.0] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper_b</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper_h</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper_m</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper_s</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper_u</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper_w</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper_lolim_b</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper_lolim_h</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper_lolim_m</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper_lolim_s</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper_lolim_u</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper_lolim_w</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper_hilim_b</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper_hilim_h</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper_hilim_m</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper_hilim_s</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper_hilim_u</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper_hilim_w</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper90_b</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper90_h</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper90_m</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper90_s</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper90_u</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper90_w</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV]; HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper90_lolim_b</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper90_lolim_h</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper90_lolim_m</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper90_lolim_s</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper90_lolim_u</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper90_lolim_w</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper90_hilim_b</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper90_hilim_h</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper90_hilim_m</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper90_hilim_s</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper90_hilim_u</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_aper90_hilim_w</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed black body model [N_H = N_H(Gal); kT = 0.75 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper_b</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper_h</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper_m</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper_s</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper_u</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper_w</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper_lolim_b</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper_lolim_h</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper_lolim_m</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper_lolim_s</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper_lolim_u</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper_lolim_w</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper_hilim_b</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper_hilim_h</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper_hilim_m</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper_hilim_s</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper_hilim_u</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper_hilim_w</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper90_b</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper90_h</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper90_m</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper90_s</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper90_u</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper90_w</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV]; HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper90_lolim_b</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper90_lolim_h</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper90_lolim_m</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper90_lolim_s</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper90_lolim_u</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper90_lolim_w</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper90_hilim_b</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper90_hilim_h</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper90_hilim_m</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper90_hilim_s</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper90_hilim_u</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_aper90_hilim_w</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed bremsstrahlung model [N_H = N_H(Gal); kT = 3.5 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper_b</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper_h</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper_m</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper_s</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper_u</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper_w</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper_lolim_b</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper_lolim_h</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper_lolim_m</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper_lolim_s</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper_lolim_u</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper_lolim_w</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper_hilim_b</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper_hilim_h</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper_hilim_m</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper_hilim_s</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper_hilim_u</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper_hilim_w</name>
                       <description>Source region aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper90_b</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper90_h</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper90_m</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper90_s</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper90_u</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper90_w</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV]; HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper90_lolim_b</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper90_lolim_h</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper90_lolim_m</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper90_lolim_s</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper90_lolim_u</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper90_lolim_w</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% lower confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper90_hilim_b</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper90_hilim_h</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper90_hilim_m</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper90_hilim_s</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper90_hilim_u</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_aper90_hilim_w</name>
                       <description>PSF 90% ECF aperture model energy flux inferred from the canonical absorbed APEC model [N_H = N_H(Gal); kT = 6.5 keV] (68% upper confidence limit); HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>likelihood</name>
                       <description>Highest detection log likelihood across all stacked observations and energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>likelihood_class</name>
                       <description>Highest detection likelihood classification across all stacked observations and energy bands</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>significance</name>
                       <description>Highest flux significance (S/N) across all stacked observations and energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw</name>
                       <description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_lolim</name>
                       <description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_powlaw_hilim</name>
                       <description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>powlaw_gamma</name>
                       <description>Photon index, defined as F_E ~ E^(-Gamma), of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>powlaw_gamma_lolim</name>
                       <description>Photon index, defined as F_E ~ E^(-Gamma), of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>powlaw_gamma_hilim</name>
                       <description>Photon index, defined as F_E ~ E^(-Gamma), of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>powlaw_gamma_rhat</name>
                       <description>Photon index convergence criterion of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>powlaw_nh</name>
                       <description>N_H column density of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description>
                       <unit>10**20/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>powlaw_nh_lolim</name>
                       <description>N_H column density of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description>
                       <unit>10**20/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>powlaw_nh_hilim</name>
                       <description>N_H column density of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description>
                       <unit>10**20/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>powlaw_nh_rhat</name>
                       <description>N_H column density convergence criterion of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>powlaw_ampl</name>
                       <description>Amplitude of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>powlaw_ampl_lolim</name>
                       <description>Amplitude of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>powlaw_ampl_hilim</name>
                       <description>Amplitude of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum (68% upperer confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>powlaw_ampl_rhat</name>
                       <description>Amplitude convergence criterion of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>powlaw_stat</name>
                       <description>chi-square statistic per degree of freedom of the best fitting  absorbed power-law model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb</name>
                       <description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_lolim</name>
                       <description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_bb_hilim</name>
                       <description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bb_kt</name>
                       <description>Temperature (kT) of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description>
                       <unit>keV</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bb_kt_lolim</name>
                       <description>Temperature (kT) of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description>
                       <unit>keV</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bb_kt_hilim</name>
                       <description>Temperature (kT) of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description>
                       <unit>keV</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bb_kt_rhat</name>
                       <description>Temperature (kT) convergence criterion of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bb_nh</name>
                       <description>N_H column density of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description>
                       <unit>10**20/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bb_nh_lolim</name>
                       <description>N_H column density of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description>
                       <unit>10**20/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bb_nh_hilim</name>
                       <description>N_H column density of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description>
                       <unit>10**20/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bb_nh_rhat</name>
                       <description>N_H column density convergence criterion of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bb_ampl</name>
                       <description>Amplitude of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bb_ampl_lolim</name>
                       <description>Amplitude of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bb_ampl_hilim</name>
                       <description>Amplitude of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum (68% upperer confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bb_ampl_rhat</name>
                       <description>Amplitude convergence criterion of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bb_stat</name>
                       <description>chi-square statistic per degree of freedom of the best fitting  absorbed black body model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems</name>
                       <description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_lolim</name>
                       <description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_brems_hilim</name>
                       <description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>brems_kt</name>
                       <description>Temperature (kT) of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description>
                       <unit>keV</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>brems_kt_lolim</name>
                       <description>Temperature (kT) of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description>
                       <unit>keV</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>brems_kt_hilim</name>
                       <description>Temperature (kT) of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description>
                       <unit>keV</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>brems_kt_rhat</name>
                       <description>Temperature (kT) convergence criterion of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>brems_nh</name>
                       <description>N_H column density of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description>
                       <unit>10**20/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>brems_nh_lolim</name>
                       <description>N_H column density of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description>
                       <unit>10**20/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>brems_nh_hilim</name>
                       <description>N_H column density of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description>
                       <unit>10**20/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>brems_nh_rhat</name>
                       <description>N_H column density convergence criterion of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>brems_norm</name>
                       <description>Amplitude of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>brems_norm_lolim</name>
                       <description>Amplitude of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>brems_norm_hilim</name>
                       <description>Amplitude of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum (68% upperer confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>brems_norm_rhat</name>
                       <description>Amplitude convergence criterion of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>brems_stat</name>
                       <description>chi-square statistic per degree of freedom of the best fitting  absorbed bremsstrahlung model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec</name>
                       <description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_lolim</name>
                       <description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_apec_hilim</name>
                       <description>Net integrated 0.5-7.0 keV energy flux of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description>
                       <unit>erg/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_kt</name>
                       <description>Temperature (kT) of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description>
                       <unit>keV</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_kt_lolim</name>
                       <description>Temperature (kT) of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description>
                       <unit>keV</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_kt_hilim</name>
                       <description>Temperature (kT) of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description>
                       <unit>keV</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_kt_rhat</name>
                       <description>Temperature (kT) convergence criterion of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_abund</name>
                       <description>Abundance of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_abund_lolim</name>
                       <description>Abundance of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_abund_hilim</name>
                       <description>Abundance of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_abund_rhat</name>
                       <description>Abundance convergence criterion of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_z</name>
                       <description>Redshift of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_z_lolim</name>
                       <description>Redshift of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_z_hilim</name>
                       <description>Redshift of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_z_rhat</name>
                       <description>Redshift convergence criterion Redshift of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_nh</name>
                       <description>N_H column density of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description>
                       <unit>10**20/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_nh_lolim</name>
                       <description>N_H column density of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description>
                       <unit>10**20/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_nh_hilim</name>
                       <description>N_H column density of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upper confidence limit)</description>
                       <unit>10**20/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_nh_rhat</name>
                       <description>N_H column density convergence criterion of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_norm</name>
                       <description>Amplitude of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_norm_lolim</name>
                       <description>Amplitude of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% lower confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_norm_hilim</name>
                       <description>Amplitude of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum (68% upperer confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_norm_rhat</name>
                       <description>Amplitude convergence criterion of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>apec_stat</name>
                       <description>chi-square statistic per degree of freedom of the best fitting  absorbed APEC model spectrum to the source region aperture PI spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nh_gal</name>
                       <description>Galactic N_H column density in direction of source</description>
                       <unit>10**20/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hard_hm</name>
                       <description>ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hard_hm_lolim</name>
                       <description>ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio (68% lower confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hard_hm_hilim</name>
                       <description>ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio (68% upper confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_hard_prob_hm</name>
                       <description>Inter-observation ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio variability probability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_hard_sigma_hm</name>
                       <description>Inter-observation ACIS hard - medium (1.2-2.0 keV) energy band hardness ratio variability standard deviation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hard_hs</name>
                       <description>ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hard_hs_lolim</name>
                       <description>ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio (68% lower confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hard_hs_hilim</name>
                       <description>ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio (68% upper confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_hard_prob_hs</name>
                       <description>Inter-observation ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio variability probability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_hard_sigma_hs</name>
                       <description>Inter-observation ACIS hard - soft (0.5-1.2 keV) energy band hardness ratio variability standard deviation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hard_ms</name>
                       <description>ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hard_ms_lolim</name>
                       <description>ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio (68% lower confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hard_ms_hilim</name>
                       <description>ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio (68% upper confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_hard_prob_ms</name>
                       <description>Inter-observation ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio variability probability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_hard_sigma_ms</name>
                       <description>Inter-observation ACIS medium - soft (0.5-1.2 keV) energy band hardness ratio variability standard deviation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ks_intra_prob_b</name>
                       <description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS broad (0.5-7.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ks_intra_prob_h</name>
                       <description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS hard (2.0-7.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ks_intra_prob_m</name>
                       <description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS medium (1.2-2.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ks_intra_prob_s</name>
                       <description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS soft (0.5-1.2 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ks_intra_prob_u</name>
                       <description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ks_intra_prob_w</name>
                       <description>Intra-observation Kolmogorov-Smirnov test variability probability (highest value across all observations); HRC wide (~0.1-10.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>kp_intra_prob_b</name>
                       <description>Intra-observation Kuiper's test variability probability (highest value across all observations); ACIS broad (0.5-7.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>kp_intra_prob_h</name>
                       <description>Intra-observation Kuiper's test variability probability (highest value across all observations); ACIS hard (2.0-7.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>kp_intra_prob_m</name>
                       <description>Intra-observation Kuiper's test variability probability (highest value across all observations); ACIS medium (1.2-2.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>kp_intra_prob_s</name>
                       <description>Intra-observation Kuiper's test variability probability (highest value across all observations); ACIS soft (0.5-1.2 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>kp_intra_prob_u</name>
                       <description>Intra-observation Kuiper's test variability probability (highest value across all observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>kp_intra_prob_w</name>
                       <description>Intra-observation Kuiper's test variability probability (highest value across all observations); HRC wide (~0.1-10.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_intra_prob_b</name>
                       <description>Intra-observation Gregory-Loredo variability probability (highest value across all observations); ACIS broad (0.5-7.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_intra_prob_h</name>
                       <description>Intra-observation Gregory-Loredo variability probability (highest value across all observations); ACIS hard (2.0-7.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_intra_prob_m</name>
                       <description>Intra-observation Gregory-Loredo variability probability (highest value across all observations); ACIS medium (1.2-2.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_intra_prob_s</name>
                       <description>Intra-observation Gregory-Loredo variability probability (highest value across all observations); ACIS soft (0.5-1.2 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_intra_prob_u</name>
                       <description>Intra-observation Gregory-Loredo variability probability (highest value across all observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_intra_prob_w</name>
                       <description>Intra-observation Gregory-Loredo variability probability (highest value across all observations); HRC wide (~0.1-10.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_intra_index_b</name>
                       <description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all observations); ACIS broad (0.5-7.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_intra_index_h</name>
                       <description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all observations); ACIS hard (2.0-7.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_intra_index_m</name>
                       <description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all observations); ACIS medium (1.2-2.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_intra_index_s</name>
                       <description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all observations); ACIS soft (0.5-1.2 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_intra_index_u</name>
                       <description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all observations); ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_intra_index_w</name>
                       <description>Intra-observation Gregory-Loredo variability index in the range [0, 10]: indicates whether the source region photon flux is constant within an observation (highest value across all observations); HRC wide (~0.1-10.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_prob_b</name>
                       <description>Inter-observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS broad (0.5-7.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_prob_h</name>
                       <description>Inter-observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS hard (2.0-7.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_prob_m</name>
                       <description>Inter-observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS medium (1.2-2.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_prob_s</name>
                       <description>Inter-observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS soft (0.5-1.2 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_prob_u</name>
                       <description>Inter-observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_prob_w</name>
                       <description>Inter-observation variability probability, calculated from the chi^2 distribution of the photon fluxes of the individual observations; HRC wide (~0.1-10.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_index_b</name>
                       <description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS broad (0.5-7.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_index_h</name>
                       <description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS hard (2.0-7.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_index_m</name>
                       <description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS medium (1.2-2.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_index_s</name>
                       <description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS soft (0.5-1.2 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_index_u</name>
                       <description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_index_w</name>
                       <description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations; HRC wide (~0.1-10.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_sigma_b</name>
                       <description>Inter-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_sigma_h</name>
                       <description>Inter-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS hard (2.0-7.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_sigma_m</name>
                       <description>Inter-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS medium (1.2-2.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_sigma_s</name>
                       <description>Inter-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS soft (0.5-1.2 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_sigma_u</name>
                       <description>Inter-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; ACIS ultrasoft (0.2-0.5 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_sigma_w</name>
                       <description>Inter-observation flux variability standard deviation; the spread of the individual observation photon fluxes about the error weighted mean; HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>photon/s/cm**2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dither_warning_flag</name>
                       <description>Highest statistically significant peak in the power spectrum of the source region count rate occurs at the dither frequency or at a beat frequency of the dither frequency in one or more observations</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>acis_num</name>
                       <description>Total number of ACIS imaging observations contributing to the Master Sources Table record of the source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>acis_hetg_num</name>
                       <description>Total number of ACIS/HETG  observations contributing to the Master Sources Table record of the source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>acis_letg_num</name>
                       <description>Total number of ACIS/LETG  observations contributing to the Master Sources Table record of the source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>acis_time</name>
                       <description>Total exposure time (seconds of good time) for all ACIS imaging observations contributing to the Master Sources Table record of the source</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>acis_hetg_time</name>
                       <description>Total exposure time (seconds of good time) for all ACIS/HETG  observations contributing to the Master Sources Table record of the source</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>acis_letg_time</name>
                       <description>Total exposure time (seconds of good time) for all ACIS/LETG  observations contributing to the Master Sources Table record of the source</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hrc_num</name>
                       <description>Total number of HRC imaging observations contributing to the Master Sources Table record of the source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hrc_hetg_num</name>
                       <description>Total number of HRC/HETG  observations contributing to the Master Sources Table record of the source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hrc_letg_num</name>
                       <description>Total number of HRC/LETG  observations contributing to the Master Sources Table record of the source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hrc_time</name>
                       <description>Total exposure time (seconds of good time) for all HRC imaging observations contributing to the Master Sources Table record of the source</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hrc_hetg_time</name>
                       <description>Total exposure time (seconds of good time) for all HRC/HETG observations contributing to the Master Sources Table record of the source</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hrc_letg_time</name>
                       <description>Total exposure time (seconds of good time) for all HRC/LETG  observations contributing to the Master Sources Table record of the source</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="246" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_efeds_c001_hard_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>efeds_c001_hard_oid</name>
                       <unit>null</unit>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>
             Source name</description>
                       <ucd>meta.id;meta.main;src</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_corr</name>
                       <description>
             Corrected RA (ICRS)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_corr</name>
                       <description>
             Corrected Dec (ICRS)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_src</name>
                       <description>
             Source ID</description>
                       <ucd>meta.id;src</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_main</name>
                       <description>
             Source ID in the single-band detected, eFEDS main catalog</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_b1</name>
                       <description>
             Source flux converted from count rate; 0.2-0.5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err_b1</name>
                       <description>
             1 sigma flux error; 0.2-0.5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>
             Uncorrected RA (ICRS)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;stat.uncalib</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>
             Uncorrected Dec (ICRS)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;stat.uncalib</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_b2</name>
                       <description>
             Source flux converted from count rate; 0.5-1 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err_b2</name>
                       <description>
             1 sigma flux error; 0.5-1 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_err</name>
                       <description>
             Combined positional uncertainty, uncorrected</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos;stat.uncalib</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_b3</name>
                       <description>
             Source flux converted from count rate; 1-2 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err_b3</name>
                       <description>
             1 sigma flux error; 1-2 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_b4</name>
                       <description>
             Source flux converted from count rate; 2-4.5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_err_corr</name>
                       <description>
             Combined positional uncertainty, corrected</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext</name>
                       <description>
             Source extent</description>
                       <unit>arcsec</unit>
                       <ucd>phys.angSize;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err_b4</name>
                       <description>
             1 sigma flux error; 2-4.5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_err</name>
                       <description>
             Extent error</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;phys.angSize;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_like</name>
                       <description>
             Extent likelihood</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like_0</name>
                       <description>
             Detection likelihood measured by PSF-fitting</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_0</name>
                       <description>
             Source count rate</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err_0</name>
                       <description>
             1 sigma count rate error</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_0</name>
                       <description>
             Source net counts, combining 3 bands</description>
                       <unit>counts</unit>
                       <ucd>phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err_0</name>
                       <description>
             1 sigma counts error</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_0</name>
                       <description>
             Source flux</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err_0</name>
                       <description>
             1 sigma flux error</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg_0</name>
                       <description>
             Background flux at the source position</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>inarea90</name>
                       <ucd>meta.code;pos</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like_1</name>
                       <description>
             Detection likelihood measured by PSF-fitting</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like_2</name>
                       <description>
             Detection likelihood measured by PSF-fitting</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like_3</name>
                       <description>
             Detection likelihood measured by PSF-fitting</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_1</name>
                       <description>
             Source count rate measured by PSF-fitting</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_2</name>
                       <description>
             Source count rate measured by PSF-fitting</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_3</name>
                       <description>
             Source count rate measured by PSF-fitting</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err_1</name>
                       <description>
             1 sigma count rate error</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err_2</name>
                       <description>
             1 sigma count rate error</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err_3</name>
                       <description>
             1 sigma count rate error</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_1</name>
                       <description>
             Source net counts measured from count rate</description>
                       <unit>counts</unit>
                       <ucd>phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_2</name>
                       <description>
             Source net counts measured from count rate</description>
                       <unit>counts</unit>
                       <ucd>phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_3</name>
                       <description>
             Source net counts measured from count rate</description>
                       <unit>counts</unit>
                       <ucd>phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err_1</name>
                       <description>
             1 sigma counts error</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err_2</name>
                       <description>
             1 sigma counts error</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err_3</name>
                       <description>
             1 sigma counts error</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_1</name>
                       <description>
             Source flux converted from count rate</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_2</name>
                       <description>
             Source flux converted from count rate</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_3</name>
                       <description>
             Source flux converted from count rate</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err_1</name>
                       <description>
             1 sigma flux error</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err_2</name>
                       <description>
             1 sigma flux error</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err_3</name>
                       <description>
             1 sigma flux error</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_exp_1</name>
                       <description>
             Vignetted exposure value</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_exp_2</name>
                       <description>
             Vignetted exposure value</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_exp_3</name>
                       <description>
             Vignetted exposure value</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg_1</name>
                       <description>
             Background flux at the source position</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg_2</name>
                       <description>
             Background flux at the source position</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg_3</name>
                       <description>
             Background flux at the source position</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like_b1</name>
                       <description>
             Detection likelihood measured by forced PSF-fitting; 0.2-0.5 keV</description>
                       <ucd>stat.likelihood;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like_b2</name>
                       <description>
             Detection likelihood measured by forced PSF-fitting; 0.5-1 keV</description>
                       <ucd>stat.likelihood;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like_b3</name>
                       <description>
             Detection likelihood measured by forced PSF-fitting; 1-2 keV</description>
                       <ucd>stat.likelihood;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like_b4</name>
                       <description>
             Detection likelihood measured by forced PSF-fitting; 2-4.5 keV</description>
                       <ucd>stat.likelihood;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like_s</name>
                       <description>
             Detection likelihood measured by forced PSF-fitting; 0.5-2 keV</description>
                       <ucd>stat.likelihood;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like_h</name>
                       <description>
             Detection likelihood measured by forced PSF-fitting; 2.3-5 keV</description>
                       <ucd>stat.likelihood;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like_u</name>
                       <description>
             Detection likelihood measured by forced PSF-fitting; 5-8 keV</description>
                       <ucd>stat.likelihood;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_b1</name>
                       <description>
             Source count rate measured by forced PSF-fitting;.2-.5keV</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_b2</name>
                       <description>
             Source count rate measured by forced PSF-fitting;0.5-1keV</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_b3</name>
                       <description>
             Source count rate measured by forced PSF-fitting; 1-2 keV</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_b4</name>
                       <description>
             Source count rate measured by forced PSF-fitting;2-4.5keV</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_s</name>
                       <description>
             Source count rate measured by forced PSF-fitting;0.5-2keV</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_h</name>
                       <description>
             Source count rate measured by forced PSF-fitting;2.3-5keV</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_u</name>
                       <description>
             Source count rate measured by forced PSF-fitting; 5-8 keV</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err_b1</name>
                       <description>
             1 sigma count rate error; 0.2-0.5 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err_b2</name>
                       <description>
             1 sigma count rate error; 0.5-1 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err_b3</name>
                       <description>
             1 sigma count rate error; 1-2 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err_b4</name>
                       <description>
             1 sigma count rate error; 2-4.5 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err_s</name>
                       <description>
             1 sigma count rate error; 0.5-2 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err_h</name>
                       <description>
             1 sigma count rate error; 2.3-5 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err_u</name>
                       <description>
             1 sigma count rate error; 5-8 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_lowerr_b1</name>
                       <description>
             1 sigma lower error of count rate;0.2-0.5 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_lowerr_b2</name>
                       <description>
             1 sigma lower error of count rate;0.5-1 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_lowerr_b3</name>
                       <description>
             1 sigma lower error of count rate;1-2 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_lowerr_b4</name>
                       <description>
             1 sigma lower error of count rate;2-4.5 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_lowerr_s</name>
                       <description>
             1 sigma lower error of count rate;0.5-2 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_lowerr_h</name>
                       <description>
             1 sigma lower error of count rate;2.3-5 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_lowerr_u</name>
                       <description>
             1 sigma lower error of count rate;5-8 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_uperr_b1</name>
                       <description>
             1 sigma upper error of count rate;0.2-0.5 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_uperr_b2</name>
                       <description>
             1 sigma upper error of count rate;0.5-1 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_uperr_b3</name>
                       <description>
             1 sigma upper error of count rate;1-2 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_uperr_b4</name>
                       <description>
             1 sigma upper error of count rate;2-4.5 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_uperr_s</name>
                       <description>
             1 sigma upper error of count rate;0.5-2 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_uperr_h</name>
                       <description>
             1 sigma upper error of count rate;2.3-5 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_uperr_u</name>
                       <description>
             1 sigma upper error of count rate;5-8 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_b1</name>
                       <description>
             Source net counts measured from count rate; 0.2-0.5 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_b2</name>
                       <description>
             Source net counts measured from count rate; 0.5-1 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_b3</name>
                       <description>
             Source net counts measured from count rate; 1-2 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_b4</name>
                       <description>
             Source net counts measured from count rate; 2-4.5 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_s</name>
                       <description>
             Source net counts measured from count rate; 0.5-2 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_h</name>
                       <description>
             Source net counts measured from count rate; 2.3-5 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_u</name>
                       <description>
             Source net counts measured from count rate; 5-8 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err_b1</name>
                       <description>
             1 sigma counts error; 0.2-0.5 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err_b2</name>
                       <description>
             1 sigma counts error; 0.5-1 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err_b3</name>
                       <description>
             1 sigma counts error; 1-2 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err_b4</name>
                       <description>
             1 sigma counts error; 2-4.5 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err_s</name>
                       <description>
             1 sigma counts error; 0.5-2 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err_h</name>
                       <description>
             1 sigma counts error; 2.3-5 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err_u</name>
                       <description>
             1 sigma counts error; 5-8 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_lowerr_b1</name>
                       <description>
             1 sigma lower error of counts;0.2-0.5 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_lowerr_b2</name>
                       <description>
             1 sigma lower error of counts;0.5-1 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_lowerr_b3</name>
                       <description>
             1 sigma lower error of counts;1-2 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_lowerr_b4</name>
                       <description>
             1 sigma lower error of counts;2-4.5 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_lowerr_s</name>
                       <description>
             1 sigma lower error of counts;0.5-2 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_lowerr_h</name>
                       <description>
             1 sigma lower error of counts;2.3-5 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_lowerr_u</name>
                       <description>
             1 sigma lower error of counts;5-8 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_uperr_b1</name>
                       <description>
             1 sigma upper error of counts;0.2-0.5 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_uperr_b2</name>
                       <description>
             1 sigma upper error of counts;0.5-1 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_uperr_b3</name>
                       <description>
             1 sigma upper error of counts;1-2 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_uperr_b4</name>
                       <description>
             1 sigma upper error of counts;2-4.5 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_uperr_s</name>
                       <description>
             1 sigma upper error of counts;0.5-2 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_uperr_h</name>
                       <description>
             1 sigma upper error of counts;2.3-5 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_uperr_u</name>
                       <description>
             1 sigma upper error of counts;5-8 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_s</name>
                       <description>
             Source flux converted from count rate; 0.5-2 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_h</name>
                       <description>
             Source flux converted from count rate; 2.3-5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_u</name>
                       <description>
             Source flux converted from count rate; 5-8 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err_s</name>
                       <description>
             1 sigma flux error; 0.5-2 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err_h</name>
                       <description>
             1 sigma flux error; 2.3-5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err_u</name>
                       <description>
             1 sigma flux error; 5-8 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_lowerr_b1</name>
                       <description>
             1 sigma lower error of flux;0.2-0.5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_lowerr_b2</name>
                       <description>
             1 sigma lower error of flux;0.5-1 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_lowerr_b3</name>
                       <description>
             1 sigma lower error of flux;1-2 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_lowerr_b4</name>
                       <description>
             1 sigma lower error of flux;2-4.5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_lowerr_s</name>
                       <description>
             1 sigma lower error of flux;0.5-2 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_lowerr_h</name>
                       <description>
             1 sigma lower error of flux;2.3-5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_lowerr_u</name>
                       <description>
             1 sigma lower error of flux;5-8 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_uperr_b1</name>
                       <description>
             1 sigma upper error of flux;0.2-0.5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_uperr_b2</name>
                       <description>
             1 sigma upper error of flux;0.5-1 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_uperr_b3</name>
                       <description>
             1 sigma upper error of flux;1-2 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_uperr_b4</name>
                       <description>
             1 sigma upper error of flux;2-4.5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_uperr_s</name>
                       <description>
             1 sigma upper error of flux;0.5-2 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_uperr_h</name>
                       <description>
             1 sigma upper error of flux;2.3-5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_uperr_u</name>
                       <description>
             1 sigma upper error of flux;5-8 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_exp_b1</name>
                       <description>
             Vignetted exposure value; 0.2-0.5 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_exp_b2</name>
                       <description>
             Vignetted exposure value; 0.5-1 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_exp_b3</name>
                       <description>
             Vignetted exposure value; 1-2 keV</description>
                       <unit>seconds</unit>
                       <ucd>uctime.duration;obs.exposure;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_exp_b4</name>
                       <description>
             Vignetted exposure value; 2-4.5 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_exp_s</name>
                       <description>
             Vignetted exposure value; 0.5-2 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_exp_h</name>
                       <description>
             Vignetted exposure value; 2.3-5 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_exp_u</name>
                       <description>
             Vignetted exposure value; 5-8 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg_b1</name>
                       <description>
             Background flux at the source position; 0.2-0.5keV</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg_b2</name>
                       <description>
             Background flux at the source position; 0.5-1 keV</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg_b3</name>
                       <description>
             Background flux at the source position; 1-2 keV</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg_b4</name>
                       <description>
             Background flux at the source position; 2-4.5 keV</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg_s</name>
                       <description>
             Background flux at the source position; 0.5-2 keV</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg_h</name>
                       <description>
             Background flux at the source position; 2.3-5 keV</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg_u</name>
                       <description>
             Background flux at the source position; 5-8 keV</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_cts_b1</name>
                       <description>
             Total counts extracted in the aperture; 0.2-0.5 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_cts_b2</name>
                       <description>
             Total counts extracted in the aperture; 0.5-1 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_cts_b3</name>
                       <description>
             Total counts extracted in the aperture; 1-2 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_cts_b4</name>
                       <description>
             Total counts extracted in the aperture; 2-4.5 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_cts_s</name>
                       <description>
             Total counts extracted in the aperture; 0.5-2 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_cts_h</name>
                       <description>
             Total counts extracted in the aperture; 2.3-5 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_cts_u</name>
                       <description>
             Total counts extracted in the aperture; 5-8 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_exp_b1</name>
                       <description>
             Vignetted exposure value; 0.2-0.5 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_exp_b2</name>
                       <description>
             Vignetted exposure value; 0.5-1 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_exp_b3</name>
                       <description>
             Vignetted exposure value; 1-2 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_exp_b4</name>
                       <description>
             Vignetted exposure value; 2-4.5 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_exp_s</name>
                       <description>
             Vignetted exposure value; 0.5-2 keV</description>
                       <unit>seconds</unit>
                       <ucd>uctime.duration;obs.exposured;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_exp_h</name>
                       <description>
             Vignetted exposure value; 2.3-5 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_exp_u</name>
                       <description>
             Vignetted exposure value; 5-8 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_bkg_b1</name>
                       <description>
             Background counts in the aperture, excluding nearby
             sources;.2-.5keV</description>
                       <unit>counts</unit>
                       <ucd>instr.background;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_bkg_b2</name>
                       <description>
             Background counts in the aperture, excluding nearby
             sources;0.5-1keV</description>
                       <unit>counts</unit>
                       <ucd>instr.background;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_bkg_b3</name>
                       <description>
             Background counts in the aperture, excluding nearby sources; 1-2
             keV</description>
                       <unit>counts</unit>
                       <ucd>instr.backgrounde;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_bkg_b4</name>
                       <description>
             Background counts in the aperture, excluding nearby
             sources;2-4.5keV</description>
                       <unit>counts</unit>
                       <ucd>instr.background;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_bkg_s</name>
                       <description>
             Background counts in the aperture, excluding nearby
             sources;0.5-2keV</description>
                       <unit>counts</unit>
                       <ucd>instr.background;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_bkg_h</name>
                       <description>
             Background counts in the aperture, excluding nearby
             sources;2.3-5keV</description>
                       <unit>counts</unit>
                       <ucd>instr.background;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_bkg_u</name>
                       <description>
             Background counts in the aperture, excluding nearby sources; 5-8
             keV</description>
                       <unit>counts</unit>
                       <ucd>instr.background;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_radius_b1</name>
                       <description>
             Aperture radius; 0.2-0.5 keV</description>
                       <unit>pixels</unit>
                       <ucd>phys.angSize;instr.pixel;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_radius_b2</name>
                       <description>
             Aperture radius; 0.5-1 keV</description>
                       <unit>pixels</unit>
                       <ucd>phys.angSize;instr.pixel;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_radius_b3</name>
                       <description>
             Aperture radius; 1-2 keV</description>
                       <unit>pixels</unit>
                       <ucd>phys.angSize;instr.pixel;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_radius_b4</name>
                       <description>
             Aperture radius; 2-4.5 keV</description>
                       <unit>pixels</unit>
                       <ucd>phys.angSize;instr.pixel;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_radius_s</name>
                       <description>
             Aperture radius; 0.5-2 keV</description>
                       <unit>pixels</unit>
                       <ucd>phys.angSize;instr.pixel;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_radius_h</name>
                       <description>
             Aperture radius; 2.3-5 keV</description>
                       <unit>pixels</unit>
                       <ucd>phys.angSize;instr.pixel;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_radius_u</name>
                       <description>
             Aperture radius; 5-8 keV</description>
                       <unit>pixels</unit>
                       <ucd>phys.angSize;instr.pixel;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_pois_b1</name>
                       <description>
             Poisson probability of being background fluctuation; 0.2-0.5 keV</description>
                       <ucd>stat.probability;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_pois_b2</name>
                       <description>
             Poisson probability of being background fluctuation; 0.5-1 keV</description>
                       <ucd>stat.probability;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_pois_b3</name>
                       <description>
             Poisson probability of being background fluctuation; 1-2 keV</description>
                       <ucd>stat.probability;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_pois_b4</name>
                       <description>
             Poisson probability of being background fluctuation; 2-4.5 keV</description>
                       <ucd>stat.probability;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_pois_s</name>
                       <description>
             Poisson probability of being background fluctuation; 0.5-2 keV</description>
                       <ucd>stat.probability;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_pois_h</name>
                       <description>
             Poisson probability of being background fluctuation; 2.3-5 keV</description>
                       <ucd>stat.probability;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_pois_u</name>
                       <description>
             Poisson probability of being background fluctuation; 5-8 keV</description>
                       <ucd>stat.probability;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="27910" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_efeds_c001_main_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>efeds_c001_main_oid</name>
                       <unit>null</unit>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>
             Source name</description>
                       <ucd>meta.id;meta.main;src</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_corr</name>
                       <description>
             Corrected RA (ICRS)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_corr</name>
                       <description>
             Corrected Dec (ICRS)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_src</name>
                       <description>
             Source ID</description>
                       <ucd>meta.id;src</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_hard</name>
                       <description>
             Source ID in the eFEDS hard-band selected catalog</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_b1</name>
                       <description>
             Source flux converted from count rate; 0.2-0.5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err_b1</name>
                       <description>
             1 sigma flux error; 0.2-0.5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>
             Uncorrected RA (ICRS)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;stat.uncalib</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>
             Uncorrected Dec (ICRS)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;stat.uncalib</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_b2</name>
                       <description>
             Source flux converted from count rate; 0.5-1 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err_b2</name>
                       <description>
             1 sigma flux error; 0.5-1 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_err</name>
                       <description>
             Combined positional uncertainty, uncorrected</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos;stat.uncalib</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_b3</name>
                       <description>
             Source flux converted from count rate; 1-2 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err_b3</name>
                       <description>
             1 sigma flux error; 1-2 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_b4</name>
                       <description>
             Source flux converted from count rate; 2-4.5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_err_corr</name>
                       <description>
             Combined positional uncertainty, corrected</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext</name>
                       <description>
             Source extent</description>
                       <unit>arcsec</unit>
                       <ucd>phys.angSize;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err_b4</name>
                       <description>
             1 sigma flux error; 2-4.5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_err</name>
                       <description>
             Extent error</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;phys.angSize;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_like</name>
                       <description>
             Extent likelihood</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like</name>
                       <description>
             Detection likelihood measured by PSF-fitting</description>
                       <ucd>stat.likelihood;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate</name>
                       <description>
             Source count rate measured by PSF-fitting</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err</name>
                       <description>
             1 sigma count rate error</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts</name>
                       <description>
             Source net counts measured from count rate</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err</name>
                       <description>
             1 sigma counts error</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux</name>
                       <description>
             Source flux converted from count rate</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err</name>
                       <description>
             1 sigma flux error</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_exp</name>
                       <description>
             Vignetted exposure value</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg</name>
                       <description>
             Background at the source position</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>inarea90</name>
                       <description>
             Whether in the 0.2-2.3keV exp&gt;500s region, which comprises 90%
             area</description>
                       <ucd>meta.code;pos</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like_b1</name>
                       <description>
             Detection likelihood measured by forced PSF-fitting; 0.2-0.5 keV</description>
                       <ucd>stat.likelihood;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like_b2</name>
                       <description>
             Detection likelihood measured by forced PSF-fitting; 0.5-1 keV</description>
                       <ucd>stat.likelihood;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like_b3</name>
                       <description>
             Detection likelihood measured by forced PSF-fitting; 1-2 keV</description>
                       <ucd>stat.likelihood;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like_b4</name>
                       <description>
             Detection likelihood measured by forced PSF-fitting; 2-4.5 keV</description>
                       <ucd>stat.likelihood;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like_s</name>
                       <description>
             Detection likelihood measured by forced PSF-fitting; 0.5-2 keV</description>
                       <ucd>stat.likelihood;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like_h</name>
                       <description>
             Detection likelihood measured by forced PSF-fitting; 2.3-5 keV</description>
                       <ucd>stat.likelihood;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like_u</name>
                       <description>
             Detection likelihood measured by forced PSF-fitting; 5-8 keV</description>
                       <ucd>stat.likelihood;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_b1</name>
                       <description>
             Source count rate measured by forced PSF-fitting; .2-.5keV</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_b2</name>
                       <description>
             Source count rate measured by forced PSF-fitting; 0.5-1keV</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_b3</name>
                       <description>
             Source count rate measured by forced PSF-fitting; 1-2 keV</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_b4</name>
                       <description>
             Source count rate measured by forced PSF-fitting; 2-4.5keV</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_s</name>
                       <description>
             Source count rate measured by forced PSF-fitting; 0.5-2keV</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_h</name>
                       <description>
             Source count rate measured by forced PSF-fitting; 2.3-5keV</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_u</name>
                       <description>
             Source count rate measured by forced PSF-fitting; 5-8 keV</description>
                       <unit>counts/s</unit>
                       <ucd>arith.rate;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err_b1</name>
                       <description>
             1 sigma count rate error; 0.2-0.5 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err_b2</name>
                       <description>
             1 sigma count rate error; 0.5-1 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err_b3</name>
                       <description>
             1 sigma count rate error; 1-2 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err_b4</name>
                       <description>
             1 sigma count rate error; 2-4.5 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err_s</name>
                       <description>
             1 sigma count rate error; 0.5-2 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err_h</name>
                       <description>
             1 sigma count rate error; 2.3-5 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err_u</name>
                       <description>
             1 sigma count rate error; 5-8 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_lowerr_b1</name>
                       <description>
             1 sigma lower error of count rate;0.2-0.5 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_lowerr_b2</name>
                       <description>
             1 sigma lower error of count rate;0.5-1 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_lowerr_b3</name>
                       <description>
             1 sigma lower error of count rate;1-2 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_lowerr_b4</name>
                       <description>
             1 sigma lower error of count rate;2-4.5 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_lowerr_s</name>
                       <description>
             1 sigma lower error of count rate;0.5-2 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_lowerr_h</name>
                       <description>
             1 sigma lower error of count rate;2.3-5 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_lowerr_u</name>
                       <description>
             1 sigma lower error of count rate;5-8 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_uperr_b1</name>
                       <description>
             1 sigma upper error of count rate;0.2-0.5 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_uperr_b2</name>
                       <description>
             1 sigma upper error of count rate;0.5-1 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_uperr_b3</name>
                       <description>
             1 sigma upper error of count rate;1-2 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_uperr_b4</name>
                       <description>
             1 sigma upper error of count rate;2-4.5 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_uperr_s</name>
                       <description>
             1 sigma upper error of count rate;0.5-2 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_uperr_h</name>
                       <description>
             1 sigma upper error of count rate;2.3-5 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_uperr_u</name>
                       <description>
             1 sigma upper error of count rate;5-8 keV</description>
                       <unit>counts/s</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_b1</name>
                       <description>
             Source net counts measured from count rate; 0.2-0.5 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_b2</name>
                       <description>
             Source net counts measured from count rate; 0.5-1 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_b3</name>
                       <description>
             Source net counts measured from count rate; 1-2 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_b4</name>
                       <description>
             Source net counts measured from count rate; 2-4.5 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_s</name>
                       <description>
             Source net counts measured from count rate; 0.5-2 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_h</name>
                       <description>
             Source net counts measured from count rate; 2.3-5 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_u</name>
                       <description>
             Source net counts measured from count rate; 5-8 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err_b1</name>
                       <description>
             1 sigma counts error; 0.2-0.5 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err_b2</name>
                       <description>
             1 sigma counts error; 0.5-1 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err_b3</name>
                       <description>
             1 sigma counts error; 1-2 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err_b4</name>
                       <description>
             1 sigma counts error; 2-4.5 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err_s</name>
                       <description>
             1 sigma counts error; 0.5-2 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err_h</name>
                       <description>
             1 sigma counts error; 2.3-5 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err_u</name>
                       <description>
             1 sigma counts error; 5-8 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_lowerr_b1</name>
                       <description>
             1 sigma lower error of counts;0.2-0.5 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_lowerr_b2</name>
                       <description>
             1 sigma lower error of counts;0.5-1 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_lowerr_b3</name>
                       <description>
             1 sigma lower error of counts;1-2 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_lowerr_b4</name>
                       <description>
             1 sigma lower error of counts;2-4.5 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_lowerr_s</name>
                       <description>
             1 sigma lower error of counts;0.5-2 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_lowerr_h</name>
                       <description>
             1 sigma lower error of counts;2.3-5 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_lowerr_u</name>
                       <description>
             1 sigma lower error of counts;5-8 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_uperr_b1</name>
                       <description>
             1 sigma upper error of counts;0.2-0.5 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_uperr_b2</name>
                       <description>
             1 sigma upper error of counts;0.5-1 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_uperr_b3</name>
                       <description>
             1 sigma upper error of counts;1-2 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_uperr_b4</name>
                       <description>
             1 sigma upper error of counts;2-4.5 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_uperr_s</name>
                       <description>
             1 sigma upper error of counts;0.5-2 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_uperr_h</name>
                       <description>
             1 sigma upper error of counts;2.3-5 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_uperr_u</name>
                       <description>
             1 sigma upper error of counts;5-8 keV</description>
                       <unit>counts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_s</name>
                       <description>
             Source flux converted from count rate; 0.5-2 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_h</name>
                       <description>
             Source flux converted from count rate; 2.3-5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_u</name>
                       <description>
             Source flux converted from count rate; 5-8 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err_s</name>
                       <description>
             1 sigma flux error; 0.5-2 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err_h</name>
                       <description>
             1 sigma flux error; 2.3-5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err_u</name>
                       <description>
             1 sigma flux error; 5-8 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_lowerr_b1</name>
                       <description>
             1 sigma lower error of flux;0.2-0.5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_lowerr_b2</name>
                       <description>
             1 sigma lower error of flux;0.5-1 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_lowerr_b3</name>
                       <description>
             1 sigma lower error of flux;1-2 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_lowerr_b4</name>
                       <description>
             1 sigma lower error of flux;2-4.5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_lowerr_s</name>
                       <description>
             1 sigma lower error of flux;0.5-2 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_lowerr_h</name>
                       <description>
             1 sigma lower error of flux;2.3-5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_lowerr_u</name>
                       <description>
             1 sigma lower error of flux;5-8 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_uperr_b1</name>
                       <description>
             1 sigma upper error of flux;0.2-0.5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_uperr_b2</name>
                       <description>
             1 sigma upper error of flux;0.5-1 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_uperr_b3</name>
                       <description>
             1 sigma upper error of flux;1-2 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_uperr_b4</name>
                       <description>
             1 sigma upper error of flux;2-4.5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_uperr_s</name>
                       <description>
             1 sigma upper error of flux;0.5-2 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_uperr_h</name>
                       <description>
             1 sigma upper error of flux;2.3-5 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_uperr_u</name>
                       <description>
             1 sigma upper error of flux;5-8 keV</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_exp_b1</name>
                       <description>
             Vignetted exposure value; 0.2-0.5 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_exp_b2</name>
                       <description>
             Vignetted exposure value; 0.5-1 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_exp_b3</name>
                       <description>
             Vignetted exposure value; 1-2 keV</description>
                       <unit>seconds</unit>
                       <ucd>uctime.duration;obs.exposure;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_exp_b4</name>
                       <description>
             Vignetted exposure value; 2-4.5 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_exp_s</name>
                       <description>
             Vignetted exposure value; 0.5-2 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_exp_h</name>
                       <description>
             Vignetted exposure value; 2.3-5 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_exp_u</name>
                       <description>
             Vignetted exposure value; 5-8 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg_b1</name>
                       <description>
             Background at the source position; 0.2-0.5 keV</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg_b2</name>
                       <description>
             Background at the source position; 0.5-1 keV</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg_b3</name>
                       <description>
             Background at the source position; 1-2 keV</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg_b4</name>
                       <description>
             Background at the source position; 2-4.5 keV</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg_s</name>
                       <description>
             Background at the source position; 0.5-2 keV</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg_h</name>
                       <description>
             Background at the source position; 2.3-5 keV</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg_u</name>
                       <description>
             Background at the source position; 5-8 keV</description>
                       <unit>counts/arcmin^2</unit>
                       <ucd>instr.background;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_cts_b1</name>
                       <description>
             Total counts extracted within the aperture; 0.2-0.5 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_cts_b2</name>
                       <description>
             Total counts extracted within the aperture; 0.5-1 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_cts_b3</name>
                       <description>
             Total counts extracted within the aperture; 1-2 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_cts_b4</name>
                       <description>
             Total counts extracted within the aperture; 2-4.5 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_cts_s</name>
                       <description>
             Total counts extracted within the aperture; 0.5-2 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_cts_h</name>
                       <description>
             Total counts extracted within the aperture; 2.3-5 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_cts_u</name>
                       <description>
             Total counts extracted within the aperture; 5-8 keV</description>
                       <unit>counts</unit>
                       <ucd>phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_exp_b1</name>
                       <description>
             Vignetted exposure value; 0.2-0.5 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_exp_b2</name>
                       <description>
             Vignetted exposure value; 0.5-1 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_exp_b3</name>
                       <description>
             Vignetted exposure value; 1-2 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_exp_b4</name>
                       <description>
             Vignetted exposure value; 2-4.5 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_exp_s</name>
                       <description>
             Vignetted exposure value; 0.5-2 keV</description>
                       <unit>seconds</unit>
                       <ucd>uctime.duration;obs.exposured;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_exp_h</name>
                       <description>
             Vignetted exposure value; 2.3-5 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_exp_u</name>
                       <description>
             Vignetted exposure value; 5-8 keV</description>
                       <unit>seconds</unit>
                       <ucd>time.duration;obs.exposure;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_bkg_b1</name>
                       <description>
             Background counts in the aperture excluding nearby sources;
             .2-.5keV</description>
                       <unit>counts</unit>
                       <ucd>instr.background;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_bkg_b2</name>
                       <description>
             Background counts in the aperture excluding nearby sources;
             0.5-1keV</description>
                       <unit>counts</unit>
                       <ucd>instr.background;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_bkg_b3</name>
                       <description>
             Background counts in the aperture excluding nearby sources; 1-2
             keV</description>
                       <unit>counts</unit>
                       <ucd>instr.backgrounde;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_bkg_b4</name>
                       <description>
             Background counts in the aperture excluding nearby sources;
             2-4.5keV</description>
                       <unit>counts</unit>
                       <ucd>instr.background;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_bkg_s</name>
                       <description>
             Background counts in the aperture excluding nearby sources;
             0.5-2keV</description>
                       <unit>counts</unit>
                       <ucd>instr.background;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_bkg_h</name>
                       <description>
             Background counts in the aperture excluding nearby sources;
             2.3-5keV</description>
                       <unit>counts</unit>
                       <ucd>instr.background;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_bkg_u</name>
                       <description>
             Background counts in the aperture excluding nearby sources; 5-8
             keV</description>
                       <unit>counts</unit>
                       <ucd>instr.background;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_radius_b1</name>
                       <description>
             Aperture radius; 0.2-0.5 keV</description>
                       <unit>pixels</unit>
                       <ucd>phys.angSize;instr.pixel;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_radius_b2</name>
                       <description>
             Aperture radius; 0.5-1 keV</description>
                       <unit>pixels</unit>
                       <ucd>phys.angSize;instr.pixel;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_radius_b3</name>
                       <description>
             Aperture radius; 1-2 keV</description>
                       <unit>pixels</unit>
                       <ucd>phys.angSize;instr.pixel;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_radius_b4</name>
                       <description>
             Aperture radius; 2-4.5 keV</description>
                       <unit>pixels</unit>
                       <ucd>phys.angSize;instr.pixel;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_radius_s</name>
                       <description>
             Aperture radius; 0.5-2 keV</description>
                       <unit>pixels</unit>
                       <ucd>phys.angSize;instr.pixel;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_radius_h</name>
                       <description>
             Aperture radius; 2.3-5 keV</description>
                       <unit>pixels</unit>
                       <ucd>phys.angSize;instr.pixel;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_radius_u</name>
                       <description>
             Aperture radius; 5-8 keV</description>
                       <unit>pixels</unit>
                       <ucd>phys.angSize;instr.pixel;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_pois_b1</name>
                       <description>
             Poisson probability of being background fluctuation; 0.2-0.5 keV</description>
                       <ucd>stat.probability;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_pois_b2</name>
                       <description>
             Poisson probability of being background fluctuation; 0.5-1 keV</description>
                       <ucd>stat.probability;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_pois_b3</name>
                       <description>
             Poisson probability of being background fluctuation; 1-2 keV</description>
                       <ucd>stat.probability;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_pois_b4</name>
                       <description>
             Poisson probability of being background fluctuation; 2-4.5 keV</description>
                       <ucd>stat.probability;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_pois_s</name>
                       <description>
             Poisson probability of being background fluctuation; 0.5-2 keV</description>
                       <ucd>stat.probability;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_pois_h</name>
                       <description>
             Poisson probability of being background fluctuation; 2.3-5 keV</description>
                       <ucd>stat.probability;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ape_pois_u</name>
                       <description>
             Poisson probability of being background fluctuation; 5-8 keV</description>
                       <ucd>stat.probability;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="5466" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_erass1_hard_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>erass1_hard_oid</name>
                       <unit>null</unit>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>IAUNAME</name>
                       <description>String containing the official IAU name of the source</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DETUID</name>
                       <description>String unique detection ID</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>SKYTILE</name>
                       <description>Sky tile ID</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ID_SRC</name>
                       <description>Source ID in each sky tile. Use SKYTILE+ID_SRC to identify the corresponding source products</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>UID</name>
                       <description>Integer unique detection ID. It equals CatID*10^11+SKYTILE*10^5+ID_SRC, where catID is 1 for the 1B detected Main and Supp catalogs and 2 for the 3B detected Hard catalog</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>UID_1B</name>
                       <description>1B catalog UID of the source with a strong association, or -UID if the association is weak</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ID_CLUSTER</name>
                       <description>Group ID of simultaneously fitted sources</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>RA</name>
                       <description>Right ascension (ICRS), corrected</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DEC</name>
                       <description>Declination (ICRS), corrected</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>RA_RAW</name>
                       <description>Right ascension (ICRS), uncorrected</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DEC_RAW</name>
                       <description>Declination (ICRS), uncorrected</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>RA_LOWERR</name>
                       <description>1-sigma lower error on RA</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>RA_UPERR</name>
                       <description>1-sigma upper error on RA</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DEC_LOWERR</name>
                       <description>1-sigma lower error on DEC</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DEC_UPERR</name>
                       <description>1-sigma upper error on DEC</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>POS_ERR</name>
                       <description>1-sigma positional uncertainty</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>RADEC_ERR</name>
                       <description>Combined positional error, raw output from PSF fitting</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>LII</name>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>BII</name>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ELON</name>
                       <description>Ecliptic longitude</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ELAT</name>
                       <description>Ecliptic latitude</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MJD</name>
                       <description>Modified Julian Date of the observation of the source nearest to the optical axis of the telescope</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MJD_MIN</name>
                       <description>Modified Julian Date of the first observation of the source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MJD_MAX</name>
                       <description>Modified Julian Date of the last observation of the source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>EXT</name>
                       <description>Source Extent Parameter</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>EXT_ERR</name>
                       <description>1-sigma error on EXT</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>EXT_LOWERR</name>
                       <description>1-sigma lower error on EXT</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>EXT_UPERR</name>
                       <description>1-sigma upper error on EXT</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>EXT_LIKE</name>
                       <description>Extent likelihood</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_0</name>
                       <description>Source net counts in 0.2-5.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_ERR_0</name>
                       <description>1-sigma combined counts error in 0.2-5.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_0</name>
                       <description>Source count rate in 0.2-5.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_ERR_0</name>
                       <description>1-sigma combined count rate error in 0.2-5.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_0</name>
                       <description>Source flux in 2.3-5.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_ERR_0</name>
                       <description>1-sigma combined error on flux in 0.2-5.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DET_LIKE_0</name>
                       <description>Detection likelihood in 0.2-5.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_BKG_0</name>
                       <description>Background at the source position in the 0.2-5.0 keV band</description>
                       <unit>arcmin-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_1</name>
                       <description>Source net counts in 0.2-0.6 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_ERR_1</name>
                       <description>1-sigma combined counts error in 0.2-0.6 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_LOWERR_1</name>
                       <description>1-sigma lower counts error in 0.2-0.6 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_UPERR_1</name>
                       <description>1-sigma upper counts error in 0.2-0.6 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_1</name>
                       <description>Source count rate in 0.2-0.6 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_ERR_1</name>
                       <description>1-sigma combined count rate error in 0.2-0.6 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_LOWERR_1</name>
                       <description>1-sigma lower count rate error in 0.2-0.6 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_UPERR_1</name>
                       <description>1-sigma upper count rate error in 0.2-0.6 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_1</name>
                       <description>Source flux in 0.2-0.6 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_ERR_1</name>
                       <description>1-sigma combined error on flux in 0.2-0.6 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_LOWERR_1</name>
                       <description>1-sigma lower error on flux in 0.2-0.6 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_UPERR_1</name>
                       <description>1-sigma upper error on flux in 0.2-0.6 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DET_LIKE_1</name>
                       <description>Detection likelihood in 0.2-0.6 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_BKG_1</name>
                       <description>Background at the source position in the 0.2-0.6 keV band</description>
                       <unit>arcmin-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EXP_1</name>
                       <description>Vignetted exposure time at the source position in 0.2-0.6 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EEF_1</name>
                       <description>Enclosed energy fraction in 0.2-0.6 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_CTS_1</name>
                       <description>Total counts extracted within the aperture in 0.2-0.6 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_BKG_1</name>
                       <description>Background counts extracted within the aperture in 0.2-0.6 keV band, excluding nearby sources using the source map</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_EXP_1</name>
                       <description>Exposure map value in 0.2-0.6 keV band at the given position</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_RADIUS_1</name>
                       <description>Extraction radius in pixels (4') in the 0.2-0.6 keV band</description>
                       <unit>pix</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_POIS_1</name>
                       <description>Poisson probability that the extracted counts (APE_CTS_1) are a background fluctuation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_2</name>
                       <description>Source net counts in 0.6-2.3 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_ERR_2</name>
                       <description>1-sigma combined counts error in 0.6-2.3 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_LOWERR_2</name>
                       <description>1-sigma lower counts error in 0.6-2.3 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_UPERR_2</name>
                       <description>1-sigma upper counts error in 0.6-2.3 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_2</name>
                       <description>Source count rate in 0.6-2.3 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_ERR_2</name>
                       <description>1-sigma combined count rate error in 0.6-2.3 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_LOWERR_2</name>
                       <description>1-sigma lower count rate error in 0.6-2.3 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_UPERR_2</name>
                       <description>1-sigma upper count rate error in 0.6-2.3 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_2</name>
                       <description>Source flux in 0.6-2.3 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_ERR_2</name>
                       <description>1-sigma combined error on flux in 0.6-2.3 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_LOWERR_2</name>
                       <description>1-sigma lower error on flux in 0.6-2.3 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_UPERR_2</name>
                       <description>1-sigma upper error on flux in 0.6-2.3 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DET_LIKE_2</name>
                       <description>Detection likelihood in 0.6-2.3 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_BKG_2</name>
                       <description>Background at the source position in the 0.6-2.3 keV band</description>
                       <unit>arcmin-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EXP_2</name>
                       <description>Vignetted exposure time at the source position in 0.6-2.3 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EEF_2</name>
                       <description>Enclosed energy fraction in 0.6-2.3 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_CTS_2</name>
                       <description>Total counts extracted within the aperture in 0.6-2.3 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_BKG_2</name>
                       <description>Background counts extracted within the aperture in 0.6-2.3 keV band, excluding nearby sources using the source map</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_EXP_2</name>
                       <description>Exposure map value in 0.6-2.3 keV band at the given position</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_RADIUS_2</name>
                       <description>Extraction radius in pixels (4') in the 0.6-2.3 keV band</description>
                       <unit>pix</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_POIS_2</name>
                       <description>Poisson probability that the extracted counts (APE_CTS_2) are a background fluctuation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_3</name>
                       <description>Source net counts in 2.3-5.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_ERR_3</name>
                       <description>1-sigma combined counts error in 2.3-5.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_LOWERR_3</name>
                       <description>1-sigma lower counts error in 2.3-5.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_UPERR_3</name>
                       <description>1-sigma upper counts error in 2.3-5.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_3</name>
                       <description>Source count rate in 2.3-5.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_ERR_3</name>
                       <description>1-sigma combined count rate error in 2.3-5.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_LOWERR_3</name>
                       <description>1-sigma lower count rate error in 2.3-5.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_UPERR_3</name>
                       <description>1-sigma upper count rate error in 2.3-5.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_3</name>
                       <description>Source flux in 2.3-5.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_ERR_3</name>
                       <description>1-sigma combined error on flux in 2.3-5.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_LOWERR_3</name>
                       <description>1-sigma lower error on flux in 2.3-5.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_UPERR_3</name>
                       <description>1-sigma upper error on flux in 2.3-5.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DET_LIKE_3</name>
                       <description>Detection likelihood in 2.3-5.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_BKG_3</name>
                       <description>Background at the source position in the 2.3-5.0 keV band</description>
                       <unit>arcmin-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EXP_3</name>
                       <description>Vignetted exposure time at the source position in 2.3-5.0 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EEF_3</name>
                       <description>Enclosed energy fraction in 2.3-5.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_CTS_3</name>
                       <description>Total counts extracted within the aperture in 2.3-5.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_BKG_3</name>
                       <description>Background counts extracted within the aperture in 2.3-5.0 keV band, excluding nearby sources using the source map</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_EXP_3</name>
                       <description>Exposure map value in 2.3-5.0 keV band at the given position</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_RADIUS_3</name>
                       <description>Extraction radius in pixels (4') in the 2.3-5.0 keV band</description>
                       <unit>pix</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_POIS_3</name>
                       <description>Poisson probability that the extracted counts (APE_CTS_3) are a background fluctuation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FLAG_SP_SNR</name>
                       <description>Source may lie within an overdense region near a supernova remnant</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FLAG_SP_BPS</name>
                       <description>Source may lie within an overdense region near a bright point source</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FLAG_SP_SCL</name>
                       <description>Source may lie within an overdense region near a stellar cluste</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FLAG_SP_LGA</name>
                       <description>Source may lie within an overdense region near a local large galaxy</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FLAG_SP_GC_CONS</name>
                       <description>Source may lie within an overdense region near a galaxy cluster</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FLAG_NO_RADEC_ERR</name>
                       <description>Source contained no RADEC_ERR in the pre-processed version of the catalogue</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FLAG_NO_EXT_ERR</name>
                       <description>Source contained no EXT_ERR in the pre-processed version of the catalogue</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FLAG_NO_CTS_ERR</name>
                       <description>Source contained no CTS_ERR in the pre-processed version of the catalogue</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FLAG_OPT</name>
                       <description>Source matched within 15' with a bright optical star, likely contaminated by optical loading</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="930203" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_erass1_main_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>erass1_main_oid</name>
                       <unit>null</unit>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>IAUNAME</name>
                       <description>String containing the official IAU name of the source</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DETUID</name>
                       <description>String unique detection ID</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>SKYTILE</name>
                       <description>Sky tile ID</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ID_SRC</name>
                       <description>Source ID in each sky tile. Use SKYTILE+ID_SRC to identify the corresponding source products</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>UID</name>
                       <description>Integer unique detection ID. It equals CatID*10^11+SKYTILE*10^5+ID_SRC, where catID is 1 for the 1B detected Main and Supp catalogs and 2 for the 3B detected Hard catalog</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>UID_Hard</name>
                       <description>Hard catalog UID of the source with a strong association, or -UID if the association is weak</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ID_CLUSTER</name>
                       <description>Group ID of simultaneously fitted sources</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>RA</name>
                       <description>Right ascension (ICRS), corrected</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DEC</name>
                       <description>Declination (ICRS), corrected</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>RA_RAW</name>
                       <description>Right ascension (ICRS), uncorrected</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DEC_RAW</name>
                       <description>Declination (ICRS), uncorrected</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>RA_LOWERR</name>
                       <description>1-sigma lower error on RA</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>RA_UPERR</name>
                       <description>1-sigma upper error on RA</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DEC_LOWERR</name>
                       <description>1-sigma lower error on DEC</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DEC_UPERR</name>
                       <description>1-sigma upper error on DEC</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>POS_ERR</name>
                       <description>1-sigma positional uncertainty</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>RADEC_ERR</name>
                       <description>Combined positional error, raw output from PSF fitting</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>LII</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>BII</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ELON</name>
                       <description>Ecliptic longitude</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ELAT</name>
                       <description>Ecliptic latitude</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MJD</name>
                       <description>Modified Julian Date of the observation of the source nearest to the optical axis of the telescope</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MJD_MIN</name>
                       <description>Modified Julian Date of the first observation of the source</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>MJD_MAX</name>
                       <description>Modified Julian Date of the last observation of the source</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>EXT</name>
                       <description>Source Extent Parameter</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>EXT_ERR</name>
                       <description>1-sigma error on EXT</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>EXT_LOWERR</name>
                       <description>1-sigma lower error on EXT</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>EXT_UPERR</name>
                       <description>1-sigma upper error on EXT</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>EXT_LIKE</name>
                       <description>Extent likelihood</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DET_LIKE_0</name>
                       <description>Detection likelihood in 0.2-2.3 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_1</name>
                       <description>Source net counts in 0.2-2.3 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_ERR_1</name>
                       <description>1-sigma combined counts error in 0.2-2.3 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_LOWERR_1</name>
                       <description>1-sigma lower counts error in 0.2-2.3 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_UPERR_1</name>
                       <description>1-sigma upper counts error in 0.2-2.3 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_1</name>
                       <description>Source count rate in 0.2-2.3 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_ERR_1</name>
                       <description>1-sigma combined count rate error in 0.2-2.3 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_LOWERR_1</name>
                       <description>1-sigma lower count rate error in 0.2-2.3 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_UPERR_1</name>
                       <description>1-sigma upper count rate error in 0.2-2.3 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_1</name>
                       <description>Source flux in 0.2-2.3 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_ERR_1</name>
                       <description>1-sigma combined error on flux in 0.2-2.3 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_LOWERR_1</name>
                       <description>1-sigma lower error on flux in 0.2-2.3 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_UPERR_1</name>
                       <description>1-sigma upper error on flux in 0.2-2.3 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_BKG_1</name>
                       <description>Background at the source position in the 0.2-2.3 keV band</description>
                       <unit>arcmin-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EXP_1</name>
                       <description>Vignetted exposure time at the source position in 0.2-2.3 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EEF_1</name>
                       <description>Enclosed energy fraction</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_CTS_1</name>
                       <description>Total counts extracted within the aperture in 0.2-2.3 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_BKG_1</name>
                       <description>Background counts extracted within the aperture in 0.2-2.3 keV band, excluding nearby sources using the source map</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_EXP_1</name>
                       <description>Exposure map value in 0.2-2.3 keV band at the given position</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_RADIUS_1</name>
                       <description>Extraction radius in pixels (4') in the 0.2-2.3 keV band</description>
                       <unit>pix</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_POIS_1</name>
                       <description>Poisson probability that the extracted counts (APE_CTS_1) are a background fluctuation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DET_LIKE_P1</name>
                       <description>Detection likelihood in 0.2-0.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_P1</name>
                       <description>Source net counts in 0.2-0.5 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_ERR_P1</name>
                       <description>1-sigma combined counts error in 0.2-0.5 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_LOWERR_P1</name>
                       <description>1-sigma lower counts error in 0.2-0.5 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_UPERR_P1</name>
                       <description>1-sigma upper counts error in 0.2-0.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_P1</name>
                       <description>Source count rate in 0.2-0.5 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_ERR_P1</name>
                       <description>1-sigma combined count rate error in 0.2-0.5 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_LOWERR_P1</name>
                       <description>1-sigma lower count rate error in 0.2-0.5 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_UPERR_P1</name>
                       <description>1-sigma upper count rate error in 0.2-0.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_P1</name>
                       <description>Source flux in 0.2-0.5 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_ERR_P1</name>
                       <description>1-sigma combined flux error in 0.2-0.5 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_LOWERR_P1</name>
                       <description>1-sigma lower flux error in 0.2-0.5 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_UPERR_P1</name>
                       <description>1-sigma upper flux error in 0.2-0.5 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_BKG_P1</name>
                       <description>Background at the source position in 0.2-0.5 keV band</description>
                       <unit>arcmin-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EXP_P1</name>
                       <description>Vignetted exposure time at the source position in 0.2-0.5 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EEF_P1</name>
                       <description>Enclosed energy fraction in 0.2-0.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_CTS_P1</name>
                       <description>Total counts extracted within the aperture in 0.2-0.5 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_BKG_P1</name>
                       <description>Background counts extracted within the aperture in 0.2-0.5 keV band, excluding nearby sources using the source map</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_EXP_P1</name>
                       <description>Exposure map value at the given position in the 0.2-0.5 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_RADIUS_P1</name>
                       <description>Extraction radius in pixels (4') in the 0.2-0.5 keV band</description>
                       <unit>pix</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_POIS_P1</name>
                       <description>Poisson probability that the extracted counts (APE_CTS_P1) are a background fluctuation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DET_LIKE_P2</name>
                       <description>Detection likelihood in 0.5-1.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_P2</name>
                       <description>Source net counts in 0.5-1.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_ERR_P2</name>
                       <description>1-sigma combined counts error in 0.5-1.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_LOWERR_P2</name>
                       <description>1-sigma lower counts error in 0.5-1.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_UPERR_P2</name>
                       <description>1-sigma upper counts error in 0.5-1.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_P2</name>
                       <description>Source count rate in 0.5-1.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_ERR_P2</name>
                       <description>1-sigma combined count rate error in 0.5-1.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_LOWERR_P2</name>
                       <description>1-sigma lower count rate error in 0.5-1.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_UPERR_P2</name>
                       <description>1-sigma upper count rate error in 0.5-1.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_P2</name>
                       <description>Source flux in 0.5-1.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_ERR_P2</name>
                       <description>1-sigma combined flux error in 0.5-1.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_LOWERR_P2</name>
                       <description>1-sigma lower flux error in 0.5-1.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_UPERR_P2</name>
                       <description>1-sigma upper flux error in 0.5-1.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_BKG_P2</name>
                       <description>Background at the source position in 0.5-1.0 keV band</description>
                       <unit>arcmin-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EXP_P2</name>
                       <description>Vignetted exposure time at the source position in 0.5-1.0 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EEF_P2</name>
                       <description>Enclosed energy fraction in 0.5-1.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_CTS_P2</name>
                       <description>Total counts extracted within the aperture in 0.5-1.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_BKG_P2</name>
                       <description>Background counts extracted within the aperture in 0.5-1.0 keV band, excluding nearby sources using the source map</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_EXP_P2</name>
                       <description>Exposure map value at the given position in the 0.5-1.0 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_RADIUS_P2</name>
                       <description>Extraction radius in pixels (4') in the 0.5-1.0 keV band</description>
                       <unit>pix</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_POIS_P2</name>
                       <description>Poisson probability that the extracted counts (APE_CTS_P2) are a background fluctuation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DET_LIKE_P3</name>
                       <description>Detection likelihood in 1.0-2.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_P3</name>
                       <description>Source net counts in 1.0-2.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_ERR_P3</name>
                       <description>1-sigma combined counts error in 1.0-2.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_LOWERR_P3</name>
                       <description>1-sigma lower counts error in 1.0-2.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_UPERR_P3</name>
                       <description>1-sigma upper counts error in 1.0-2.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_P3</name>
                       <description>Source count rate in 1.0-2.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_ERR_P3</name>
                       <description>1-sigma combined count rate error in 1.0-2.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_LOWERR_P3</name>
                       <description>1-sigma lower count rate error in 1.0-2.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_UPERR_P3</name>
                       <description>1-sigma upper count rate error in 1.0-2.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_P3</name>
                       <description>Source flux in 1.0-2.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_ERR_P3</name>
                       <description>1-sigma combined flux error in 1.0-2.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_LOWERR_P3</name>
                       <description>1-sigma lower flux error in 1.0-2.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_UPERR_P3</name>
                       <description>1-sigma upper flux error in 1.0-2.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_BKG_P3</name>
                       <description>Background at the source position in 1.0-2.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EXP_P3</name>
                       <description>Vignetted exposure time at the source position in 1.0-2.0 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EEF_P3</name>
                       <description>Enclosed energy fraction in 1.0-2.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_CTS_P3</name>
                       <description>Total counts extracted within the aperture in 1.0-2.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_BKG_P3</name>
                       <description>Background counts extracted within the aperture in 1.0-2.0 keV band, excluding nearby sources using the source map</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_EXP_P3</name>
                       <description>Exposure map value at the given position in the 1.0-2.0 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_RADIUS_P3</name>
                       <description>Extraction radius in pixels (4') in the 1.0-2.0 keV band</description>
                       <unit>pix</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_POIS_P3</name>
                       <description>Poisson probability that the extracted counts (APE_CTS_P3) are a background fluctuation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DET_LIKE_P4</name>
                       <description>Detection likelihood in 2.0-5.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_P4</name>
                       <description>Source net counts in 2.0-5.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_ERR_P4</name>
                       <description>1-sigma combined counts error in 2.0-5.0 keV band&lt;</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_LOWERR_P4</name>
                       <description>1-sigma lower counts error in 2.0-5.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_UPERR_P4</name>
                       <description>1-sigma upper counts error in 2.0-5.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_P4</name>
                       <description>Source count rate in 2.0-5.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_ERR_P4</name>
                       <description>1-sigma combined count rate error in 2.0-5.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_LOWERR_P4</name>
                       <description>1-sigma lower count rate error in 2.0-5.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_UPERR_P4</name>
                       <description>1-sigma upper count rate error in 2.0-5.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_P4</name>
                       <description>Source flux in 2.0-5.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_ERR_P4</name>
                       <description>1-sigma combined flux error in 2.0-5.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_LOWERR_P4</name>
                       <description>1-sigma lower flux error in 2.0-5.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_UPERR_P4</name>
                       <description>1-sigma upper flux error in 2.0-5.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_BKG_P4</name>
                       <description>Background at the source position in 2.0-5.0 keV band</description>
                       <unit>arcmin-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EXP_P4</name>
                       <description>Vignetted exposure time at the source position in 2.0-5.0 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EEF_P4</name>
                       <description>Enclosed energy fraction in 2.0-5.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_CTS_P4</name>
                       <description>Total counts extracted within the aperture in 2.0-5.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_BKG_P4</name>
                       <description>Background counts extracted within the aperture in 2.0-5.0 keV band, excluding nearby sources using the source map</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_EXP_P4</name>
                       <description>Exposure map value at the given position in the 2.0-5.0 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_RADIUS_P4</name>
                       <description>Extraction radius in pixels (4') in the 2.0-5.0 keV band</description>
                       <unit>pix</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_POIS_P4</name>
                       <description>Poisson probability that the extracted counts (APE_CTS_P4) are a background fluctuation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DET_LIKE_P5</name>
                       <description>Detection likelihood in 5.0-8.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_P5</name>
                       <description>Source net counts in 5.0-8.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_ERR_P5</name>
                       <description>1-sigma combined counts error in 5.0-8.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_LOWERR_P5</name>
                       <description>1-sigma lower counts error in 5.0-8.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_UPERR_P5</name>
                       <description>1-sigma upper counts error in 5.0-8.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_P5</name>
                       <description>Source count rate in 5.0-8.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_ERR_P5</name>
                       <description>1-sigma combined count rate error in 5.0-8.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_LOWERR_P5</name>
                       <description>1-sigma lower count rate error in 5.0-8.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_UPERR_P5</name>
                       <description>1-sigma upper count rate error in 5.0-8.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_P5</name>
                       <description>Source flux in 5.0-8.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_ERR_P5</name>
                       <description>1-sigma combined flux error in 5.0-8.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_LOWERR_P5</name>
                       <description>1-sigma lower flux error in 5.0-8.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_UPERR_P5</name>
                       <description>1-sigma upper flux error in 5.0-8.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_BKG_P5</name>
                       <description>Background at the source position in 5.0-8.0 keV band</description>
                       <unit>arcmin-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EXP_P5</name>
                       <description>Vignetted exposure time at the source position in 5.0-8.0 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EEF_P5</name>
                       <description>Enclosed energy fraction in 5.0-8.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_CTS_P5</name>
                       <description>Total counts extracted within the aperture in 5.0-8.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_BKG_P5</name>
                       <description>Background counts extracted within the aperture in 5.0-8.0 keV band, excluding nearby sources using the source map</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_EXP_P5</name>
                       <description>Exposure map value at the given position in the 5.0-8.0 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_RADIUS_P5</name>
                       <description>Extraction radius in pixels (4') in the 5.0-8.0 keV band</description>
                       <unit>pix</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_POIS_P5</name>
                       <description>Poisson probability that the extracted counts (APE_CTS_P5) are a background fluctuation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DET_LIKE_P6</name>
                       <description>Detection likelihood in 4.0-10.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_P6</name>
                       <description>Source net counts in 4.0-10.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_ERR_P6</name>
                       <description>1-sigma combined counts error in 4.0-10.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_LOWERR_P6</name>
                       <description>1-sigma lower counts error in 4.0-10.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_UPERR_P6</name>
                       <description>1-sigma upper counts error in 4.0-10.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_P6</name>
                       <description>Source count rate in 4.0-10.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_ERR_P6</name>
                       <description>1-sigma combined count rate error in 4.0-10.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_LOWERR_P6</name>
                       <description>1-sigma lower count rate error in 4.0-10.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_UPERR_P6</name>
                       <description>1-sigma upper count rate error in 4.0-10.0 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_P6</name>
                       <description>Source flux in 4.0-10.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_ERR_P6</name>
                       <description>1-sigma combined flux error in 4.0-10.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_LOWERR_P6</name>
                       <description>1-sigma lower flux error in 4.0-10.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_UPERR_P6</name>
                       <description>1-sigma upper flux error in 4.0-10.0 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_BKG_P6</name>
                       <description>Background at the source position in 4.0-10.0 keV band</description>
                       <unit>arcmin-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EXP_P6</name>
                       <description>Vignetted exposure time at the source position in 4.0-10.0 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EEF_P6</name>
                       <description>Enclosed energy fraction in 4.0-10.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_CTS_P6</name>
                       <description>Total counts extracted within the aperture in 4.0-10.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_BKG_P6</name>
                       <description>Background counts extracted within the aperture in 4.0-10.0 keV band, excluding nearby sources using the source map</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_EXP_P6</name>
                       <description>Exposure map value at the given position in the 4.0-10.0 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_RADIUS_P6</name>
                       <description>Extraction radius in pixels (4') in the 4.0-10.0 keV band</description>
                       <unit>pix</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_POIS_P6</name>
                       <description>Poisson probability that the extracted counts (APE_CTS_P6) are a background fluctuation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DET_LIKE_P7</name>
                       <description>Detection likelihood in 5.1-6.1 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_P7</name>
                       <description>Source net counts in 5.1-6.1 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_ERR_P7</name>
                       <description>1-sigma combined counts error in 5.1-6.1 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_LOWERR_P7</name>
                       <description>1-sigma lower counts error in 5.1-6.1 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_UPERR_P7</name>
                       <description>1-sigma upper counts error in 5.1-6.1 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_P7</name>
                       <description>Source count rate in 5.1-6.1 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_ERR_P7</name>
                       <description>1-sigma combined count rate error in 5.1-6.1 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_LOWERR_P7</name>
                       <description>1-sigma lower count rate error in 5.1-6.1 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_UPERR_P7</name>
                       <description>1-sigma upper count rate error in 5.1-6.1 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_P7</name>
                       <description>Source flux in 5.1-6.1 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_ERR_P7</name>
                       <description>1-sigma combined flux error in 5.1-6.1 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_LOWERR_P7</name>
                       <description>1-sigma lower flux error in 5.1-6.1 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_UPERR_P7</name>
                       <description>1-sigma upper flux error in 5.1-6.1 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_BKG_P7</name>
                       <description>Background at the source position in 5.1-6.1 keV band</description>
                       <unit>arcmin-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EXP_P7</name>
                       <description>Vignetted exposure time at the source position in 5.1-6.1 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EEF_P7</name>
                       <description>Enclosed energy fraction in 5.1-6.1 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_CTS_P7</name>
                       <description>Total counts extracted within the aperture in 5.1-6.1 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_BKG_P7</name>
                       <description>Background counts extracted within the aperture in 5.1-6.1 keV band, excluding nearby sources using the source map</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_EXP_P7</name>
                       <description>Exposure map value at the given position in the 5.1-6.1 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_RADIUS_P7</name>
                       <description>Extraction radius in pixels (4') in the 5.1-6.1 keV band</description>
                       <unit>pix</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_POIS_P7</name>
                       <description>Poisson probability that the extracted counts (APE_CTS_P7) are a background fluctuation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DET_LIKE_P8</name>
                       <description>Detection likelihood in 6.2-7.1 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_P8</name>
                       <description>Source net counts in 6.2-7.1 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_ERR_P8</name>
                       <description>1-sigma combined counts error in 6.2-7.1 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_LOWERR_P8</name>
                       <description>1-sigma lower counts error in 6.2-7.1 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_UPERR_P8</name>
                       <description>1-sigma upper counts error in 6.2-7.1 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_P8</name>
                       <description>Source count rate in 6.2-7.1 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_ERR_P8</name>
                       <description>1-sigma combined count rate error in 6.2-7.1 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_LOWERR_P8</name>
                       <description>1-sigma lower count rate error in 6.2-7.1 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_UPERR_P8</name>
                       <description>1-sigma upper count rate error in 6.2-7.1 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_P8</name>
                       <description>Source flux in 6.2-7.1 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_ERR_P8</name>
                       <description>1-sigma combined flux error in 6.2-7.1 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_LOWERR_P8</name>
                       <description>1-sigma lower flux error in 6.2-7.1 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_UPERR_P8</name>
                       <description>1-sigma upper flux error in 6.2-7.1 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_BKG_P8</name>
                       <description>Background at the source position in 6.2-7.1 keV band</description>
                       <unit>arcmin-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EXP_P8</name>
                       <description>Vignetted exposure time at the source position in 6.2-7.1 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EEF_P8</name>
                       <description>Enclosed energy fraction in 6.2-7.1 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_CTS_P8</name>
                       <description>Total counts extracted within the aperture in 6.2-7.1 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_BKG_P8</name>
                       <description>Background counts extracted within the aperture in 6.2-7.1 keV band, excluding nearby sources using the source map</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_EXP_P8</name>
                       <description>Exposure map value at the given position in the 6.2-7.1 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_RADIUS_P8</name>
                       <description>Extraction radius in pixels (4') in the 6.2-7.1 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_POIS_P8</name>
                       <description>Poisson probability that the extracted counts (APE_CTS_P8) are a background fluctuation</description>
                       <unit>pix</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>DET_LIKE_P9</name>
                       <description>Detection likelihood in 7.2-8.2 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_P9</name>
                       <description>Source net counts in 7.2-8.2 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_ERR_P9</name>
                       <description>1-sigma combined counts error in 7.2-8.2 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_LOWERR_P9</name>
                       <description>1-sigma lower counts error in 7.2-8.2 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_CTS_UPERR_P9</name>
                       <description>1-sigma upper counts error in 7.2-8.2 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_P9</name>
                       <description>Source count rate in 7.2-8.2 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_ERR_P9</name>
                       <description>1-sigma combined count rate error in 7.2-8.2 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_LOWERR_P9</name>
                       <description>1-sigma lower count rate error in 7.2-8.2 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_RATE_UPERR_P9</name>
                       <description>1-sigma upper count rate error in 7.2-8.2 keV band</description>
                       <unit>count s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_P9</name>
                       <description>Source flux in 7.2-8.2 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_ERR_P9</name>
                       <description>1-sigma combined flux error in 7.2-8.2 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_LOWERR_P9</name>
                       <description>1-sigma lower flux error in 7.2-8.2 keV ban</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_FLUX_UPERR_P9</name>
                       <description>1-sigma upper flux error in 7.2-8.2 keV band</description>
                       <unit>erg s-1 cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_BKG_P9</name>
                       <description>Background at the source position in 7.2-8.2 keV band</description>
                       <unit>arcmin-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EXP_P9</name>
                       <description>Vignetted exposure time at the source position in 7.2-8.2 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ML_EEF_P9</name>
                       <description>Enclosed energy fraction in 7.2-8.2 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_CTS_P9</name>
                       <description>Total counts extracted within the aperture in 7.2-8.2 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_BKG_P9</name>
                       <description>Background counts extracted within the aperture in 7.2-8.2 keV band, excluding nearby sources using the source map</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_EXP_P9</name>
                       <description>Exposure map value at the given position in the 7.2-8.2 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_RADIUS_P9</name>
                       <description>Extraction radius in pixels (4') in the 7.2-8.2 keV band</description>
                       <unit>pix</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_POIS_P9</name>
                       <description>Poisson probability that the extracted counts (APE_CTS_P9) are a background fluctuation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_CTS_S</name>
                       <description>Total counts extracted within the aperture in 0.5-2.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_BKG_S</name>
                       <description>Background counts extracted within the aperture in 0.5-2.0 keV band, excluding nearby sources using the source map</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_EXP_S</name>
                       <description>Exposure map value at the given position in the 0.5-2.0 keV band</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>APE_POIS_S</name>
                       <description>Poisson probability that the extracted counts (APE_CTS_S) are a background fluctuation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FLAG_SP_SNR</name>
                       <description>Source may lie within an overdense region near a supernova remnant</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FLAG_SP_BPS</name>
                       <description>Source may lie within an overdense region near a bright point source</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FLAG_SP_SCL</name>
                       <description>Source may lie within an overdense region near a stellar cluster</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FLAG_SP_LGA</name>
                       <description>Source may lie within an overdense region near a local large galaxy</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FLAG_SP_GC_CONS</name>
                       <description>Source may lie within an overdense region near a galaxy cluster</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FLAG_NO_RADEC_ERR</name>
                       <description>Source contained no RADEC_ERR in the pre-processed version of the catalogue</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FLAG_NO_EXT_ERR</name>
                       <description>Source contained no EXT_ERR in the pre-processed version of the catalogue</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FLAG_NO_CTS_ERR</name>
                       <description>Source contained no CTS_ERR in the pre-processed version of the catalogue</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>FLAG_OPT</name>
                       <description>Source matched within 15' with a bright optical star, likely contaminated by optical loading</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="96" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_etacha_c001_hard_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>etacha_c001_hard_oid</name>
                       <unit>null</unit>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ero_name</name>
                       <description>eROSITA/SRG name</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_src</name>
                       <description>Source ID</description>
                       <ucd>meta.id;src</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_main</name>
                       <description>Source ID in the main catalog</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_err</name>
                       <description>Combined positional error</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext</name>
                       <description>Source Extent</description>
                       <unit>arcsec</unit>
                       <ucd>phys.angSize;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_err</name>
                       <description>Extent Error</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;phys.angSize;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_like</name>
                       <description>Extent Likelihood</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts</name>
                       <description>Source counts from PSF-fitting</description>
                       <unit>ct</unit>
                       <ucd>phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err</name>
                       <description>1-sigma source counts error</description>
                       <unit>ct</unit>
                       <ucd>stat.error;phot.count;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate</name>
                       <description>Source rate from PSF-fitting</description>
                       <unit>ct.s-1</unit>
                       <ucd>arith.rate;phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err</name>
                       <description>1-sigma rate error</description>
                       <unit>ct.s-1</unit>
                       <ucd>stat.error;phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux</name>
                       <description>Source flux in the detection band</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err</name>
                       <description>1-sigma source flux error</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.medium</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like</name>
                       <description>Detection likelihood</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg</name>
                       <description>Background at the source position</description>
                       <unit>ct.arcmin-2</unit>
                       <ucd>instr.background</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="7933" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_etacha_c001_main_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>etacha_c001_main_oid</name>
                       <unit>null</unit>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ero_name</name>
                       <description>eROSITA/SRG name</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_src</name>
                       <description>Source ID</description>
                       <ucd>meta.id;src</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_err</name>
                       <description>Combined positional error</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext</name>
                       <description>Source Extent</description>
                       <unit>arcsec</unit>
                       <ucd>phys.angSize;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_err</name>
                       <description>Extent Error</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;phys.angSize;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_like</name>
                       <description>Extent Likelihood</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts</name>
                       <description>Source counts from PSF-fitting</description>
                       <unit>cts</unit>
                       <ucd>phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_cts_err</name>
                       <description>1-sigma source counts error</description>
                       <unit>cts</unit>
                       <ucd>stat.error;phot.count;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate</name>
                       <description>Source rate from PSF-fitting</description>
                       <unit>ct.s-1</unit>
                       <ucd>arith.rate;phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_rate_err</name>
                       <description>1-sigma rate error</description>
                       <unit>ct.s-1</unit>
                       <ucd>stat.error;phot.count</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux</name>
                       <description>Source flux in the detection band</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_flux_err</name>
                       <description>1-sigma source flux error</description>
                       <unit>erg.s-1.cm-2</unit>
                       <ucd>stat.error;phot.flux;em.X-ray.soft</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_like</name>
                       <description>Detection likelihood</description>
                       <ucd>stat.likelihood</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ml_bkg</name>
                       <description>Background at the source position</description>
                       <unit>ct.arcmin-2</unit>
                       <ucd>instr.background</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="29953430" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_euclid_mer_catalogue</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</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>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <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>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </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>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>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_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>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>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>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>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="1556" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_fermi_3fhl_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fermi_3fhl_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>STCS representation of the area covered byt the 95% error ellipse</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>recno</name>
                       <description>Record number assigned by the VizieR team. Should Not be used for identification.</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"3fhl"</name>
                       <description>3FHL name (JHHMM.m+DDMMe) (Source_Name)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension; J2000 (RAJ2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination; J2000 (DEJ2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glon</name>
                       <description>Galactic longitude (GLON)</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glat</name>
                       <description>Galactic latitude (GLAT)</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c95amaj</name>
                       <description>[0.008/0.2]? Error radius at 95% confidence (Conf_95_SemiMajor)</description>
                       <unit>deg</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c95bmin</name>
                       <description>[0.008/0.2]? Conf_95_SemiMajor in 3FHL (Conf_95_SemiMinor)</description>
                       <unit>deg</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>c95pa</name>
                       <description>[-1e+38]? error circle; NULL in 3FHL (Conf_95_PosAng)</description>
                       <unit>deg</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>roi</name>
                       <description>[1/728] ROI number (ROI_num)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sig</name>
                       <description>[4/169] Source significance in {sigma} units over the 10GeV to 2TeV band (Signif_Avg)</description>
                       <ucd>stat.fit.goodness;arith.ratio</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epvt</name>
                       <description>[11/195] Energy at which error on differential flux is minimal (Pivot_Energy)</description>
                       <unit>GeV</unit>
                       <ucd>phys.energy</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s</name>
                       <description>Differential flux at Pivot_Energy (Flux_Density)</description>
                       <unit>ph/cm2/GeV/s</unit>
                       <ucd>phot.flux;arith.ratio</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_s</name>
                       <description>1{sigma} error on S (Unc_Flux_Density)</description>
                       <unit>ph/cm2/GeV/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux</name>
                       <description>Integral photon flux from 10GeV to 1TeV obtained by spectral fitting (Flux)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>phot.flux.density;em.gamma.hard</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_flux</name>
                       <description>1{sigma} error on Flux (Unc_Flux)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>stat.error;phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>eflx</name>
                       <description>Energy flux from 10GeV to 1TeV obtained by spectral fitting; in erg/cm^2^/s (Energy_Flux)</description>
                       <unit>10-3W/m2</unit>
                       <ucd>phot.flux.density;em.gamma.hard</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_eflx</name>
                       <description>1{sigma} error on EFlx (Unc_Energy_Flux)</description>
                       <unit>10-3W/m2</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sigcve</name>
                       <description>[0/6] Significance (in {sigma} units) of the fit improvement between power-law and LogParabola (Signif_Curve) (1)</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spt</name>
                       <description>Spectral type (PowerLaw or LogParabola); see section 2.4 (SpectrumType)</description>
                       <ucd>src.spType</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sind</name>
                       <description>[0.9/9.1] Best-fit photon number index at Pivot_Energy when fitting with LogParabola (Spectral_Index)</description>
                       <ucd>spect.index</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_sind</name>
                       <description>[0.04/4.1] 1{sigma} error on SInd (Unc_Spectral_Index)</description>
                       <ucd>spect.index</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>beta</name>
                       <description>[-0.8/1] Curvature parameter {beta} when fitting with LogParabola (beta)</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_beta</name>
                       <description>[0.001/9.3] 1{sigma} error on beta (Unc_beta)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plind</name>
                       <description>[1/9.1] Best-fit photon number index when fitting with power law (PowerLaw_Index)</description>
                       <ucd>spect.index</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_plind</name>
                       <description>[0.02/4] 1{sigma} error on PLInd (Unc_PowerLaw_Index)</description>
                       <ucd>spect.index</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>f1</name>
                       <description>Integral photon flux in 10-20GeV spectral band (Flux_Band1)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_upper_f1</name>
                       <description>? 1{sigma} upper error on F1 (Low_Unc_Flux_Band2) (2)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>stat.error;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_lower_f1</name>
                       <description>? 1{sigma} lower error on F1 (Low_Unc_Flux_Band1) (2)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>f2</name>
                       <description>Integral photon flux in 20-50GeV spectral band (Flux_Band2)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_upper_f2</name>
                       <description>? 1{sigma} upper error on F2 (Low_Unc_Flux_Band4) (2)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>stat.error;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_lower_f2</name>
                       <description>? 1{sigma} lower error on F2 (Low_Unc_Flux_Band3) (2)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>f3</name>
                       <description>[0/] Integral photon flux in 50-150GeV spectral band (Flux_Band3)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_upper_f3</name>
                       <description>? 1{sigma} upper error on F3 (Up_Unc_Flux_Band1) (2)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>stat.error;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_lower_f3</name>
                       <description>? 1{sigma} lower error on F3 (Low_Unc_Flux_Band5) (2)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>f4</name>
                       <description>[0/] Integral photon flux in 150-500GeV spectral band (Flux_Band4)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_upper_f4</name>
                       <description>? 1{sigma} upper error on F4 (Up_Unc_Flux_Band3) (2)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>stat.error;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_lower_f4</name>
                       <description>? 1{sigma} lower error on F4 (Up_Unc_Flux_Band2) (2)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>f5</name>
                       <description>[0/] Integral photon flux in 500-2000GeV spectral band (Flux_Band5)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_upper_f5</name>
                       <description>? 1{sigma} upper error on F5 (Up_Unc_Flux_Band5) (2)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>stat.error;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_lower_f5</name>
                       <description>? 1{sigma} lower error on F5 (Up_Unc_Flux_Band4) (2)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nufnu1</name>
                       <description>Spectral energy distribution in 10-20GeV, in erg/cm^2^/s (nuFnu1)</description>
                       <unit>10-3W/m2</unit>
                       <ucd>phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nufnu2</name>
                       <description>Spectral energy distribution in 20-50GeV, in erg/cm^2^/s (nuFnu2)</description>
                       <unit>10-3W/m2</unit>
                       <ucd>phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nufnu3</name>
                       <description>[0/] Spectral energy distribution in 50-150GeV, in erg/cm^2^/s (nuFnu3)</description>
                       <unit>10-3W/m2</unit>
                       <ucd>phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nufnu4</name>
                       <description>[0/] Spectral energy distribution in 150-500GeV, in erg/cm^2^/s (nuFnu4)</description>
                       <unit>10-3W/m2</unit>
                       <ucd>phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nufnu5</name>
                       <description>[0/] Spectral energy distribution in 500-2000GeV, in erg/cm^2^/s (nuFnu5)</description>
                       <unit>10-3W/m2</unit>
                       <ucd>phot.flux</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ts1</name>
                       <description>[0/134] Square root of the Test Statistic in 10-20GeV (Sqrt_TS_Band1)</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ts2</name>
                       <description>[0/89] Square root of the Test Statistic in 20-50GeV (Sqrt_TS_Band2)</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ts3</name>
                       <description>[0/60] Square root of the Test Statistic in 50-150GeV (Sqrt_TS_Band3)</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ts4</name>
                       <description>[0/34] Square root of the Test Statistic in 150-500GeV (Sqrt_TS_Band4)</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ts5</name>
                       <description>[0/16] Square root of the Test Statistic in 500-2000GeV (Sqrt_TS_Band5)</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npred</name>
                       <description>[4/3734] Predicted number of events in the model (Npred)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hepe</name>
                       <description>[11.9/1997] Highest energy among events probably coming from the source (HEP_Energy)</description>
                       <unit>GeV</unit>
                       <ucd>phys.energy;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hepp</name>
                       <description>Probability of that event to come from the source (HEP_Prob)</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var</name>
                       <description>[1/15]? Number of Bayesian blocks from variability analysis (1=not variable) (Variability_BayesBlocks)</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exname</name>
                       <description>Cross-reference to the ExtendedSources extension (Extended_Source_Name)</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>assoc</name>
                       <description>Correspondence to previous {gamma}-ray source catalog (ASSOC_GAM) (3)</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>f_tname</name>
                       <description>TeVCat flag (TEVCAT_FLAG) (4)</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tname</name>
                       <description>Name of likely corresponding TeV source from TeVCat, if any (ASSOC_TEV)</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cl</name>
                       <description>Class designation for associated source see Table 2 (CLASS) (5)</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>assoc1</name>
                       <description>Name of identified or likely associated source (ASSOC1)</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>assoc2</name>
                       <description>Alternate name or indicates whether the source is inside an extended source</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pbay</name>
                       <description>? Probability of association according to the Bayesian method (ASSOC_PROB_BAY)</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plr</name>
                       <description>? Probability of association according to the Likelihood-Ratio method (ASSOC_PROB_LR)</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z</name>
                       <description>[0.003/2.6]? Redshift of counterpart, if known (Redshift)</description>
                       <ucd>src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nupk</name>
                       <description>? Frequency of the synchrotron peak of counterpart, if known (NuPeak_obs)</description>
                       <unit>Hz</unit>
                       <ucd>em.freq</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="5788" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_fermi_4fgl_dr2_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_name</name>
                       <description>Source name 4FGL JHHMM.m+DDMMa</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datarelease</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension J2000</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination J2000</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glon</name>
                       <description>Galactic Longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glat</name>
                       <description>Galactic Latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>conf_68_semimajor</name>
                       <description>Long radius of error ellipse at 68% confidence</description>
                       <unit>deg</unit>
                       <ucd>pos;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>conf_68_semiminor</name>
                       <description>Short radius of error ellipse at 68% confidence</description>
                       <unit>deg</unit>
                       <ucd>pos;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>conf_68_posang</name>
                       <description>Position angle of the 68% ellipse</description>
                       <unit>deg</unit>
                       <ucd>phys.angSize;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>conf_95_semimajor</name>
                       <description>Long radius of error ellipse at 95% confidence</description>
                       <unit>deg</unit>
                       <ucd>pos;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>conf_95_semiminor</name>
                       <description>Short radius of error ellipse at 95% confidence</description>
                       <unit>deg</unit>
                       <ucd>pos;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>conf_95_posang</name>
                       <description>Position angle (eastward) of the long axis from celestial North</description>
                       <unit>deg</unit>
                       <ucd>phys.angSize;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>roi_num</name>
                       <description>RoI number (cross-reference to ROIs extension)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extended_source_name</name>
                       <description>Cross-reference to the ExtendedSources extension</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>signif_avg</name>
                       <description>Source significance in σ units over the 100 MeV to 1 TeV band</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pivot_energy</name>
                       <description>Energy at which error on differential flux is minimal</description>
                       <unit>MeV</unit>
                       <ucd>em.energy</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux1000</name>
                       <description>Integral photon flux from 1 to 100GeV</description>
                       <unit>ph cm-2 s-1</unit>
                       <ucd>phot.count;em.gamma</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unc_flux1000</name>
                       <description>1σ error on integral photon flux from 1 to 100 GeV</description>
                       <unit>ph cm-2 s-1</unit>
                       <ucd>phot.count;em.gamma;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>energy_flux100</name>
                       <description>Energy flux from 100 MeV to 100 GeV obtained by spectral fitting</description>
                       <unit>erg cm-2 s-1</unit>
                       <ucd>phot.flux;em.gamma</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unc_energy_flux100</name>
                       <description>1σ error on energy flux from 100 MeV to 100 GeV</description>
                       <unit>erg cm-2 s-1</unit>
                       <ucd>phot.flux;em.gamma;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spectrumtype</name>
                       <description>Spectral type in the global model (PowerLaw, LogParabola, PLSuperExpCutoff)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pl_flux_density</name>
                       <description>Differential flux at Pivot_Energy in PowerLaw fit</description>
                       <unit>ph cm-2 MeV-1 s-1</unit>
                       <ucd>phot.flux.density</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unc_pl_flux_density</name>
                       <description>1σ error on PL_Flux_Density</description>
                       <unit>ph cm-2 MeV-1 s-1</unit>
                       <ucd>phot.flux.density;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pl_index</name>
                       <description>Photon index when fitting with PowerLaw</description>
                       <ucd>spect.index</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unc_pl_index</name>
                       <description>1σ error on PL_Index</description>
                       <ucd>spect.index;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lp_flux_density</name>
                       <description>Differential flux at Pivot_Energy in LogParabola fit</description>
                       <unit>ph cm-2 MeV-1 s-1</unit>
                       <ucd>phot.flux.density</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unc_lp_flux_density</name>
                       <description>1σ error on LP_Flux_Density</description>
                       <unit>ph cm-2 MeV-1 s-1</unit>
                       <ucd>phot.flux.density;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lp_index</name>
                       <description>Photon index at Pivot_Energy  when fitting with LogParabola</description>
                       <ucd>spect.index</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unc_lp_index</name>
                       <description>1σ error on LP_Index</description>
                       <ucd>spect.index;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lp_beta</name>
                       <description>Curvature parameter when fitting with LogParabola</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unc_lp_beta</name>
                       <description>1σ error on LP_beta</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lp_sigcurv</name>
                       <description>Significance (in σ units) of the fit improvement between PowerLaw and LogParabola. A value greater than 4 indicates significant curvature</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plec_flux_density</name>
                       <description>Differential flux at Pivot_Energy in PLSuperExpCutoff fit</description>
                       <unit>ph cm-2 MeV-1 s-1</unit>
                       <ucd>phot.flux.density</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unc_plec_flux_density</name>
                       <description>1σ error on PLEC_Flux_Density</description>
                       <unit>ph cm-2 MeV-1 s-1</unit>
                       <ucd>phot.flux.density;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plec_index</name>
                       <description>Low-energy photon index (Γ of Equation (4)) when fitting with PLSuperExpCutoff</description>
                       <ucd>spect.index</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unc_plec_index</name>
                       <description>1σ error on PLEC_Index</description>
                       <ucd>spect.index;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plec_expfactor</name>
                       <description>Exponential factor when fitting with PLSuperExpCutoff</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unc_plec_expfactor</name>
                       <description>1σ error on PLEC_Expfactor</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plec_exp_index</name>
                       <description>Exponential index when fitting with PLSuperExpCutoff</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unc_plec_exp_index</name>
                       <description>1σ error on PLEC_Exp_Index</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plec_sigcurv</name>
                       <description>Same as LP_SigCurv for PLSuperExpCutoff model</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npred</name>
                       <description>Predicted number of events in the model</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_band</name>
                       <description>Integral photon flux in each spectral band</description>
                       <unit>ph cm-2 s-1</unit>
                       <ucd>phot.count;em.gamma</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unc_flux_band</name>
                       <description>1σ lower and upper error on Flux_Band</description>
                       <unit>ph cm-2 s-1</unit>
                       <ucd>phot.count;em.gamma;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nufnu_band</name>
                       <description>Spectral energy distribution over each spectral band</description>
                       <unit>erg cm-2 s-1</unit>
                       <ucd>phot.flux.density;em.gamma</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sqrt_ts_band</name>
                       <description>Square root of the Test Statistic in each spectral band</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>variability_index</name>
                       <description>Sum of 2×log(Likelihood) difference between the flux fitted in each time
        interval and the average flux over the full catalog interval; a value greater
        than 18.48 over 12 intervals indicates &lt;1% chance of being a steady source</description>
                       <ucd>src.var.index;stat.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>frac_variability</name>
                       <description>Fractional variability computed from the fluxes in each year</description>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unc_frac_variability</name>
                       <description>1σ error on fractional variability</description>
                       <ucd>src.var.amplitude;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>signif_peak</name>
                       <description>Source significance in peak interval in σ units</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_peak</name>
                       <description>Peak integral photon flux from 100 MeV to 100 GeV</description>
                       <unit>ph cm-2 s-1</unit>
                       <ucd>phot.count;em.gamma</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unc_flux_peak</name>
                       <description>1σ error on peak integral photon flux</description>
                       <unit>ph cm-2 s-1</unit>
                       <ucd>phot.count;em.gamma;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>time_peak</name>
                       <description>Time of center of interval in which peak flux was measured</description>
                       <unit>s</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>peak_interval</name>
                       <description>Length of interval in which peak flux was measured</description>
                       <unit>s</unit>
                       <ucd>time.interval</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_history</name>
                       <description>Integral photon flux from 100 MeV to 100 GeV in each year (best fit from likelihood analysis with spectral shape fixed to that obtained over full interval)</description>
                       <unit>ph cm-2 s-1</unit>
                       <ucd>phot.count;em.gamma</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unc_flux_history</name>
                       <description>1σ lower and upper error on integral photon flux in each year</description>
                       <unit>ph cm-2 s-1</unit>
                       <ucd>phot.count;em.gamma;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sqrt_ts_history</name>
                       <description>Square root of the Test Statistic in each year</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>assoc_fgl</name>
                       <description>Most recent correspondence to previous FGL source catalogs, if any</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>assoc_fhl</name>
                       <description>Most recent correspondence to previous FHL source catalogs, if any</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>assoc_gam1</name>
                       <description>Name of likely corresponding 2AGL source, if any</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>assoc_gam2</name>
                       <description>Name of likely corresponding 3EG source, if any</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>assoc_gam3</name>
                       <description>Name of likely corresponding EGR source, if any</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tevcat_flag</name>
                       <description>P if positional association with non-extended source in TeVCat
        E if associated with an extended source in TeVCat, N if no TeV association</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>assoc_tev</name>
                       <description>Name of likely corresponding TeV source from TeVCat, if any</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>class1</name>
                       <description>Class designation for associated source</description>
                       <ucd>src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>class2</name>
                       <description>Class designation for low-confidence association</description>
                       <ucd>src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>assoc1</name>
                       <description>Name of identified or likely associated source</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>assoc2</name>
                       <description>Name of low-confidence association or of enclosing extended source</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>assoc_prob_bay</name>
                       <description>Probability of association according to the Bayesian method</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>assoc_prob_lr</name>
                       <description>Probability of association according to the Likelihood Ratio method</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_counterpart</name>
                       <description>R.A. of the counterpart ASSOC1</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_counterpart</name>
                       <description>decl. of the counterpart ASSOC1</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unc_counterpart</name>
                       <description>95% precision of the counterpart localization</description>
                       <unit>deg</unit>
                       <ucd>pos;stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flags</name>
                       <description>Source flags (binary coding as in Table 5)</description>
                       <ucd>meta.code.qual</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fermi_4fgl_dr2_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>STCS representation of the area covered byt the 68% error ellipse</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="3207" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_fermi_4lac_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fermi_4lac_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"group"</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"mod"</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>recno</name>
                       <description>Record number assigned by the VizieR team. Should Not be used for identification.</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"4fgl"</name>
                       <description>4FGL name (JHHMM.m+DDMMa) (Source_Name)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension (J2000) (RAJ2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination (J2000) (DEJ2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glon</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glat</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sig</name>
                       <description>[4/444] Source significance in {sigma} units over the 50MeV-1TeV band (Signif_Avg)</description>
                       <ucd>stat.fit.goodness;arith.ratio</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>f1000i</name>
                       <description>[8.8e-12/9.9e-8] Integral photon flux from 1 to 100GeV (Flux1000)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>phot.flux.density;em.gamma.hard</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_f1000i</name>
                       <description>[4.9e-12/6e-10] F1000i 1{sigma} error (Unc_Flux1000)</description>
                       <unit>ph/cm2/s</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ef100</name>
                       <description>[6.4e-13/1.2e-9] Energy flux from 100MeV to 100GeV obtained by spectral fitting in erg/cm^2^/s units (Energy_Flux100)</description>
                       <unit>mW/m2</unit>
                       <ucd>phot.flux.density;em.gamma.hard</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ef100</name>
                       <description>[1.7e-13/6.5e-12] EF100 1{sigma} error (Unc_Energy_Flux100)</description>
                       <unit>mW/m2</unit>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plgam</name>
                       <description>[1.39/3.5] Photon index when fitting with PowerLaw (PL_Index)</description>
                       <ucd>spect.index</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_plgam</name>
                       <description>[0.003/0.33] PLGam 1{sigma} error (Unc_PL_Index)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epiv</name>
                       <description>[137.8/25099.3] Pivot Energy (Pivot_Energy)</description>
                       <unit>MeV</unit>
                       <ucd>phys.energy</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lpalpha</name>
                       <description>[-0.34/3.6] Photon index at Pivot_Energy ({alpha}) when fitting with LogParabola (LP_Index)</description>
                       <ucd>spect.index</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_lpalpha</name>
                       <description>[0.004/3] LPalpha 1{sigma} error (Unc_LP_Index)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lpbeta</name>
                       <description>[-0.17/1] Curvature parameter ({beta}) when fitting with LogParabola (LP_beta)</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_lpbeta</name>
                       <description>[0.001/1.5]? LPbeta 1{sigma} error (Unc_LP_beta)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flags</name>
                       <description>[0/2096] Analysis flags (0=no warning)</description>
                       <ucd>meta.code.error</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>class</name>
                       <description>Class designation for associated source</description>
                       <ucd>src.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>assoc1</name>
                       <description>Name of identified or likely associated source</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>probby</name>
                       <description>[0/1]? Probability of association according to the Bayesian method (ASSOC_PROB_BAY)</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>problr</name>
                       <description>[0/1] Probability of association according to the Likelihood Ratio method (ASSOC_PROB_LR)</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ccat</name>
                       <description>Counterpart catalog driving the association (Counterpart_Catalog) (1)</description>
                       <ucd>meta.id;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>racdeg</name>
                       <description>Right ascension of the counterpart Assoc1 (J2000) (RA_Counterpart)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>decdeg</name>
                       <description>Declination of the counterpart Assoc1 (J2000) (DEC_Counterpart)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>errcpos</name>
                       <description>[3.8e-8/2.5] 95% precision of the counterpart localization (Unc_Counterpart)</description>
                       <unit>deg</unit>
                       <ucd>meta.code.qual;instr.precision</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rfc</name>
                       <description>Name of the VLBI counterpart (JHHMM+DDMM) (VLBI_Counterpart)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia</name>
                       <description>? Name of the Gaia DR2 counterpart established via the VLBI position (Gaia_Counterpart)</description>
                       <ucd>meta.id.cross</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gmag</name>
                       <description>[12.8/21.5]? Gaia G-band magnitude (Gaia_G_Magnitude)</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z</name>
                       <description>[1.7e-5/4.4]? Redshift (Redshift)</description>
                       <ucd>src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sedcl</name>
                       <description>SED-based class (HSP, ISP or LSP) (SED_class)</description>
                       <ucd>src.spType</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nu</name>
                       <description>[0/1.2e+19] Synchrotron-peak frequency in observer frame (nu_syn)</description>
                       <unit>Hz</unit>
                       <ucd>em.freq;obs.field</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nufnu</name>
                       <description>[0/7.9e-10] Spectral energy distribution at synchrotron-peak frequency in erg/cm^2^/s units (nuFnu_syn)</description>
                       <unit>mW/m2</unit>
                       <ucd>phot.flux.density;em.gamma.hard</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var</name>
                       <description>[0.3/50906] Variability index (Variability_Index)</description>
                       <ucd>src.var.index</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fvar</name>
                       <description>[0/2.6] Fractional variability (Frac_Variability)</description>
                       <ucd>src.var.index</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_fvar</name>
                       <description>[0.02/10] FVar 1{sigma} error (Unc_Frac_Variability)</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>emax</name>
                       <description>[4.1/913]? Energy of the highest-energy ULTRACLEANVETO photon with association probability P&amp;gt;0.95 (Highest_energy)</description>
                       <unit>GeV</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vhe</name>
                       <description>Display data for this Very-High-Energy AGN (link to Table 7)</description>
                       <ucd>meta.ref.url</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pec</name>
                       <description>Display data for this non-blazar object (link to Table 6)</description>
                       <ucd>meta.ref.url</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="23181758" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_glade_plus_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>glade_no</name>
                       <description>GLADE+ catalog number</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pgc_no</name>
                       <description>Principal Galaxies Catalogue number</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gwgc_name</name>
                       <description>Name in the GWGC catalog</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hyperleda_name</name>
                       <description>Name in the HyperLEDA catalog</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"2mass_name"</name>
                       <description>Name in the 2MASS XSC catalog</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wisexscos_name</name>
                       <description>Name in the WISExSuperCOSMOS catalog (wiseX)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"sdss-dr16q_name"</name>
                       <description>Name in the SDSS-DR16Q catalog</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_type_flag</name>
                       <description>Q: the source is from the SDSS-DR16Q catalog; G: the source is from another catalog and has not been identified as a quasar</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension in degrees</description>
                       <unit>degree</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Value.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination in degrees</description>
                       <unit>degree</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Value.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b</name>
                       <description>Apparent B magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_err</name>
                       <description>Absolute error of apparent B magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_flag</name>
                       <description>0: the B magnitude is measured; 1: the B magnitude is calculated from the B_J magnitude</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_abs</name>
                       <description>Absolute B magnitude</description>
                       <unit>mag</unit>
                       <ucd>phys.magAbs:em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j</name>
                       <description>Apparent J magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_err</name>
                       <description>Absolute error of apparent J magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.J</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h</name>
                       <description>Apparent H magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_err</name>
                       <description>Absolute error of apparent H magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.H</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k</name>
                       <description>Apparent K_s magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>k_err</name>
                       <description>Absolute error of apparent K_s magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.K</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1</name>
                       <description>Apparent W1 magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.3-4um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1_err</name>
                       <description>Absolute error of apparent W1 magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.3-4um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2</name>
                       <description>Apparent W2 magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.4-8um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2_err</name>
                       <description>Absolute error of apparent W2 magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.IR.4-8um</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1_flag</name>
                       <description>0: the W1 magnitude is measured; 1: the W1 magnitude is calculated from the K_s magnitude</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_j</name>
                       <description>Apparent B_j magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_j_err</name>
                       <description>Absolute error of apparent B_j magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_helio</name>
                       <description>Redshift in the heliocentric frame</description>
                       <ucd>src.redshift;pos.heliocentric</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_cmb</name>
                       <description>Redshift converted to the Cosmic Microwave Background (CMB) frame</description>
                       <ucd>src.redshift;pos.cmb</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_flag</name>
                       <description>0: the CMB frame redshift and luminosity distance values given in columns 29 and 33 are not corrected for the peculiar velocity; 1: they are corrected values</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_err</name>
                       <description>Error of redshift from the peculiar velocity estimation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_err</name>
                       <description>Measurement error of heliocentric redshift</description>
                       <ucd>stat.error;src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>d_l</name>
                       <description>Luminosity distance in Mpc units</description>
                       <unit>Mpc</unit>
                       <ucd>pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>d_l_err</name>
                       <description>Error of luminosity distance in Mpc units</description>
                       <unit>Mpc</unit>
                       <ucd>stat.error;pos.distance</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_flag</name>
                       <description>0: the galaxy has no measured redshift or distance value; 1: it has a measured photometric redshift from which we have calculated its luminosity distance; 2: it has a measured luminosity distance value from which we have calculated its redshift; 3: it has a measured spectroscopic redshift from which we have calculated its luminosity distance</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m_msun</name>
                       <description>Stellar mass in 10^10 M_Sun units</description>
                       <unit>solMass</unit>
                       <ucd>phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m_msun_err</name>
                       <description>Absolute error of stellar mass in 10^10 M_Sun units</description>
                       <unit>solMass</unit>
                       <ucd>phys.mass</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m_msun_flag</name>
                       <description>0: if the stellar mass was calculated assuming no active star formation; 1: if the stellar mass was calculated assuming active star formation</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>merger_rate</name>
                       <description>Base-10 logarithm of estimated BNS merger rate in the galaxy in Gyr^-1 units</description>
                       <unit>Gyr-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>merger_rate_error</name>
                       <description>Absolute error of estimated BNS merger rate in the galaxy</description>
                       <unit>Gyr-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="84428" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_hcv_catalogue</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>min_hcv_mag</name>
                       <description>Min value for HCV Magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>matchid</name>
                       <description>Match Identifier of the Source (MatchId in HSCv3).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>groupid</name>
                       <description>Unique identifier for the image group of overlapping images.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>subgroup</name>
                       <description>Subgroup identifier. Very large groups have been split into subgroups. A value of "-5" denotes that the GroupID was processed as one subgroup.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension coordinate (J2000) of matched position (degrees).</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination coordinate (J2000) of matched position (degrees).</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pipeline_class</name>
                       <description>A pipeline classification "1" corresponds to a single-filter variable candidate (SFVC), while "2" corresponds to a multi-filter variable candidate (MFVC).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>expert_class</name>
                       <description>The expert classification flag: "0" indicates a variable candidate "not classified by the expert", "1" indicates a "high confidence variable", "2" indicates a "probable variable", "4" indicates a "possible artifact".</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>num_filters</name>
                       <description>Number of filters in which the source has been observed.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter</name>
                       <description>Instrument and filter name.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>num_in_lc</name>
                       <description>Number of points (epochs) in the light curve.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_quality_flag</name>
                       <description>Five letter quality flag for the source variability. Quantifies the deviation of each parameter (CI, D, MagerrAper2, MagAper2-MagAuto, p2p) from the average behaviour within the GroupID. Each letter can obtain the values A (highest quality), B, or C (lowest quality).</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter_detection_flag</name>
                       <description>Number flag for the variability in this filter (0=non-variable, 1=variable).</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hcv_mean_mag</name>
                       <description>Mean of the light curve’s corrected magnitudes (if corrected, else the HSC).</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hsc_mean_mag</name>
                       <description>Mean of the light curve’s HSC magnitudes.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mad</name>
                       <description>The median absolute deviation (MAD) of the magnitude.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2</name>
                       <description>Value of the reduced &amp;chi;&amp;sup2; for the null-hypothesis of the source magnitude being constant.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="117955" esatapplus:size_bytes="54099968" type="base_table">
                    <name>catalogues.mv_hipparcos_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de_rad</name>
                       <description>Declination in ICRS, Ep=1991.25</description>
                       <unit>radians</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_b_v</name>
                       <description>Formal error on colour index</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_de_rad</name>
                       <description>Formal error on declination</description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ra_rad</name>
                       <description>Formal error on right ascension</description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>f1</name>
                       <description>Percentage rejected data</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>f2</name>
                       <description>Goodness of fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hip</name>
                       <description>Hipparcos identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ic</name>
                       <description>Entry in one of the suppl.catalogues</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nc</name>
                       <description>Number of components</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ntr</name>
                       <description>Number of field transits used</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos</name>
                       <description>Pgsphere point</description>
                       <unit>spoint</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_rad</name>
                       <description>Right Ascension in ICRS, Ep=1991.25</description>
                       <unit>radians</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_hp</name>
                       <description>Scatter of Hipparcos magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sn</name>
                       <description>[0,159] Solution type new reduction

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        The upper-triangular weight matrix U is related to the
             covariance matrix C by
                 C-1 = ∼U U    (∼U represents transposed U)
             The elements Ui forming the upper triangular matrix are stored as
                 ±                         -+
                 |  (1)  (2)  (4)  (7)  (11) |
                 |   0   (3)  (5)  (8)  (12) |
                 |   0    0   (6)  (9)  (13) |
                 |   0    0    0  (10)  (14) |
                 |   0    0    0    0   (15) |
                 ±                         -+
             on the astrometric parameters RA, Dec, plx, pmRA, pmDE,
             and derivatives of proper motions for 7- and 9-parameter
             solutions.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>va</name>
                       <description>Reference to variability annex</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var</name>
                       <description>Cosmic dispersion added (stochastic solution) </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>Source name, Hipparcos identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension in ICRS, Ep=1991.25</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination in ICRS, Ep=1991.25</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plx</name>
                       <description>Parallax </description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_plx</name>
                       <description>Formal error on plx </description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pm_ra</name>
                       <description>Proper motion in Right Ascension</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pm_ra</name>
                       <description>Formal error on pm_ra</description>
                       <unit>mas/yr</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pm_de</name>
                       <description>Proper motion in Declination</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pm_de</name>
                       <description>Formal error on pm_de</description>
                       <unit>mas/yr</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hp_mag</name>
                       <description>Hipparcos magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_hp_mag</name>
                       <description>Error on mean Hipparcos magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_v</name>
                       <description>Colour index</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_i</name>
                       <description>V-I colour index</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="10633515" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_lamost_dr8_lrs_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <ucd>meta.ref.url;meta.preview</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_url</name>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>designation</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uid</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gp_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension from input catalog</description>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination from input catalog</description>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsid</name>
                       <description>Unique Spectra ID</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lmjd</name>
                       <description>Local Modified Julian Day</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsdate</name>
                       <description>Target Observation Date</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>class</name>
                       <description>Stellar spectral type</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd</name>
                       <description>Modified Julian Day</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>planid</name>
                       <description>Plan Name</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>subclass</name>
                       <description>Stellar subclass</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spid</name>
                       <description>Spectrograph ID</description>
                       <unit>degrees</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z</name>
                       <description>Redshift</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiberid</name>
                       <description>Fiber ID of object</description>
                       <unit>degrees</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_err</name>
                       <description>Redshift uncertainty</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_obs</name>
                       <description>Right ascension of fiber pointing (J2000)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snru</name>
                       <description>Signal-to-noise ratio of u filter</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_obs</name>
                       <description>Declination of fiber pointing (J2000)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snrg</name>
                       <description>Signal-to-noise ratio of g filter</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snrr</name>
                       <description>Signal-to-noise ratio of r filter</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snri</name>
                       <description>Signal-to-noise ratio of i filter</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snrz</name>
                       <description>Signal-to-noise ratio of z filter</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ps_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_ps_g</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_ps_r</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_ps_i</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_ps_z</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_ps_y</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_source_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_g_mean_mag</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tsource</name>
                       <description>Organization or person who submit input catalog</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibertype</name>
                       <description>Fiber Type of target [Obj, Sky, F-std, Unused, PosErr, Dead]</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tfrom</name>
                       <description>Input catalog submitted by an organization or a person determined by the tsource</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tcomment</name>
                       <description>Target information</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsets</name>
                       <description>Whether there is a fiber offset during observation</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsets_v</name>
                       <description>If the ‘offsets’ field is true, ‘offsets_v’ gives the offset distance from the target’s coordinator in input catalog</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibermask</name>
                       <description>Fiber Mask</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>with_norm_flux</name>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lamost_dr8_lrs_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="22141636" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_lamost_dr8_mrs_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_url</name>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>designation</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsid</name>
                       <description>Unique Spectra ID</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension from input catalog</description>
                       <unit>degrees</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination from input catalog</description>
                       <unit>degrees</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uid</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gp_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mobsid</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsdate</name>
                       <description>Target Observation Date</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>band</name>
                       <description>Having two values of B and R, which represent B and R band spectra</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lmjd</name>
                       <description>Local Modified Julian Day</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snr</name>
                       <description>The median value of all pixel S/Ns in B band spectrum or R band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd</name>
                       <description>Modified Julian Day</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_b0</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>planid</name>
                       <description>Plan Name</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_r0</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spid</name>
                       <description>Spectrograph ID</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiberid</name>
                       <description>Fiber ID of object</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lmjm</name>
                       <description>Local modified Julian minute</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_obs</name>
                       <description>Right ascension of fiber pointing (J2000)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_obs</name>
                       <description>Declination of fiber pointing (J2000)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_source_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_g_mean_mag</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_bp_mean_mag</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_rp_mean_mag</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tsource</name>
                       <description>Organization or person who submit input catalog</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibertype</name>
                       <description>Fiber Type of target [Obj, Sky, F-std, Unused, PosErr, Dead]</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tfrom</name>
                       <description>Input catalog submitted by an organization or a person determined by the tsource</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tcomment</name>
                       <description>Target information</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsets</name>
                       <description>Whether there is a fiber offset during observation</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsets_v</name>
                       <description>If the ‘offsets’ field is true, ‘offsets_v’ gives the offset distance from the target’s coordinator in input catalog</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_b0_err</name>
                       <description>Uncertainty of rv_b0 measured by the method LASP used</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_b1</name>
                       <description>Radial velocity after zero-point correction of rv_b0</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_b1_err</name>
                       <description>Uncertainty of rv_b1 measured by the error propagation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_b_flag</name>
                       <description>Radial velocity flag for B band spectra</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_r0_err</name>
                       <description>Uncertainty of rv_r0 measured by the method LASP used</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_r1</name>
                       <description>Radial velocity after zero-point correction of rv_r0</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_r1_err</name>
                       <description>Uncertainty of rv_r1 measured by the error propagation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_r_flag</name>
                       <description>Radial velocity flag for R band spectra</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_br0</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_br0_err</name>
                       <description>Uncertainty of rv_br0 measured by the method LASP used</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_br1</name>
                       <description>Radial velocity after zero-point correction of rv_br0</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_br1_err</name>
                       <description>Uncertainty of rv_br1 measured by the error propagation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_br_flag</name>
                       <description>Radial velocity flag for B and R band spectra</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_lasp0</name>
                       <description>Radial velocity measured by the LASP</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_lasp0_err</name>
                       <description>Uncertainty of rv_lasp0 also given by the LASP</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_lasp1</name>
                       <description>Radial velocity after zero-point correction of rv_lasp0</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_lasp1_err</name>
                       <description>Uncertainty of rv_lasp1 measured by the error propagation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>coadd</name>
                       <description>A flag to show whether it is a coadd spectrum</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibermask</name>
                       <description>Possible fiber problems</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bad_b</name>
                       <description>A flag to show whether the B band spectra is problematic</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bad_r</name>
                       <description>A flag to show whether the R band spectra is problematic</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moon_angle</name>
                       <description>The angular distance of each target to the moon</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lunardate</name>
                       <description>The date of Chinese lunar canlendar, which represents the moon phase, and its value is from 1 to 30.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moon_flg</name>
                       <description>This is a flag for ‘moon_angle’, and it has two values of 0 and 1, which represent the range of angular distance. If ‘moon_flg’ equals to 1, it indicates that angular distance is in the range of [10 degree, 30 degree], and it represents that the angular distance is larger than 30 degree when ‘moon_flg’ equals to 0.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lamost_dr8_mrs_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="10809336" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_lamost_dr9_lrs_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lamost_dr9_lrs_oid</name>
                       <unit>null</unit>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <ucd>meta.ref.url;meta.preview</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_url</name>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsid</name>
                       <description>Unique Spectra ID</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uid</name>
                       <description>Unique source identifier calculated with the "ura" and "udec" in table 10</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gp_id</name>
                       <description>For each LAMOST source, the equatorial coordinates ("ura" and "udec" in table 10) used to calculate "uid" were from which survey (Pan-STARRS, Gaia or LAMOST), "gp_id" gives the corresponding source identifier in that survey. </description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>designation</name>
                       <description>Target designation</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsdate</name>
                       <description>Target Observation Date</description>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lmjd</name>
                       <description>Local modified Julian day</description>
                       <unit>d</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd</name>
                       <description>Modified Julian Day</description>
                       <unit>d</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>planid</name>
                       <description>Plan Name</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spid</name>
                       <description>Spectrograph ID</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiberid</name>
                       <description>Fiber ID of object</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_obs</name>
                       <description>Fiber pointing right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_obs</name>
                       <description>Fiber pointing declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snru</name>
                       <description>Signal-to-noise ratio of u filter</description>
                       <ucd>stat.snr;phot.flux;em.opt.U</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snrg</name>
                       <description>Signal-to-noise ratio of g filter</description>
                       <ucd>stat.snr;phot.flux;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snrr</name>
                       <description>Signal-to-noise ratio of r filter</description>
                       <ucd>stat.snr;phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snri</name>
                       <description>Signal-to-noise ratio of i filter</description>
                       <ucd>stat.snr;phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snrz</name>
                       <description>Signal-to-noise ratio of z filter</description>
                       <ucd>stat.snr;phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>class</name>
                       <description>Spectral type</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>subclass</name>
                       <description>Stellar spectral type</description>
                       <ucd>src.spType</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z</name>
                       <description>Redshift</description>
                       <ucd>src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z_err</name>
                       <description>Redshift uncertainty</description>
                       <ucd>stat.error;src.redshift</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ps_id</name>
                       <description>The objID in the Pan-STARRS catalog</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_ps_g</name>
                       <description>Pan-STARRS g band magnitude</description>
                       <ucd>phot.flux;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_ps_r</name>
                       <description>Pan-STARRS r band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_ps_i</name>
                       <description>Pan-STARRS i band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_ps_z</name>
                       <description>Pan-STARRS z band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_ps_y</name>
                       <description>Pan-STARRS y band magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.flux;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_source_id</name>
                       <description>The "source_id" field of Gaia DR3 catalog</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_g_mean_mag</name>
                       <description>The "phot_g_mean_magnitude" field of Gaia DR3 catalog</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibertype</name>
                       <description>Fiber Type of target [Obj, Sky, F-std, Unused, PosErr, Dead]</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsets</name>
                       <description>Whether there is a fiber offset during observation</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsets_v</name>
                       <description>If the “offsets” field is true, “offsets_v” gives the offset distance from the target’s coordinator in input catalog</description>
                       <unit>arcsec</unit>
                       <ucd>instr.offset</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension from input catalog</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination from input catalog</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibermask</name>
                       <description>Possible fiber problems</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>with_norm_flux</name>
                       <description>It has two values of 0 and 1, 1 represents the FITS file provides the normalized spectrum, and 0 means it does not. The normalized flux is in the data array of extension 1.</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="31304690" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_lamost_dr9_mrs_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lamost_dr9_mrs_oid</name>
                       <unit>null</unit>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_url</name>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mobsid</name>
                       <description>Unique ID for each medium-resolution spectrum in each exposure</description>
                       <ucd>meta.id.assoc;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsid</name>
                       <description>Unique spectrum ID for each observation of each target</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uid</name>
                       <description>Unique source identifier calculated with the "ura" and "udec" in table 9</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gp_id</name>
                       <description>For each LAMOST source, the equatorial coordinates ("ura" and "udec" in table 9) used to calculate "uid" were from which survey ((Pan-STARRS, Gaia or LAMOST), "gp_id" gives the corresponding source identifier in that survey.</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>designation</name>
                       <description>Target designation</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsdate</name>
                       <description>Target Observation Date</description>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lmjd</name>
                       <description>Local Modified Julian Day</description>
                       <unit>d</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd</name>
                       <description>Modified Julian Day</description>
                       <unit>d</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>planid</name>
                       <description>Plan Name</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spid</name>
                       <description>Spectrograph ID</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fiberid</name>
                       <description>Fiber ID</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lmjm</name>
                       <description>Local modified Julian minute</description>
                       <unit>min</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>band</name>
                       <description>Having two values of B and R, which represent B and R band spectra</description>
                       <ucd>instr.bandpass</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_obs</name>
                       <description>Fiber pointing right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_obs</name>
                       <description>Fiber pointing declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snr</name>
                       <description>The median value of all pixel S/Ns in B band spectrum or R band</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_source_id</name>
                       <description>The "source_id" field of Gaia DR3 catalog</description>
                       <ucd>meta.id.assoc</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_g_mean_mag</name>
                       <description>The "phot_g_mean_mag" field of Gaia DR3 catalog</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_bp_mean_mag</name>
                       <description>The "phot_bp_mean_mag" field of Gaia DR3 catalog</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_rp_mean_mag</name>
                       <description>The "phot_rp_mean_mag" field of Gaia DR3 catalog</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibertype</name>
                       <description>Fiber Type of target [Obj, Sky, F-std, Unused, PosErr, Dead]</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsets</name>
                       <description>Whether there is a fiber offset during observation</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>offsets_v</name>
                       <description>If the “offsets” field is true, “offsets_v” gives the offset distance from the targets coordinator in input catalog</description>
                       <unit>arcsec</unit>
                       <ucd>instr.offset</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension from input catalog</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination from input catalog</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_b0</name>
                       <description>Radial velocity of B band spectra measured with 483 selected KURUCZ synthetic templates</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_b0_err</name>
                       <description>Uncertainty of rv_b0 measured by the method LASP used</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_b1</name>
                       <description>Radial velocity after zero-point correction of rv_b0</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_b1_err</name>
                       <description>Uncertainty of rv_b1 measured by the error propagation</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_b_flag</name>
                       <description>Radial velocity flag for B band spectra</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_r0</name>
                       <description>Radial velocity of R band spectra measured with 483 selected KURUCZ synthetic templates</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_r0_err</name>
                       <description>Uncertainty of rv_r0 measured by the method LASP used</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_r1</name>
                       <description>Radial velocity after zero-point correction of rv_r0</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_r1_err</name>
                       <description>Uncertainty of rv_r1 measured by the error propagation</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_r_flag</name>
                       <description>Radial velocity flag for R band spectra</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_br0</name>
                       <description>Radial velocity of B and R band spectra measured with 483 selected KURUCZ synthetic templates</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_br0_err</name>
                       <description>Uncertainty of rv_br0 measured by the method LASP used</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_br1</name>
                       <description>Radial velocity after zero-point correction of rv_br0</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_br1_err</name>
                       <description>Uncertainty of rv_br1 measured by the error propagation</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_br_flag</name>
                       <description>Radial velocity flag for B and R band spectra</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_lasp0</name>
                       <description>Radial velocity measured by the LASP</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_lasp0_err</name>
                       <description>Uncertainty of rv_lasp0 also given by the LASP</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_lasp1</name>
                       <description>Radial velocity after zero-point correction of rv_lasp0</description>
                       <unit>km/s</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_lasp1_err</name>
                       <description>Uncertainty of rv_lasp1 measured by the error propagation</description>
                       <unit>km/s</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>coadd</name>
                       <description>A flag to show whether it is a coadd spectrum</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fibermask</name>
                       <description>Possible fiber problems</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bad_b</name>
                       <description>A flag to show whether the B band spectra is problematic</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bad_r</name>
                       <description>A flag to show whether the R band spectra is problematic</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moon_angle</name>
                       <description>The angular distance of each target to the moon</description>
                       <unit>deg</unit>
                       <ucd>pos.angDistance </ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lunardate</name>
                       <description>The date of Chinese lunar canlendar, which represents the moon phase, and its value is from 1 to 30.</description>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moon_flg</name>
                       <description>This is a flag for “moon_angle”, and it has two values of 0 and 1, which represent the range of angular distance. If “moon_flg” equals to 1, it indicates that angular distance is in the range of [10 degree, 30 degree], and it represents that the angular distance is larger than 30 degree when “moon_flg” equals to 0.</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>subproject</name>
                       <description>The sub-project names of LAMOST Medium-Resolution Spectroscopic Survey  </description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="6077" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_ou4blazars_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>original_catalog</name>
                       <description>Original catalogue from which the source was taken</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ou4blazars_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_name</name>
                       <description>Source designation</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Source R.A. (J2000.0)</description>
                       <unit>degrees</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Source Dec. (J2000.0)</description>
                       <unit>degrees</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radio_flux</name>
                       <description>Radio flux density at 1.4 or 0.8 GHz (mJy)</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fermi_flux</name>
                       <description>Fermi 8yr photon flux E &gt; 1GeV</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>log_nu_peak</name>
                       <description>Log of synchrotron peak frequency (Hz)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift</name>
                       <description>Source redshift</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="120491" esatapplus:size_bytes="26705920" type="base_table">
                    <name>catalogues.mv_pcss_catalog_excluded_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>highest_reliability_cat</name>
                       <description>The highest reliability catalogue to which the source belongs. As the full catalogue reliability is &gt;=80%, this is the lowest possible value in this column.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos</name>
                       <description>pgsphere spoint representation of the position (ra, dec)</description>
                       <unit>radians</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>Name of source</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension of source (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination of source (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>frequency</name>
                       <description>Planck Frequency</description>
                       <unit>GHz</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detflux</name>
                       <description>Flux density of source as determined by detection method</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detflux_err</name>
                       <description>Uncertainty (1 sigma) in channel flux density</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extended</name>
                       <description>Extended source flag, 0 if the source is compact and 1 if the source is extended.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="13966" esatapplus:size_bytes="2924544" type="base_table">
                    <name>catalogues.mv_pcss_catalog_hfi_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos</name>
                       <description>pgsphere spoint representation of the position (ra, dec)</description>
                       <unit>radians</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>Name of source</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension of source (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination of source (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>frequency</name>
                       <description>Planck Frequency</description>
                       <unit>GHz</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detflux</name>
                       <description>Channel flux density</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detflux_err</name>
                       <description>Error (1 sigma) in channel flux density</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extended</name>
                       <description>Extended source flag, 0 if the source is compact and 1 if the source is extended.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>highest_reliability_cat</name>
                       <description>The highest reliability catalogue to which the source belongs. As the full catalogue reliability is &gt;=80%, this is the lowest possible value in this column.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="3790" esatapplus:size_bytes="868352" type="base_table">
                    <name>catalogues.mv_pcss_catalog_lfi_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos</name>
                       <description>pgsphere spoint representation of the position (ra, dec)</description>
                       <unit>radians</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>Name of source</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension of source (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination of source (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>frequency</name>
                       <description>Planck Frequency</description>
                       <unit>GHz</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detflux</name>
                       <description>Channel flux density</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detflux_err</name>
                       <description>Error (1 sigma) in channel flux density</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extended</name>
                       <description>Extended source flag, 0 if the source is compact and 1 if the source is extended.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>highest_reliability_cat</name>
                       <description>The highest reliability catalogue to which the source belongs. As the full catalogue reliability is &gt;=80%, this is the lowest possible value in this column.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="289253" esatapplus:size_bytes="196329472" type="base_table">
                    <name>catalogues.mv_plato_pic_target_go_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>PICname</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"RAdeg"</name>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"DEdeg"</name>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>active_end_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>active_start_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"AG"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"AKs"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"BOLnCameraObsNCAM_T"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"BOLnCameraSatNCAM_T"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"BOLrandomNSRNCAM_T"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"BOLrandomSysNSRNCAM_T"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"BPmag"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"caseFlag"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"cPICsourceFlag"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"distance"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"eAG"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"eAKs"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"eBPmag"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"EBPRP"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"eDEdeg"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>edistance</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"eEBPRP"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"eGmag"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"eHpmag"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"eKsmag"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"eMass"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"EOLnCameraObsNCAM_R"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"EOLnCameraSatNCAM_R"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"EOLrandomNSRNCAM_R"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"EOLrandomSysNSRNCAM_R"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"ePlatoMagFCAMb"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"ePlatoMagFCAMr"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"ePlatoMagNCAM"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"ePlx"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epm</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"epmDE"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"epmRA"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"eRAdeg"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"eRadius"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"eRPmag"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"eTeff"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"eVmagCalculated"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"extStatus"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"fgPICcPICvariabilityFlag"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"fgPICsourceFlag"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"Glat"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"Glon"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"Gmag"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"Hpmag"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"Ksmag"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"Mass"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mission_configuration_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"NSSFlag"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"PICid"</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"PICmainSourceFlagBOL"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pic_target_go_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"PlatoMagFCAMb"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"PlatoMagFCAMr"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"PlatoMagNCAM"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"Plx"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pm</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"pmDE"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"pmRA"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"posEpoch"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"posPropFlag"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"qualityFlag"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"Radius"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"refEpoch"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"RPmag"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"scheduledTarget"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"scientificPriority"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"scvPICscientificRanking"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"scvPICsourceFlag"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>StarName</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"targetStatusFlag"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"Teff"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"tPICplanetFlag"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"tPICscientificRanking"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"tPICsourceFlagNCAM_BOL"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"VmagCalculated"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="317167" esatapplus:size_bytes="113844224" type="base_table">
                    <name>catalogues.mv_t_chandra_csc2_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>Name of source</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension of source (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination of source (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_b</name>
                       <description>ACIS broad band, b (0.5-7.0 keV), aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events</description>
                       <unit>erg·cm-2·s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_lolim_b</name>
                       <description>Lower 1 sigma (68.2%) Flux ACIS broad band, b (0.5-7.0 keV) confidence limit</description>
                       <unit>erg·cm-2·s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_hilim_b</name>
                       <description>Upper 1 sigma (68.2%) Flux ACIS broad band, b (0.5-7.0 keV) confidence limit </description>
                       <unit>erg·cm-2·s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_w</name>
                       <description>HRC wide band, w (~0.1-10.0 keV), aperture-corrected net energy flux inferred from the source region aperture, best estimate derived from the longest block of a multi-band, flux-ordered Bayesian Block analysis of the contributing observations, and calculated by counting X-ray events</description>
                       <unit>erg·cm-2·s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_lolim_w</name>
                       <description>Lower 1 sigma (68.2%) Flux HRC wide band, w (~0.1-10.0 keV), confidence limit</description>
                       <unit>erg·cm-2·s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_hilim_w</name>
                       <description>Upper 1 sigma (68.2%) Flux HRC wide band, w (~0.1-10.0 keV), confidence limit</description>
                       <unit>erg·cm-2·s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_b</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; ACIS broad (0.5-7.0 keV) energy band</description>
                       <unit>erg·cm-2·s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_lolim_b</name>
                       <description>Lower 1 sigma (68.2%) average Flux ACIS broad band, b (0.5-7.0 keV), confidence limit</description>
                       <unit>erg·cm-2·s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_hilim_b</name>
                       <description>Upper 1 sigma (68.2%) average Flux ACIS broad band, b (0.5-7.0 keV), confidence limit </description>
                       <unit>erg·cm-2·s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_w</name>
                       <description>Aperture-corrected net energy flux inferred from the source region aperture, averaged over all contributing observations, and calculated by counting X-ray events; HRC wide (~0.1-10.0 keV) energy band</description>
                       <unit>erg·cm-2·s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_lolim_w</name>
                       <description>Lower 1 sigma (68.2%) average Flux HRC wide band, w (~0.1-10.0 keV), confidence limit </description>
                       <unit>erg·cm-2·s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_aper_avg_hilim_w</name>
                       <description>Upper 1 sigma (68.2%) average Flux HRC wide band, w (~0.1-10.0 keV), confidence limit</description>
                       <unit>erg·cm-2·s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_ellipse_r0</name>
                       <description>Major radius of the 95% confidence level position error ellipse </description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_ellipse_r1</name>
                       <description>Minor radius of the 95% confidence level position error ellipse </description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_ellipse_ang</name>
                       <description>Position angle (referenced from local true north) of the major axis of the 95% confidence level error ellipse</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>significance</name>
                       <description>Highest flux significance across all stacked observations and science energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>likelihood</name>
                       <description>Highest detection log-likelihood across all stacked observations and science energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>likelihood_class</name>
                       <description>Highest detection likelihood classification across all stacked observations and science energy bands</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>conf_flag</name>
                       <description>Source may be confused (source and/or background regions overlap in one or more contributing stacked observations)</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent_flag</name>
                       <description>Source is extended, or deconvolved source extent is inconsistent with a point source at the 90% confidence level in one or more observations and science energy bands</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sat_src_flag</name>
                       <description>Source is saturated in all observations; source properties are unreliable</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>streak_src_flag</name>
                       <description>Source is located on an ACIS readout streak in all observations; source properties may be affected</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_flag</name>
                       <description>Source displays flux variability within one or more observations, or between observations, in one or more energy bands</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_hard_flag</name>
                       <description>Source hardness ratios are statistically inconsistent between two or more observations</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hard_hm</name>
                       <description>ACIS hard (2.0-7.0 keV) - medium (1.2-2.0 keV) energy band hardness ratio</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hard_hm_lolim</name>
                       <description>ACIS hard (2.0-7.0 keV) - medium (1.2-2.0 keV) energy band hardness ratio (68% lower confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hard_hm_hilim</name>
                       <description>ACIS hard (2.0-7.0 keV) - medium (1.2-2.0 keV) energy band hardness ratio (68% upper confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hard_ms</name>
                       <description>ACIS medium (1.2-2.0 keV) - soft (0.5-1.2 keV) energy band hardness ratio </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hard_ms_lolim</name>
                       <description>ACIS medium (1.2-2.0 keV) - soft (0.5-1.2 keV) energy band hardness ratio (68% lower confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hard_ms_hilim</name>
                       <description>ACIS medium (1.2-2.0 keV) - soft (0.5-1.2 keV) energy band hardness ratio (68% upper confidence limit)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_intra_index_b</name>
                       <description>Intra-observation Gregory-Loredo variability index in the range [0, 10] for the ACIS broad band, b (0.5-7.0 keV). A low value indicates that the source region photon flux is constant between observations whereas a high value indicates that the source is very likely to be variable</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_intra_index_w</name>
                       <description>Intra-observation Gregory-Loredo variability index in the range [0, 10] for the wide band, w (~0.1-10.0 keV). A low value indicates that the source region photon flux is constant within an observation (highest value across all observations), whereas a high value indicate that flux is variable within the observation </description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_index_b</name>
                       <description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations for the broad band, b (0.5-7.0 keV)</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_index_w</name>
                       <description>Inter-observation variability index in the range [0, 10]: indicates whether the source region photon flux is constant between observations for the wide band, w (~0.1-10.0 keV)</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_hard_prob_hm</name>
                       <description>Inter-observation ACIS hard (2.0-7.0 keV) - medium (1.2-2.0 keV) energy band hardness ratio variability probability, which indicates whether the source is spectrally variable when these two bands are considered </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_inter_hard_prob_ms</name>
                       <description>Inter-observation ACIS medium (1.2-2.0 keV) - soft (0.5-1.2 keV) energy band hardness ratio variability probability, which indicates whether the source is spectrally variable when these two bands are considered </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>acis_time</name>
                       <description>Total livetime for all ACIS imaging observations contributing to the Master Sources Table record of the source</description>
                       <unit>seconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hrc_time</name>
                       <description>Total livetime for all HRC imaging observations contributing to the Master Sources Table record of the source</description>
                       <unit>seconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="239054483" esatapplus:size_bytes="83201982464" type="base_table">
                    <name>catalogues.mv_t_hubble_scv3_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>abs_corr</name>
                       <description>Y/N indicator of whether the astrometric correction included alignment with a standard catalog</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ci</name>
                       <description>Normalized (by detector and filter) mean value of Concentration Index, defined as difference between magnitude in small and large apertures</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ci_sigma</name>
                       <description>Std dev in measurements of normalized Concentration Index</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dsigma</name>
                       <description>Std dev of source positions and match position</description>
                       <unit>milliarcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extinction</name>
                       <description>E(B-V) from Schlegel et al. (1998)</description>
                       <unit>ABMag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>htmid</name>
                       <description>Hierarchical triangular index (HTM) identifier</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>kron_radius</name>
                       <description>Mean value of the Kron Radius from Source Extractor</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>kron_radius_sigma</name>
                       <description>Std dev in measurements of Kron Radius</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>num_filters</name>
                       <description>Number of filters used in the match</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>num_visits</name>
                       <description>Number of visits used in the match</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spectrum_flag</name>
                       <description>Indicates spectrum is available</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_mjd</name>
                       <description>Observation Start Time (Mean Julian Date - MJD) for earliest observation in match</description>
                       <unit>MJD</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>Observation Start Time for earliest observation in match</description>
                       <unit>time</unit>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stop_mjd</name>
                       <description>Observation Stop Time for latest observation in match</description>
                       <unit>MJD</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stop_time</name>
                       <description>Observation Stop Time for latest observation in match</description>
                       <unit>time</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x</name>
                       <description>x coordinate of source on unit celestial sphere</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y</name>
                       <description>y coordinate of source on unit celestial sphere</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>z</name>
                       <description>z coordinate of source on unit celestial sphere</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>match_id</name>
                       <description>The HSC match ID number.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>Target name for one of the observations</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>num_images</name>
                       <description>Number of images used in the match</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>num_images_per_filter</name>
                       <description>Number of images per filter</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension for the match (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination for the match (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter</name>
                       <description>Filter for the match, one filter per row. First part of the filter name corresponds to the instrument, where w3 = WPC3; w2 = WFPC2; a = ACS </description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux</name>
                       <description>Median magnitude for the corresponding filter</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_sigma</name>
                       <description>Median absolute deviation around the median magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="2539913" esatapplus:size_bytes="855875584" type="base_table">
                    <name>catalogues.mv_tycho2_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ccdm</name>
                       <description>CCDM component identifier for HIP stars. The CCDM component identifiers for double or multiple Hipparcos stars contributing to this Tycho-2 entry. For photocentre solutions, all components within 0.8 arcsec contribute. For double star solutions any unresolved component within 0.8 arcsec contributes. For single star solutions, the predicted signal from close stars were normally subtracted in the analysis of the photon counts and such stars therefore do not contribute to the solution. The components are given in lexical order.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>corr</name>
                       <description>Correlation (ra_deg, de_deg)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de_deg</name>
                       <description>Observed Tycho-2 Declination, ICRS</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>de_mdeg</name>
                       <description>Mean Declination, ICRS, at epoch=J2000  The mean position is a weighted mean for the catalogues contributing to the proper motion determination. This mean has then been brought to epoch 2000.0 by the computed proper motion. See Note(2) above for details. Tycho-2 is one of the several catalogues used to determine the mean position and proper motion. The observed Tycho-2 position is given in the fields ra_deg and de_deg.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_de_deg</name>
                       <description>Statistical error of observed Tycho-2 Dec. The errors are based on error models.</description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_de_mdeg</name>
                       <description>Statistical error of Dec at mean epoch. The errors are based on error models.</description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_de1990</name>
                       <description>Epoch-1990 of de_deg</description>
                       <unit>yr</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_de_m</name>
                       <description>Mean epoch of Dec. The mean epochs are given in Julian years.</description>
                       <unit>yr</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_ra1990</name>
                       <description>Epoch-1990 of ra_deg</description>
                       <unit>yr</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_ra_m</name>
                       <description>Mean epoch of RA. The mean epochs are given in Julian years.</description>
                       <unit>yr</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ra_deg</name>
                       <description>Statistical error RA*cos(dec), of observed Tycho-2 RA. The errors are based on error models.</description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ra_mdeg</name>
                       <description>Statistical error RA*cos(dec),at mean epoch. The errors are based on error models.</description>
                       <unit>mas </unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_tycho</name>
                       <description>(TYC1,TYC2 and TYC3) are combined into one complete number given by (TYC1*1000000.0d0)+(TYC2*10.0d0)+(TYC3*1.0d0).</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>num</name>
                       <description>Number of positions used</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pflag</name>
                       <description>Mean position flag. ' ' = normal mean position and proper motion. 'P' = the mean position, proper motion, etc., refer to the photocentre of two Tycho-2 entries, where the BT magnitudes           were used in weighting the positions. 'X' = no mean position, no proper motion.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>posflg</name>
                       <description>Type of Tycho-2 solution. ' ' = normal treatment, close stars were subtracted when possible. 'D' = double star treatment. Two stars were found. The companion is normally included as a separate Tycho-2 entry, but may have been rejected. 'P' = photocentre treatment, close stars were not subtracted. This special treatment was applied to known or suspected doubles           which were not successfully (or reliably) resolved in the Tycho-2 double star processing.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prox</name>
                       <description>Proximity indicator. Distance in units of 100 mas to the nearest entry in the Tycho-2 main catalogue or supplement. The distance is computed for the epoch 1991.25. A value of 999 (i.e. 99.9 arcsec) is given if the distance exceeds 99.9 arcsec.</description>
                       <unit>100mas</unit>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q_de_mdeg</name>
                       <description>Goodness of fit for mean Dec. This goodness of fit is the ratio of the scatter-based and the model-based error. It is only defined when Num &gt; 2. Values exceeding 9.9 are truncated to 9.9.</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q_pm_de</name>
                       <description>Goodness of fit for pm_de. This goodness of fit is the ratio of the scatter-based and the model-based error. It is only defined when Num &gt; 2. Values exceeding 9.9 are truncated to 9.9.</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q_pm_ra</name>
                       <description>Goodness of fit for pm_ra. This goodness of fit is the ratio of the scatter-based and the model-based error. It is only defined when Num &gt; 2. Values exceeding 9.9 are truncated to 9.9.</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q_ra_mdeg</name>
                       <description>Goodness of fit for mean RA. This goodness of fit is the ratio of the scatter-based and the model-based error. It is only defined when Num &gt; 2. Values exceeding 9.9 are truncated to 9.9.</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Observed Tycho-2 Right Ascension, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_mdeg</name>
                       <description>Mean Right ascension, ICRS, epoch=J2000. The mean position is a weighted mean for the catalogues contributing to the proper motion determination. This mean has then been brought to     epoch 2000.0 by the computed proper motion. See Note(2) above for details. Tycho-2 is one of the several catalogues used to determine the mean position and proper motion. The observed Tycho-2 position is given in the fields ra_deg and de_deg.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tyc</name>
                       <description>Tycho-1 star. ' ' = no Tycho-1 star was found within 0.8 arcsec (quality 1-8) or 2.4 arcsec (quality 9). 'T' = this is a Tycho-1 star. The Tycho-1 identifier is given in the beginning of the record. For Tycho-1 stars, resolved in Tycho-2 as a close pair, both components are flagged as a Tycho-1 star and the Tycho-1 TYC3 is assigned to the brightest (VT) component. The HIP-only stars given in Tycho-1 are not flagged as Tycho-1 stars.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tyc1</name>
                       <description>TYC1 from TYC or GSC. The TYC identifier is constructed from the GSC region number (TYC1), the running number within the region (TYC2) and a component identifier (TYC3) which is normally 1. Some non-GSC running numbers were constructed for the first Tycho Catalogue and for Tycho-2. The recommended star designation contains a hyphen between the TYC numbers, e.g. TYC 1-13-1.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tyc2</name>
                       <description>TYC2 from TYC or GSC. The TYC identifier is constructed from the GSC region number (TYC1), the running number within the region (TYC2) and a component identifier (TYC3) which is normally 1. Some non-GSC running numbers were constructed for the first Tycho Catalogue and for Tycho-2. The recommended star designation contains a hyphen between the TYC numbers, e.g. TYC 1-13-1.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tyc3</name>
                       <description>TYC3 from TYC. The TYC identifier is constructed from the GSC region number (TYC1), the running number within the region (TYC2) and a component identifier (TYC3) which is normally 1. Some non-GSC running numbers were constructed for the first Tycho Catalogue and for Tycho-2. The recommended star designation contains a hyphen between the TYC numbers, e.g. TYC 1-13-1.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>The Tycho 2 identifier (without the TYC letters at the start of the name). The TYC identifier is constructed from the GSC region number (TYC1), the running number within the region (TYC2) and a component identifier (TYC3) which is normally 1. Some non-GSC running numbers were constructed for the first Tycho Catalogue and for Tycho-2. The recommended star designation contains a hyphen between the TYC numbers, e.g. TYC 1-13-1.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Observed Tycho-2 Right Ascension, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Observed Tycho-2 Declination, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pm_ra</name>
                       <description>Proper motion in RA*cos(dec). Some Hipparcos stars (having a positive number in the HIP column) have no proper motions; these are virtually all in multiple systems.</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pm_ra</name>
                       <description>Statistical error of proper motion in RA*cos(dec). The errors are based on error models.</description>
                       <unit>mas/yr</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pm_de</name>
                       <description>Proper motion in Declination. Some Hipparcos stars (having a positive number in the HIP column) have no proper motions; these are virtually all in multiple systems.</description>
                       <unit>mas/yr</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_pm_de</name>
                       <description>Statistical error of proper motion in Dec. The errors are based on error models.</description>
                       <unit>mas/yr</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bt_mag</name>
                       <description>Tycho-2 BT magnitude. Blank when no magnitude is available. Either bt_mag or vt_mag is always given. Approximate Johnson photometry may be obtained as: V = VT -0.090*(BT-VT); B-V = 0.850*(BT-VT). Consult Sect 1.3 of Vol 1 of "The Hipparcos and Tycho Catalogues", ESA SP-1200, 1997, for details.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_bt_mag</name>
                       <description>Statistical error of BT. Blank when no magnitude is available. Either bt_mag or vt_mag is always given. Approximate Johnson photometry may be obtained as: V = VT -0.090*(BT-VT); B-V = 0.850*(BT-VT). Consult Sect 1.3 of Vol 1 of "The Hipparcos and Tycho Catalogues", ESA SP-1200, 1997, for details.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vt_mag</name>
                       <description>Tycho-2 VT magnitude. Blank when no magnitude is available. Either bt_mag or vt_mag is always given. Approximate Johnson photometry may be obtained as: V   = VT -0.090*(BT-VT); B-V = 0.850*(BT-VT). Consult Sect 1.3 of Vol 1 of "The Hipparcos and Tycho Catalogues", ESA SP-1200, 1997, for details.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_vt_mag</name>
                       <description>Statistical error of VT. Blank when no magnitude is available. Either bt_mag or vt_mag is always given. Approximate Johnson photometry may be obtained as: V   = VT -0.090*(BT-VT); B-V = 0.850*(BT-VT). Consult Sect 1.3 of Vol 1 of "The Hipparcos and Tycho Catalogues", ESA SP-1200, 1997, for details.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hip</name>
                       <description>Hipparcos number</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="13242" esatapplus:size_bytes="2777088" type="base_table">
                    <name>catalogues.mv_v_gcc_catalog_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos</name>
                       <description>pgsphere spoint representation of the position (ra, dec)</description>
                       <unit>radians</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>Source Name</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension (J2000) in degrees</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination (J2000) in degrees</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snr</name>
                       <description>Maximum S/N over the 857, 545, and 353GHz Planck cold residual maps</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gau_major_axis</name>
                       <description>FWHM along the major axis of the elliptical Gaussian</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gau_major_axis_sig</name>
                       <description>1-sigma uncertainty on FWHM along the major axis</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gau_minor_axis</name>
                       <description>FWHM along the minor axis of the elliptical Gaussian</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gau_minor_axis_sig</name>
                       <description>1-sigma uncertainty on FWHM along the minor axis</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="108319" esatapplus:size_bytes="32022528" type="base_table">
                    <name>catalogues.mv_v_hsa_cat_hppsc_070_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>band</name>
                       <description>This is one of the strings "blue","green","red" identifying the PACS detector array names for the filter bands centred at 70, 100, 160 microns, respectively. The wavelength is also specified in the name of the object.</description>
                       <unit>microns</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>decerr</name>
                       <description>Positional uncertainties of each object as provided by SUSSEXtractor. Units are degrees, the data type is double precision.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio</name>
                       <description>The ratio of the flux density values measured in the 6th and the 1st aperture, corresponding to 4?? and 9?? in the blue and green bands, and 9?? and 14?? in the red band.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>raerr</name>
                       <description>Positional uncertainties of each object as provided by SUSSEXtractor. Units are degrees, the data type is double precision.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snrnoise</name>
                       <description>It is calculated from the source flux and the estimated S/Ns, by dividing the flux by the S/Ns. This noise includes both the sky confusion and the instrument noise.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>strn</name>
                       <description>Structure noise value obtained from the structure noise maps. Double precision, in units of MJy/sr.</description>
                       <unit>MJy/sr</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>The object name is an identifier consisting of two parts, acronym and sequence, and is formatted as ’HPPSCxxxA_Jhhmmss.s±ddmmss’. ’HPPSC’ stands for Herschel PACS Point Source Catalogue, xxx is the central wavelength of the band in which the source was observed, identifying the wavelength in microns, and the letter A indicates the first version of the catalogue. The second part has the format ’Jhhmmss.s+ddmmss’ derived from the source coordinates with ’J’ indicating a J2000 reference system, ’hhmmss.s’ is the Right Ascension in hours, minutes and seconds accuracy of one digits after the decimal, and ’+ddmmss’ is the Declination in signed degrees, minutes and seconds to an accuracy of one digit after the decimal.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension coordinate in a J2000.0 reference frame. This is the peak position of the SUSSEXtractor detection. The coordinates are degrees written in double precision format.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination coordinate in a J2000.0 reference frame. This is the peak position of the SUSSEXtractor detection. The coordinates are degrees written in double precision format.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux</name>
                       <description>This is the flux as provided by the AnnularSkyAperturePhotometry task. For objects that were identified several times across different maps, this flux corresponds to the extraction with the best average S/N, where the Ns based S/N (S/Ns)and the background RMS based S/N (S/Nr) values are taken into account. For the blue and green bands the aperture radius was 6??, for the red band 12?? (see Section 3.3 for more details). For all cases the raw flux density values were corrected for the aperture size, based on Lutz (2015). Colour corrections were not applied. The units are mJy, written as double precision.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rms</name>
                       <description>RMS noise as measured in the blank sky apertures placed around the source. Double precision. </description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhmxfit</name>
                       <description>FWHM in x direction. This column contains the FWHM values measured by the 2D Gaussian model in X and Y directions, fitted by the sourceFitter() task. If the elongated Gaussian fit was possible then both FWHMx and FWHMy are listed. If only a circular Gaussian could be fitted then FWHMy is equal to -99.9. It is written in double precision format, in units of second of arc.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhmyfit</name>
                       <description>FWHM in y direction. This column contains the FWHM values measured by the 2D Gaussian model in X and Y directions, fitted by the sourceFitter() task. If the elongated Gaussian fit was possible then both FWHMx and FWHMy are listed. If only a circular Gaussian could be fitted then FWHMy is equal to -99.9. It is written in double precision format, in units of second of arc.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snr</name>
                       <description>Estimated S/N based on a statistical approach, using the S/Ns calibration surfaces. It is calculated as a function of the source flux and the Ns value. The data type is double precision.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stn</name>
                       <description>Calculated as the ratio of the source flux and the RMS. Data type is double precision.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elong_flag</name>
                       <description>If an elliptical Gaussian model was fitted in the source, this column contains the ratio of the FWHMy and FWHMx. A value of 0 means that the source is circular, 0.5 means that FWHMy = 0.5 × FWHMx. If FWHMy = -99.9 (circular detection), FLAG_ELONG = 0. FLAG_ELONG is also set to 0 if the source eccentricity (FWHMx - FWHMy)/FWHMx) defined in a similar way with the FWHM values of the PACS PSF reported in Table 1, is smaller than the PSF eccentricity, Double precision format.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>edge_flag</name>
                       <description>The position of a source with respect to the edges of the image affects the quality of the photometry, as the extraction procedure needs a large enough area to compute properly both the flux density and the background to be subtracted. Also, due to the scan speed inhomogeneities during the turnarounds, the map edges may have different noise properties than the rest of the image.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>blend_flag</name>
                       <description>Objects with distance within the PSF FWHM have the same value (&gt;0) of FLAG_BLEND and they can be considered as blended sources. FLAG_BLEND = 0 means that the object is not blended with other objects. The PACS PSFs depend on the observing mode. The absolute pointing error for SPG13 (1.2??) is adopted as uncertainty.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>warmat</name>
                       <description>Flag indicating that the observation was affected by "warm" attitude. The term refers to spacecraft attitudes in which the star-tracker support structure is subject to thermal distortions as was not completely shaded from sunlight. This has an impact on the pointing accuracy. Data type is Boolean.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ssomap_flag</name>
                       <description>Maps of solar system objects have typically been observed in tracking mode, but were reprocessed in the ’rest’ sky frame for the HPPSC, and may be contaminated by the moving targets. The affected OBSIDs are marked with an ’ssomap’ flag.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsid</name>
                       <description>The term is the observation identifier for the Herschel observations . It is a 10 digit integer, starting always with 1342. The column lists the first OBSID from the list that built the L2.5/L3 map. It corresponds to the meta keyword obsid001.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="131322" esatapplus:size_bytes="39526400" type="base_table">
                    <name>catalogues.mv_v_hsa_cat_hppsc_100_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>band</name>
                       <description>This is one of the strings "blue","green","red" identifying the PACS detector array names for the filter bands centred at 70, 100, 160 microns, respectively. The wavelength is also specified in the name of the object.</description>
                       <unit>microns</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>decerr</name>
                       <description>Positional uncertainties of each object as provided by SUSSEXtractor. Units are degrees, the data type is double precision.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio</name>
                       <description>The ratio of the flux density values measured in the 6th and the 1st aperture, corresponding to 4?? and 9?? in the blue and green bands, and 9?? and 14?? in the red band.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>raerr</name>
                       <description>Positional uncertainties of each object as provided by SUSSEXtractor. Units are degrees, the data type is double precision.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snrnoise</name>
                       <description>It is calculated from the source flux and the estimated S/Ns, by dividing the flux by the S/Ns. This noise includes both the sky confusion and the instrument noise.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>strn</name>
                       <description>Structure noise value obtained from the structure noise maps. Double precision, in units of MJy/sr.</description>
                       <unit>MJy/sr</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>The object name is an identifier consisting of two parts, acronym and sequence, and is formatted as ’HPPSCxxxA_Jhhmmss.s±ddmmss’. ’HPPSC’ stands for Herschel PACS Point Source Catalogue, xxx is the central wavelength of the band in which the source was observed, identifying the wavelength in microns, and the letter A indicates the first version of the catalogue. The second part has the format ’Jhhmmss.s+ddmmss’ derived from the source coordinates with ’J’ indicating a J2000 reference system, ’hhmmss.s’ is the Right Ascension in hours, minutes and seconds accuracy of one digits after the decimal, and ’+ddmmss’ is the Declination in signed degrees, minutes and seconds to an accuracy of one digit after the decimal.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension coordinate in a J2000.0 reference frame. This is the peak position of the SUSSEXtractor detection. The coordinates are degrees written in double precision format.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination coordinate in a J2000.0 reference frame. This is the peak position of the SUSSEXtractor detection. The coordinates are degrees written in double precision format.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux</name>
                       <description>This is the flux as provided by the AnnularSkyAperturePhotometry task. For objects that were identified several times across different maps, this flux corresponds to the extraction with the best average S/N, where the Ns based S/N (S/Ns)and the background RMS based S/N (S/Nr) values are taken into account. For the blue and green bands the aperture radius was 6??, for the red band 12?? (see Section 3.3 for more details). For all cases the raw flux density values were corrected for the aperture size, based on Lutz (2015). Colour corrections were not applied. The units are mJy, written as double precision.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rms</name>
                       <description>RMS noise as measured in the blank sky apertures placed around the source. Double precision. </description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhmxfit</name>
                       <description>FWHM in x direction. This column contains the FWHM values measured by the 2D Gaussian model in X and Y directions, fitted by the sourceFitter() task. If the elongated Gaussian fit was possible then both FWHMx and FWHMy are listed. If only a circular Gaussian could be fitted then FWHMy is equal to -99.9. It is written in double precision format, in units of second of arc.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhmyfit</name>
                       <description>FWHM in y direction. This column contains the FWHM values measured by the 2D Gaussian model in X and Y directions, fitted by the sourceFitter() task. If the elongated Gaussian fit was possible then both FWHMx and FWHMy are listed. If only a circular Gaussian could be fitted then FWHMy is equal to -99.9. It is written in double precision format, in units of second of arc.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snr</name>
                       <description>Estimated S/N based on a statistical approach, using the S/Ns calibration surfaces. It is calculated as a function of the source flux and the Ns value. The data type is double precision.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stn</name>
                       <description>Calculated as the ratio of the source flux and the RMS. Data type is double precision.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elong_flag</name>
                       <description>If an elliptical Gaussian model was fitted in the source, this column contains the ratio of the FWHMy and FWHMx. A value of 0 means that the source is circular, 0.5 means that FWHMy = 0.5 × FWHMx. If FWHMy = -99.9 (circular detection), FLAG_ELONG = 0. FLAG_ELONG is also set to 0 if the source eccentricity (FWHMx - FWHMy)/FWHMx) defined in a similar way with the FWHM values of the PACS PSF reported in Table 1, is smaller than the PSF eccentricity, Double precision format.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>edge_flag</name>
                       <description>The position of a source with respect to the edges of the image affects the quality of the photometry, as the extraction procedure needs a large enough area to compute properly both the flux density and the background to be subtracted. Also, due to the scan speed inhomogeneities during the turnarounds, the map edges may have different noise properties than the rest of the image.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>blend_flag</name>
                       <description>Objects with distance within the PSF FWHM have the same value (&gt;0) of FLAG_BLEND and they can be considered as blended sources. FLAG_BLEND = 0 means that the object is not blended with other objects. The PACS PSFs depend on the observing mode. The absolute pointing error for SPG13 (1.2??) is adopted as uncertainty.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>warmat</name>
                       <description>Flag indicating that the observation was affected by "warm" attitude. The term refers to spacecraft attitudes in which the star-tracker support structure is subject to thermal distortions as was not completely shaded from sunlight. This has an impact on the pointing accuracy. Data type is Boolean.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ssomap_flag</name>
                       <description>Maps of solar system objects have typically been observed in tracking mode, but were reprocessed in the ’rest’ sky frame for the HPPSC, and may be contaminated by the moving targets. The affected OBSIDs are marked with an ’ssomap’ flag.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsid</name>
                       <description>The term is the observation identifier for the Herschel observations . It is a 10 digit integer, starting always with 1342. The column lists the first OBSID from the list that built the L2.5/L3 map. It corresponds to the meta keyword obsid001.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="251392" esatapplus:size_bytes="74153984" type="base_table">
                    <name>catalogues.mv_v_hsa_cat_hppsc_160_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>band</name>
                       <description>This is one of the strings "blue","green","red" identifying the PACS detector array names for the filter bands centred at 70, 100, 160 microns, respectively. The wavelength is also specified in the name of the object.</description>
                       <unit>microns</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>decerr</name>
                       <description>Positional uncertainties of each object as provided by SUSSEXtractor. Units are degrees, the data type is double precision.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio</name>
                       <description>The ratio of the flux density values measured in the 6th and the 1st aperture, corresponding to 4?? and 9?? in the blue and green bands, and 9?? and 14?? in the red band.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>raerr</name>
                       <description>Positional uncertainties of each object as provided by SUSSEXtractor. Units are degrees, the data type is double precision.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snrnoise</name>
                       <description>It is calculated from the source flux and the estimated S/Ns, by dividing the flux by the S/Ns. This noise includes both the sky confusion and the instrument noise.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>strn</name>
                       <description>Structure noise value obtained from the structure noise maps. Double precision, in units of MJy/sr.</description>
                       <unit>MJy/sr</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>The object name is an identifier consisting of two parts, acronym and sequence, and is formatted as ’HPPSCxxxA_Jhhmmss.s±ddmmss’. ’HPPSC’ stands for Herschel PACS Point Source Catalogue, xxx is the central wavelength of the band in which the source was observed, identifying the wavelength in microns, and the letter A indicates the first version of the catalogue. The second part has the format ’Jhhmmss.s+ddmmss’ derived from the source coordinates with ’J’ indicating a J2000 reference system, ’hhmmss.s’ is the Right Ascension in hours, minutes and seconds accuracy of one digits after the decimal, and ’+ddmmss’ is the Declination in signed degrees, minutes and seconds to an accuracy of one digit after the decimal.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension coordinate in a J2000.0 reference frame. This is the peak position of the SUSSEXtractor detection. The coordinates are degrees written in double precision format.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination coordinate in a J2000.0 reference frame. This is the peak position of the SUSSEXtractor detection. The coordinates are degrees written in double precision format.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux</name>
                       <description>This is the flux as provided by the AnnularSkyAperturePhotometry task. For objects that were identified several times across different maps, this flux corresponds to the extraction with the best average S/N, where the Ns based S/N (S/Ns)and the background RMS based S/N (S/Nr) values are taken into account. For the blue and green bands the aperture radius was 6??, for the red band 12?? (see Section 3.3 for more details). For all cases the raw flux density values were corrected for the aperture size, based on Lutz (2015). Colour corrections were not applied. The units are mJy, written as double precision.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rms</name>
                       <description>RMS noise as measured in the blank sky apertures placed around the source. Double precision. </description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhmxfit</name>
                       <description>FWHM in x direction. This column contains the FWHM values measured by the 2D Gaussian model in X and Y directions, fitted by the sourceFitter() task. If the elongated Gaussian fit was possible then both FWHMx and FWHMy are listed. If only a circular Gaussian could be fitted then FWHMy is equal to -99.9. It is written in double precision format, in units of second of arc.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhmyfit</name>
                       <description>FWHM in y direction. This column contains the FWHM values measured by the 2D Gaussian model in X and Y directions, fitted by the sourceFitter() task. If the elongated Gaussian fit was possible then both FWHMx and FWHMy are listed. If only a circular Gaussian could be fitted then FWHMy is equal to -99.9. It is written in double precision format, in units of second of arc.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snr</name>
                       <description>Estimated S/N based on a statistical approach, using the S/Ns calibration surfaces. It is calculated as a function of the source flux and the Ns value. The data type is double precision.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stn</name>
                       <description>Calculated as the ratio of the source flux and the RMS. Data type is double precision.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elong_flag</name>
                       <description>If an elliptical Gaussian model was fitted in the source, this column contains the ratio of the FWHMy and FWHMx. A value of 0 means that the source is circular, 0.5 means that FWHMy = 0.5 × FWHMx. If FWHMy = -99.9 (circular detection), FLAG_ELONG = 0. FLAG_ELONG is also set to 0 if the source eccentricity (FWHMx - FWHMy)/FWHMx) defined in a similar way with the FWHM values of the PACS PSF reported in Table 1, is smaller than the PSF eccentricity, Double precision format.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>edge_flag</name>
                       <description>The position of a source with respect to the edges of the image affects the quality of the photometry, as the extraction procedure needs a large enough area to compute properly both the flux density and the background to be subtracted. Also, due to the scan speed inhomogeneities during the turnarounds, the map edges may have different noise properties than the rest of the image.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>blend_flag</name>
                       <description>Objects with distance within the PSF FWHM have the same value (&gt;0) of FLAG_BLEND and they can be considered as blended sources. FLAG_BLEND = 0 means that the object is not blended with other objects. The PACS PSFs depend on the observing mode. The absolute pointing error for SPG13 (1.2??) is adopted as uncertainty.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>warmat</name>
                       <description>Flag indicating that the observation was affected by "warm" attitude. The term refers to spacecraft attitudes in which the star-tracker support structure is subject to thermal distortions as was not completely shaded from sunlight. This has an impact on the pointing accuracy. Data type is Boolean.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ssomap_flag</name>
                       <description>Maps of solar system objects have typically been observed in tracking mode, but were reprocessed in the ’rest’ sky frame for the HPPSC, and may be contaminated by the moving targets. The affected OBSIDs are marked with an ’ssomap’ flag.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsid</name>
                       <description>The term is the observation identifier for the Herschel observations . It is a 10 digit integer, starting always with 1342. The column lists the first OBSID from the list that built the L2.5/L3 map. It corresponds to the meta keyword obsid001.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="950688" esatapplus:size_bytes="378658816" type="base_table">
                    <name>catalogues.mv_v_hsa_cat_spsc_250_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrom_flag</name>
                       <description>Astrometry flag indicating that one or more of the contributing source detections came from a map with a positional offset greater than 5” derived from stacking at WISE 24 ?m catalog positions. A total of 140573 records was flagged in this way.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>conf_err</name>
                       <description>This column indicates the local confusion uncertainty in mJy. It is the average of the individual values of all contributing sources, weighted with the respective TML uncertainties.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_err</name>
                       <description>Positional uncertainty in arcsec of each catalog object. It is derived as the larger of either quadratic mean of all the individual TML uncertainties of all contributing source detections or the standard deviation of all source positions, divided by the square root of the number of maps the source is detected in.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det</name>
                       <description>This is one of the strings “PSW”, “PMW”, “PLW” identifying the SPIRE detector array names for the filter bands centered at 250, 350, 500 microns respectively. This column is for convenience for those more familiar with the instrument specific naming. Otherwise the wavelength is indicated in the object identifier.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dupl_flag</name>
                       <description>This flag is False by default and set to True if more than one source from the same map were identified as part of this object by the object consolidation algorithm. This is a rare occurrence and mainly due to limitations of the algorithm used. The flag was set 1624 times (960,497,167 for the filter bands respectively).</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxsus</name>
                       <description>This column shows the average of the Sussextractor derived fluxes of all contributing sources, weighted with the respective Sussextractor generated uncertainties.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxsus_err</name>
                       <description>This column contains the propagated weighted error produced by Sussextractor for all contributing source detections.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxtml_err</name>
                       <description>This column contains the propagated weighted error produced by the TML for all contributing source detections.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhm1</name>
                       <description>This column contains the average FWHM of the major axes of the elliptical Gaussian beam profile models fitted during the TM2 run to all the contributing detections, weighted by their respective uncertainties.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhm1_err</name>
                       <description>This column contains the respective uncertainties of the weighted averages of the major and minor axes of the fitted elliptical Gaussian beam profile in arcsec.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhm2</name>
                       <description>This column contains the average FWHM of the minor axes of the elliptical Gaussian beam profile models fitted during the TM2 run to all the contributing detections, weighted by their respective uncertainties.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhm2_err</name>
                       <description>This column contains the respective uncertainties of the weighted averages of the major and minor axes of the fitted elliptical Gaussian beam profile in arcsec.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>insterr_flag</name>
                       <description>This flag indicates that the TML returned no count for the number of readouts in the central aperture. To still be able to derive an instrument noise component, a typical number was used, based on the instrument configuration and multiplied with the number of repeats of the observation.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ndet</name>
                       <description>This column contains the actual number of detections in separate maps of this object at this position and filter band. Combinations of maps into a Level 2.5 map are counted as one. There are rare cases where two close, but separate detections in the same map become part of the same object because the grouping algorithm was not able to distinguish them. In this case the source duplication flag is set.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nmap</name>
                       <description>The number of times a source should have been detected at the list position and in the same band pass, based on the coverage maps. This value is derived by testing a 3x3 pixel square centered on the source in each coverage map. If the coverage anywhere within this square is greater than zero, the NMAP value for this object is incremented by one.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_flag</name>
                       <description>This flag indicates a potential problem with the position of this source if set to True. It is set if the uncertainties associated with the position are larger than the search radius used by the consolidation algorithm. It is also set if the maximum distance between the positions of all contributing detections is larger than the search radius used by the consolidation algorithm. The search radius is chosen as half of the FWHM of the beam profile for the respective source increased by 6” as allowance for the 3 sigma pointing uncertainty of Herschel</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q3ctile</name>
                       <description>As the exclusion criterion for regions with highly structured background emission is determined on the basis of the median STRN within a Q3C tile at the 22 bit level, we add the respective Q3C tile identifier to each object. It is a 19 digit number that is best interpreted using the Postgres implementation of Q3C.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_err</name>
                       <description>Positional uncertainty in arcsec of each catalog object. It is derived as the larger of either quadratic mean of all the individual TML uncertainties of all contributing source detections or the standard deviation of all source positions, divided by the square root of the number of maps the source is detected in.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rot</name>
                       <description>This column contains a robust average rotation angle of the elliptical Gaussian beam profile models fitted during the TM2 run to all the contributing detections. Robust meaning that all angles with uncertainties that are larger than a factor 1.5 of the median of all uncertainties of the contributing detections are removed before averaging. The rotation angle on the sky is measured from West counter-clockwise in degrees. Possible values start from 0 and are smaller than 180 deg. The average of the angles is calculated in Cartesian space to avoid problems when crossing the 180 deg threshold. Since a position angle of 180 deg is equal to 0 deg, we multiplied the position angles by 2 before averaging and divided by 2 after the back-transformation. A constant of 180 deg was added when the angle was smaller than 0 to stay within the allowed range.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rot_err</name>
                       <description>This column contains the propagated error of the rotation angle for all contributing source detections.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>The object identifier consists of two parts, acronym and sequence, and is formatted as “HSPSCwwwA_Jhhmm.mm+ddmm.m” with the exception of the planets Uranus and Neptune, which are following the format “HSPSCwwwA_ppp_000”. “HSPSC” stands for Herschel SPIRE Point Source Catalog, “www” is one of [250,350,500], identifying the wavelength in microns, and the letter A indicates the  first public version of the catalog. The sequence has the format “Jhhmm.mm+ddmm.m”, which is derived from the object coordinates with J indicating a J2000 reference system, “hhmm.mm” indicating the Right Ascension in hours and minutes to an accuracy of two digits after the decimal, and “+ddmm.m” indicating Declination in signed degrees and minutes to an accuracy of one digit after the decimal. In the case of the planets the sequence is formatted as “ppp_000”, where “ppp” stands for one of the strings “URA” or “NEP” indicating Uranus or Neptune respectively, followed by a running number “000” indicating the observation. The spatial resolution of the coordinate based serial number is well matched to the size of SPIRE’s beam profiles and will keep changes in object names to a minimum if another version of the catalog is generated.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension coordinate in a J2000.0 reference frame, calculated as the average of the Right Ascensions of all the contributing source detections in different maps. The positions used result from the refined Timeline Fitter positions and their uncertainties. The average is calculated in Cartesian space and transformed back to spherical coordinates to avoid problems near the celestial poles.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination coordinate in a J2000.0 reference frame, calculated as the average of the Right Ascensions of all the contributing source detections in different maps. The positions used result from the refined Timeline Fitter positions and their uncertainties. The average is calculated in Cartesian space and transformed back to spherical coordinates to avoid problems near the celestial poles.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snr</name>
                       <description>This value has been added for convenience and expresses the signal to noise ratio associated with a given object as the ratio between the Timeline Fitter flux (FLUX) and the total flux error (FLUX_ERR).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux</name>
                       <description>This column shows the average of the TML derived fluxes of all contributing sources, weighted with the respective TML generated uncertainties. This procedure of fitting a fixed width circular Gaussian beam profile model has proven to be superior to a number of other common methods used with SPIRE data in terms of reproducibility and photometric accuracy, down to fluxes of 30 mJy (Pearson et al. 2014).</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_err</name>
                       <description>This column indicates the local confusion uncertainty in mJy. It is the average of the individual values of all contributing sources, weighted with the respective TML uncertainties.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxdao</name>
                       <description>This column shows the average of the Daophot derived fluxes of all contributing sources, weighted with the respective Daophot generated uncertainties.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxdao_err</name>
                       <description>This column contains the propagated weighted error produced by Daophot for all contributing source detections.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxtm2</name>
                       <description>This column shows the average of the TM2 derived fluxes of all contributing sources, weighted with the respective TM2 generated uncertainties. This procedure fits an elliptical Gaussian beam profile model where the major and minor axes have been left as free fit parameters. The configuration also allows for a tilted background plane.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxtm2_err</name>
                       <description>This column contains the propagated weighted error produced by TML2 for all contributing source detections.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pntsrc_flag</name>
                       <description>The flag is set for all objects, where both the major and minor FWHM parameters are still compatible with values that are observed from point sources at a given flux level. As such it is an indicator but not conclusive, in particular not for small fluxes.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extsrc_flag</name>
                       <description>This flag is set if any of the major or minor FWHM is larger than the upper flux dependent threshold for point sources.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lowfwhm_flag</name>
                       <description>This flag is set if any of the major or minor FWHM is smaller than the lower flux dependent threshold for point sources.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>largegal_flag</name>
                       <description>This flag is set when the catalog position is within one of the ellipses given in the 2MASS Large Galaxy Atlas (LGA) (Jarrett et al 2003) for galaxies with major axis &gt; 1arcmin. The values are described as 'K_s (LGA/2MASS "total")' and represent the standard 2MASS aperture. If the flag is set there is a high probability that the source is part of the respective large galaxy rather than a background object.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mapedge_flag</name>
                       <description>The map edge flag is set when at least one of the contributing sources shows 10 or more percent of map pixels without a flux value (NaN) within the outer radius of the background annulus used by the Timeline Fitter (74”, 103”, 147”) for 250, 350, and 500 microns respectively. This condition flags catalog objects where its detection or the flux estimate may have been affected by at least one contributor being close to a map edge. 24313 objects are the edge flag set.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ssocont_flag</name>
                       <description>This flag is set as a warning if any of the known contributors to the catalog object is within a rectangle defined by the tracklet of a known asteroid at the time of the observation of the respective map, and the beam FWHM at the wavelength of the map. The estimated flux using a simple asteroid standard model needs to be at least at the one sigma confusion limit of Nguyen et al. (2010) of 5.8, 6.3, 6.8 mJy for 250, 350, and 500 microns respectively. 810 objects have this flag set.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="524734" esatapplus:size_bytes="209043456" type="base_table">
                    <name>catalogues.mv_v_hsa_cat_spsc_350_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrom_flag</name>
                       <description>Astrometry flag indicating that one or more of the contributing source detections came from a map with a positional offset greater than 5” derived from stacking at WISE 24 ?m catalog positions. A total of 140573 records was flagged in this way.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>conf_err</name>
                       <description>This column indicates the local confusion uncertainty in mJy. It is the average of the individual values of all contributing sources, weighted with the respective TML uncertainties.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_err</name>
                       <description>Positional uncertainty in arcsec of each catalog object. It is derived as the larger of either quadratic mean of all the individual TML uncertainties of all contributing source detections or the standard deviation of all source positions, divided by the square root of the number of maps the source is detected in.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det</name>
                       <description>This is one of the strings “PSW”, “PMW”, “PLW” identifying the SPIRE detector array names for the filter bands centered at 250, 350, 500 microns respectively. This column is for convenience for those more familiar with the instrument specific naming. Otherwise the wavelength is indicated in the object identifier.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dupl_flag</name>
                       <description>This flag is False by default and set to True if more than one source from the same map were identified as part of this object by the object consolidation algorithm. This is a rare occurrence and mainly due to limitations of the algorithm used. The flag was set 1624 times (960,497,167 for the filter bands respectively).</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxsus</name>
                       <description>This column shows the average of the Sussextractor derived fluxes of all contributing sources, weighted with the respective Sussextractor generated uncertainties.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxsus_err</name>
                       <description>This column contains the propagated weighted error produced by Sussextractor for all contributing source detections.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxtml_err</name>
                       <description>This column contains the propagated weighted error produced by the TML for all contributing source detections.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhm1</name>
                       <description>This column contains the average FWHM of the major axes of the elliptical Gaussian beam profile models fitted during the TM2 run to all the contributing detections, weighted by their respective uncertainties.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhm1_err</name>
                       <description>This column contains the respective uncertainties of the weighted averages of the major and minor axes of the fitted elliptical Gaussian beam profile in arcsec.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhm2</name>
                       <description>This column contains the average FWHM of the minor axes of the elliptical Gaussian beam profile models fitted during the TM2 run to all the contributing detections, weighted by their respective uncertainties.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhm2_err</name>
                       <description>This column contains the respective uncertainties of the weighted averages of the major and minor axes of the fitted elliptical Gaussian beam profile in arcsec.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>insterr_flag</name>
                       <description>This flag indicates that the TML returned no count for the number of readouts in the central aperture. To still be able to derive an instrument noise component, a typical number was used, based on the instrument configuration and multiplied with the number of repeats of the observation.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ndet</name>
                       <description>This column contains the actual number of detections in separate maps of this object at this position and filter band. Combinations of maps into a Level 2.5 map are counted as one. There are rare cases where two close, but separate detections in the same map become part of the same object because the grouping algorithm was not able to distinguish them. In this case the source duplication flag is set.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nmap</name>
                       <description>The number of times a source should have been detected at the list position and in the same band pass, based on the coverage maps. This value is derived by testing a 3x3 pixel square centered on the source in each coverage map. If the coverage anywhere within this square is greater than zero, the NMAP value for this object is incremented by one.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_flag</name>
                       <description>This flag indicates a potential problem with the position of this source if set to True. It is set if the uncertainties associated with the position are larger than the search radius used by the consolidation algorithm. It is also set if the maximum distance between the positions of all contributing detections is larger than the search radius used by the consolidation algorithm. The search radius is chosen as half of the FWHM of the beam profile for the respective source increased by 6” as allowance for the 3 sigma pointing uncertainty of Herschel</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q3ctile</name>
                       <description>As the exclusion criterion for regions with highly structured background emission is determined on the basis of the median STRN within a Q3C tile at the 22 bit level, we add the respective Q3C tile identifier to each object. It is a 19 digit number that is best interpreted using the Postgres implementation of Q3C.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_err</name>
                       <description>Positional uncertainty in arcsec of each catalog object. It is derived as the larger of either quadratic mean of all the individual TML uncertainties of all contributing source detections or the standard deviation of all source positions, divided by the square root of the number of maps the source is detected in.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rot</name>
                       <description>This column contains a robust average rotation angle of the elliptical Gaussian beam profile models fitted during the TM2 run to all the contributing detections. Robust meaning that all angles with uncertainties that are larger than a factor 1.5 of the median of all uncertainties of the contributing detections are removed before averaging. The rotation angle on the sky is measured from West counter-clockwise in degrees. Possible values start from 0 and are smaller than 180 deg. The average of the angles is calculated in Cartesian space to avoid problems when crossing the 180 deg threshold. Since a position angle of 180 deg is equal to 0 deg, we multiplied the position angles by 2 before averaging and divided by 2 after the back-transformation. A constant of 180 deg was added when the angle was smaller than 0 to stay within the allowed range.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rot_err</name>
                       <description>This column contains the propagated error of the rotation angle for all contributing source detections.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>The object identifier consists of two parts, acronym and sequence, and is formatted as “HSPSCwwwA_Jhhmm.mm+ddmm.m” with the exception of the planets Uranus and Neptune, which are following the format “HSPSCwwwA_ppp_000”. “HSPSC” stands for Herschel SPIRE Point Source Catalog, “www” is one of [250,350,500], identifying the wavelength in microns, and the letter A indicates the  first public version of the catalog. The sequence has the format “Jhhmm.mm+ddmm.m”, which is derived from the object coordinates with J indicating a J2000 reference system, “hhmm.mm” indicating the Right Ascension in hours and minutes to an accuracy of two digits after the decimal, and “+ddmm.m” indicating Declination in signed degrees and minutes to an accuracy of one digit after the decimal. In the case of the planets the sequence is formatted as “ppp_000”, where “ppp” stands for one of the strings “URA” or “NEP” indicating Uranus or Neptune respectively, followed by a running number “000” indicating the observation. The spatial resolution of the coordinate based serial number is well matched to the size of SPIRE’s beam profiles and will keep changes in object names to a minimum if another version of the catalog is generated.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension coordinate in a J2000.0 reference frame, calculated as the average of the Right Ascensions of all the contributing source detections in different maps. The positions used result from the refined Timeline Fitter positions and their uncertainties. The average is calculated in Cartesian space and transformed back to spherical coordinates to avoid problems near the celestial poles.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination coordinate in a J2000.0 reference frame, calculated as the average of the Right Ascensions of all the contributing source detections in different maps. The positions used result from the refined Timeline Fitter positions and their uncertainties. The average is calculated in Cartesian space and transformed back to spherical coordinates to avoid problems near the celestial poles.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snr</name>
                       <description>This value has been added for convenience and expresses the signal to noise ratio associated with a given object as the ratio between the Timeline Fitter flux (FLUX) and the total flux error (FLUX_ERR).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux</name>
                       <description>This column shows the average of the TML derived fluxes of all contributing sources, weighted with the respective TML generated uncertainties. This procedure of fitting a fixed width circular Gaussian beam profile model has proven to be superior to a number of other common methods used with SPIRE data in terms of reproducibility and photometric accuracy, down to fluxes of 30 mJy (Pearson et al. 2014).</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_err</name>
                       <description>This column indicates the local confusion uncertainty in mJy. It is the average of the individual values of all contributing sources, weighted with the respective TML uncertainties.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxdao</name>
                       <description>This column shows the average of the Daophot derived fluxes of all contributing sources, weighted with the respective Daophot generated uncertainties.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxdao_err</name>
                       <description>This column contains the propagated weighted error produced by Daophot for all contributing source detections.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxtm2</name>
                       <description>This column shows the average of the TM2 derived fluxes of all contributing sources, weighted with the respective TM2 generated uncertainties. This procedure fits an elliptical Gaussian beam profile model where the major and minor axes have been left as free fit parameters. The configuration also allows for a tilted background plane.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxtm2_err</name>
                       <description>This column contains the propagated weighted error produced by TML2 for all contributing source detections.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pntsrc_flag</name>
                       <description>The flag is set for all objects, where both the major and minor FWHM parameters are still compatible with values that are observed from point sources at a given flux level. As such it is an indicator but not conclusive, in particular not for small fluxes.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extsrc_flag</name>
                       <description>This flag is set if any of the major or minor FWHM is larger than the upper flux dependent threshold for point sources.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lowfwhm_flag</name>
                       <description>This flag is set if any of the major or minor FWHM is smaller than the lower flux dependent threshold for point sources.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>largegal_flag</name>
                       <description>This flag is set when the catalog position is within one of the ellipses given in the 2MASS Large Galaxy Atlas (LGA) (Jarrett et al 2003) for galaxies with major axis &gt; 1arcmin. The values are described as 'K_s (LGA/2MASS "total")' and represent the standard 2MASS aperture. If the flag is set there is a high probability that the source is part of the respective large galaxy rather than a background object.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mapedge_flag</name>
                       <description>The map edge flag is set when at least one of the contributing sources shows 10 or more percent of map pixels without a flux value (NaN) within the outer radius of the background annulus used by the Timeline Fitter (74”, 103”, 147”) for 250, 350, and 500 microns respectively. This condition flags catalog objects where its detection or the flux estimate may have been affected by at least one contributor being close to a map edge. 24313 objects are the edge flag set.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ssocont_flag</name>
                       <description>This flag is set as a warning if any of the known contributors to the catalog object is within a rectangle defined by the tracklet of a known asteroid at the time of the observation of the respective map, and the beam FWHM at the wavelength of the map. The estimated flux using a simple asteroid standard model needs to be at least at the one sigma confusion limit of Nguyen et al. (2010) of 5.8, 6.3, 6.8 mJy for 250, 350, and 500 microns respectively. 810 objects have this flag set.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="218296" esatapplus:size_bytes="87040000" type="base_table">
                    <name>catalogues.mv_v_hsa_cat_spsc_500_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrom_flag</name>
                       <description>Astrometry flag indicating that one or more of the contributing source detections came from a map with a positional offset greater than 5” derived from stacking at WISE 24 ?m catalog positions. A total of 140573 records was flagged in this way.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>conf_err</name>
                       <description>This column indicates the local confusion uncertainty in mJy. It is the average of the individual values of all contributing sources, weighted with the respective TML uncertainties.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_err</name>
                       <description>Positional uncertainty in arcsec of each catalog object. It is derived as the larger of either quadratic mean of all the individual TML uncertainties of all contributing source detections or the standard deviation of all source positions, divided by the square root of the number of maps the source is detected in.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det</name>
                       <description>This is one of the strings “PSW”, “PMW”, “PLW” identifying the SPIRE detector array names for the filter bands centered at 250, 350, 500 microns respectively. This column is for convenience for those more familiar with the instrument specific naming. Otherwise the wavelength is indicated in the object identifier.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dupl_flag</name>
                       <description>This flag is False by default and set to True if more than one source from the same map were identified as part of this object by the object consolidation algorithm. This is a rare occurrence and mainly due to limitations of the algorithm used. The flag was set 1624 times (960,497,167 for the filter bands respectively).</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxsus</name>
                       <description>This column shows the average of the Sussextractor derived fluxes of all contributing sources, weighted with the respective Sussextractor generated uncertainties.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxsus_err</name>
                       <description>This column contains the propagated weighted error produced by Sussextractor for all contributing source detections.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxtml_err</name>
                       <description>This column contains the propagated weighted error produced by the TML for all contributing source detections.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhm1</name>
                       <description>This column contains the average FWHM of the major axes of the elliptical Gaussian beam profile models fitted during the TM2 run to all the contributing detections, weighted by their respective uncertainties.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhm1_err</name>
                       <description>This column contains the respective uncertainties of the weighted averages of the major and minor axes of the fitted elliptical Gaussian beam profile in arcsec.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhm2</name>
                       <description>This column contains the average FWHM of the minor axes of the elliptical Gaussian beam profile models fitted during the TM2 run to all the contributing detections, weighted by their respective uncertainties.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fwhm2_err</name>
                       <description>This column contains the respective uncertainties of the weighted averages of the major and minor axes of the fitted elliptical Gaussian beam profile in arcsec.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>insterr_flag</name>
                       <description>This flag indicates that the TML returned no count for the number of readouts in the central aperture. To still be able to derive an instrument noise component, a typical number was used, based on the instrument configuration and multiplied with the number of repeats of the observation.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ndet</name>
                       <description>This column contains the actual number of detections in separate maps of this object at this position and filter band. Combinations of maps into a Level 2.5 map are counted as one. There are rare cases where two close, but separate detections in the same map become part of the same object because the grouping algorithm was not able to distinguish them. In this case the source duplication flag is set.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nmap</name>
                       <description>The number of times a source should have been detected at the list position and in the same band pass, based on the coverage maps. This value is derived by testing a 3x3 pixel square centered on the source in each coverage map. If the coverage anywhere within this square is greater than zero, the NMAP value for this object is incremented by one.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos_flag</name>
                       <description>This flag indicates a potential problem with the position of this source if set to True. It is set if the uncertainties associated with the position are larger than the search radius used by the consolidation algorithm. It is also set if the maximum distance between the positions of all contributing detections is larger than the search radius used by the consolidation algorithm. The search radius is chosen as half of the FWHM of the beam profile for the respective source increased by 6” as allowance for the 3 sigma pointing uncertainty of Herschel</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>q3ctile</name>
                       <description>As the exclusion criterion for regions with highly structured background emission is determined on the basis of the median STRN within a Q3C tile at the 22 bit level, we add the respective Q3C tile identifier to each object. It is a 19 digit number that is best interpreted using the Postgres implementation of Q3C.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_err</name>
                       <description>Positional uncertainty in arcsec of each catalog object. It is derived as the larger of either quadratic mean of all the individual TML uncertainties of all contributing source detections or the standard deviation of all source positions, divided by the square root of the number of maps the source is detected in.</description>
                       <unit>arcseconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rot</name>
                       <description>This column contains a robust average rotation angle of the elliptical Gaussian beam profile models fitted during the TM2 run to all the contributing detections. Robust meaning that all angles with uncertainties that are larger than a factor 1.5 of the median of all uncertainties of the contributing detections are removed before averaging. The rotation angle on the sky is measured from West counter-clockwise in degrees. Possible values start from 0 and are smaller than 180 deg. The average of the angles is calculated in Cartesian space to avoid problems when crossing the 180 deg threshold. Since a position angle of 180 deg is equal to 0 deg, we multiplied the position angles by 2 before averaging and divided by 2 after the back-transformation. A constant of 180 deg was added when the angle was smaller than 0 to stay within the allowed range.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rot_err</name>
                       <description>This column contains the propagated error of the rotation angle for all contributing source detections.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>The object identifier consists of two parts, acronym and sequence, and is formatted as “HSPSCwwwA_Jhhmm.mm+ddmm.m” with the exception of the planets Uranus and Neptune, which are following the format “HSPSCwwwA_ppp_000”. “HSPSC” stands for Herschel SPIRE Point Source Catalog, “www” is one of [250,350,500], identifying the wavelength in microns, and the letter A indicates the  first public version of the catalog. The sequence has the format “Jhhmm.mm+ddmm.m”, which is derived from the object coordinates with J indicating a J2000 reference system, “hhmm.mm” indicating the Right Ascension in hours and minutes to an accuracy of two digits after the decimal, and “+ddmm.m” indicating Declination in signed degrees and minutes to an accuracy of one digit after the decimal. In the case of the planets the sequence is formatted as “ppp_000”, where “ppp” stands for one of the strings “URA” or “NEP” indicating Uranus or Neptune respectively, followed by a running number “000” indicating the observation. The spatial resolution of the coordinate based serial number is well matched to the size of SPIRE’s beam profiles and will keep changes in object names to a minimum if another version of the catalog is generated.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension coordinate in a J2000.0 reference frame, calculated as the average of the Right Ascensions of all the contributing source detections in different maps. The positions used result from the refined Timeline Fitter positions and their uncertainties. The average is calculated in Cartesian space and transformed back to spherical coordinates to avoid problems near the celestial poles.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination coordinate in a J2000.0 reference frame, calculated as the average of the Right Ascensions of all the contributing source detections in different maps. The positions used result from the refined Timeline Fitter positions and their uncertainties. The average is calculated in Cartesian space and transformed back to spherical coordinates to avoid problems near the celestial poles.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snr</name>
                       <description>This value has been added for convenience and expresses the signal to noise ratio associated with a given object as the ratio between the Timeline Fitter flux (FLUX) and the total flux error (FLUX_ERR).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux</name>
                       <description>This column shows the average of the TML derived fluxes of all contributing sources, weighted with the respective TML generated uncertainties. This procedure of fitting a fixed width circular Gaussian beam profile model has proven to be superior to a number of other common methods used with SPIRE data in terms of reproducibility and photometric accuracy, down to fluxes of 30 mJy (Pearson et al. 2014).</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_err</name>
                       <description>This column indicates the local confusion uncertainty in mJy. It is the average of the individual values of all contributing sources, weighted with the respective TML uncertainties.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxdao</name>
                       <description>This column shows the average of the Daophot derived fluxes of all contributing sources, weighted with the respective Daophot generated uncertainties.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxdao_err</name>
                       <description>This column contains the propagated weighted error produced by Daophot for all contributing source detections.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxtm2</name>
                       <description>This column shows the average of the TM2 derived fluxes of all contributing sources, weighted with the respective TM2 generated uncertainties. This procedure fits an elliptical Gaussian beam profile model where the major and minor axes have been left as free fit parameters. The configuration also allows for a tilted background plane.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxtm2_err</name>
                       <description>This column contains the propagated weighted error produced by TML2 for all contributing source detections.</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pntsrc_flag</name>
                       <description>The flag is set for all objects, where both the major and minor FWHM parameters are still compatible with values that are observed from point sources at a given flux level. As such it is an indicator but not conclusive, in particular not for small fluxes.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extsrc_flag</name>
                       <description>This flag is set if any of the major or minor FWHM is larger than the upper flux dependent threshold for point sources.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lowfwhm_flag</name>
                       <description>This flag is set if any of the major or minor FWHM is smaller than the lower flux dependent threshold for point sources.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>largegal_flag</name>
                       <description>This flag is set when the catalog position is within one of the ellipses given in the 2MASS Large Galaxy Atlas (LGA) (Jarrett et al 2003) for galaxies with major axis &gt; 1arcmin. The values are described as 'K_s (LGA/2MASS "total")' and represent the standard 2MASS aperture. If the flag is set there is a high probability that the source is part of the respective large galaxy rather than a background object.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mapedge_flag</name>
                       <description>The map edge flag is set when at least one of the contributing sources shows 10 or more percent of map pixels without a flux value (NaN) within the outer radius of the background annulus used by the Timeline Fitter (74”, 103”, 147”) for 250, 350, and 500 microns respectively. This condition flags catalog objects where its detection or the flux estimate may have been affected by at least one contributor being close to a map edge. 24313 objects are the edge flag set.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ssocont_flag</name>
                       <description>This flag is set as a warning if any of the known contributors to the catalog object is within a rectangle defined by the tracklet of a known asteroid at the time of the observation of the respective map, and the beam FWHM at the wavelength of the map. The estimated flux using a simple asteroid standard model needs to be at least at the one sigma confusion limit of Nguyen et al. (2010) of 5.8, 6.3, 6.8 mJy for 250, 350, and 500 microns respectively. 810 objects have this flag set.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="26706" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_v_icecubepsc_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"time"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"__row"</name>
                       <description>system index column</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>event_number</name>
                       <description>Sequential Number Assigned by the HEASARC to Each Event in the Catalog</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension</description>
                       <unit>degree</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>degree</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii</name>
                       <description>Galactic Longitude</description>
                       <unit>degree</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii</name>
                       <description>Galactic Latitude</description>
                       <unit>degree</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>error_radius</name>
                       <description>Positional Uncertainty</description>
                       <unit>degree</unit>
                       <ucd>stat.error;pos</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>event_time</name>
                       <description>Date/Time of the Event</description>
                       <ucd>time.start;obs</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>azimuth</name>
                       <description>Local Azimuth Coordinate</description>
                       <unit>degree</unit>
                       <ucd>pos.az.azi</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>event_energy</name>
                       <description>Reconstructed Energy of the Observed Muon Track</description>
                       <unit>GeV</unit>
                       <ucd>phys.energy</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>zenith</name>
                       <description>Local Zenith Coordinate</description>
                       <unit>degree</unit>
                       <ucd>pos.az.zd</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>config_code</name>
                       <description>IceCube Detector Configuration Code</description>
                       <ucd>meta.code;instr.det</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"__x_ra_dec"</name>
                       <description>system unit vector column</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"__y_ra_dec"</name>
                       <description>system unit vector column</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"__z_ra_dec"</name>
                       <description>system unit vector column</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>icecubepsc_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="1653" esatapplus:size_bytes="425984" type="base_table">
                    <name>catalogues.mv_v_sz_catalog_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos</name>
                       <description>pgsphere spoint representation of the position (ra, dec)</description>
                       <unit>radians</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>Source name</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>snr</name>
                       <description>Signal-to-noise ratio of the detection</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift</name>
                       <description>Redshift of cluster</description>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>msz</name>
                       <description>Sundyaev-Zeldovitch mass proxy</description>
                       <unit>10e+14 Msun</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>validation</name>
                       <description>External validation status</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="72352" esatapplus:size_bytes="71221248" type="base_table">
                    <name>catalogues.mv_v_xsa_slew_source_cat_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>altident</name>
                       <description>An alternative name for the best match source.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bg_map_b6</name>
                       <description>Background value for the soft band. (0.2-2.0 keV)</description>
                       <unit>counts/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bg_map_b7</name>
                       <description>Background value for the hard band. (2.0-12.0 keV)</description>
                       <unit>counts/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bg_map_b8</name>
                       <description>Background value for the total band. (0.2-12.0 keV)</description>
                       <unit>counts/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii</name>
                       <description>Galactic Latitude [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii_b6</name>
                       <description>The galactic position in [degrees] of the soft band source. (0.2-2.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii_b7</name>
                       <description>The galactic position in [degrees] of the hard band source. (2.0-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii_b8</name>
                       <description>The galactic position in [degrees] of the total band source. (0.2-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_end</name>
                       <description>SLEW exposure end date</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_obs</name>
                       <description>SLEW exposure start date</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_b6</name>
                       <description>The J2000 celestial position of of the soft band source. (0.2-2.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_b7</name>
                       <description>The J2000 celestial position of of the hard band source. (2.0-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_b8</name>
                       <description>The J2000 celestial position of of the total band source. (0.2-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_ml_b6</name>
                       <description>The detection likelihood in the soft (0.2-2.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_ml_b7</name>
                       <description>The detection likelihood in the hard (2.0-12 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_ml_b8</name>
                       <description>The detection likelihood in the total (0.2-12 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Exposure on time</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exp_map_b6</name>
                       <description>The effective on-axis exposure time in [seconds], in the soft energy band. (0.2-2.0 keV)</description>
                       <unit>seconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exp_map_b7</name>
                       <description>The effective on-axis exposure time in [seconds], in the hard energy band. (2.0-12.0 keV)</description>
                       <unit>seconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exp_map_b8</name>
                       <description>The effective on-axis exposure time in [seconds], in the total energy band. (0.2-12.0 keV)</description>
                       <unit>seconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b6</name>
                       <description>Spatial extension of the source in the soft energy band. (0.2-2.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b6_err</name>
                       <description>Statistical one sigma error on the soft band extension parameter. (0.2-2.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b7</name>
                       <description>Spatial extension of the source in the hard energy band. (2.0-12.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b7_err</name>
                       <description>Statistical one sigma error on the hard band extension parameter.  (2.0-12.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b8</name>
                       <description>Spatial extension of the source in the total energy band. (0.2-12.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b8_err</name>
                       <description>Statistical one sigma error on the total band extension parameter. (0.2-12.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_ml_b6</name>
                       <description>Likelihood of the source being extended in the soft (0.2-2 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_ml_b7</name>
                       <description>Likelihood of the source being extended in the hard (2-12 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_ml_b8</name>
                       <description>Likelihood of the source being extended in the total (0.2-12 keV) energy band.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filt_cnts</name>
                       <description>The number of counts found within a 1 arcminute radius about the source position after standard filtering is applied.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_comment</name>
                       <description>A comment which explains why a particular source flag has been set to true</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hr1</name>
                       <description>The hardness ratio, defined as HR1 = (rate_b7-rate_b6)/(rate_b7+rate_b6) where rate_b7 is the hard band count rate and rate_b6 is the soft band count rate. This has been calculated for the 1936 sources which have a positive detection in both bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hr1_err</name>
                       <description>Error on the hardness ratio calculated as: sqrt(rate_b7_err*rate_b7_err + rate_b6_err*rate_b6_err) /(rate_b7+rate_b6) where rate_b7_err and rate_b6_err are the errors on the hard and soft band count rates respectively</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_category</name>
                       <description>The source type as returned by SIMBAD, NED and the other resources used in the cross-matching process.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_dist</name>
                       <description>The distance in arcminutes between the best match candidate and the SLEW survey source</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ident</name>
                       <description>Cross-correlations of the positions of the slew sources with astronomical databases and catalogues have been performed (see section on IDs)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_resource</name>
                       <description>The astronomical database or catalogue from which the best match has been selected.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>image_bg_rate</name>
                       <description>Peak background count rate in the image from which the source was extracted</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii</name>
                       <description>Galactic Longitude [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii_b6</name>
                       <description>The galactic position in [degrees] of the soft band source. (0.2-2.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii_b7</name>
                       <description>The galactic position in [degrees] of the hard band source. (2.0-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii_b8</name>
                       <description>The galactic position in [degrees] of the total band source. (0.2-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_start</name>
                       <description>Modified Julian Date (i.e., JD - 2400000.5) of the start of the observation.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_stop</name>
                       <description>Modified Julian Date (i.e., JD - 2400000.5) of the end of the observation.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mode_id</name>
                       <description>Observing mode of the EPIC-pn camera. FF= Full frame mode eFF = extended full frame mode LW = large window mode</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos</name>
                       <description>Position of the source</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>URL for the postcard</description>
                       <ucd>meta.ref.url;meta.preview</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_b6</name>
                       <description>The J2000 celestial position of the soft band source. (0.2-2.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_b7</name>
                       <description>The J2000 celestial position of the hard band source. (2.0-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_b8</name>
                       <description>The J2000 celestial position of the total band source. (0.2-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_b6_err</name>
                       <description>The statistical error in [degrees], on the soft band position. (0.2-2.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_b7_err</name>
                       <description>The statistical error in [degrees], on the hard band position. (2.0-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_b8_err</name>
                       <description>The statistical error in [degrees], on the total band position. (0.2-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_err</name>
                       <description>Radial error on the position, computed as sqrt(ra_err2 + dec_err2), in arcsecs, where ra_err and dec_err are the 1 sigma uncertainties in the RA and DEC coordinates respectively. </description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rass_dist</name>
                       <description>The distance from the best match ROSAT source and the SLEW source</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rassname</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b6</name>
                       <description>The soft band count rate (0.2-2.0 keV)</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b6_err</name>
                       <description>The error on the soft band count rate (0.2-2.0 keV)</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b7</name>
                       <description>The hard band count rate (2.0-12.0 keV)</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b7_err</name>
                       <description>The error on the hard band count rate (2.0-12.0 keV)</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b8</name>
                       <description>The total band count rate (0.2-12.0 keV)</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b8_err</name>
                       <description>The error on the total band count rate (0.2-12.0 keV)</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b6</name>
                       <description>The number of background subtracted counts, in the soft energy band (0.2-2 keV), corrected for the PSF</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b6_err</name>
                       <description>Statistical 1 sigma error on the soft band source counts (0.2-2.0 keV).</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b7</name>
                       <description>The number of background subtracted counts, in the hard energy band (2.0-12.0 keV)</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b7_err</name>
                       <description>Statistical 1 sigma error on the hard band source counts (2.0-12.0 keV)</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b8</name>
                       <description>The number of background subtracted counts, in the total energy band (0.2-12.0 keV)</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b8_err</name>
                       <description>Statistical 1 sigma error on the total band source counts (0.2-12.0 keV)</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_observation_id</name>
                       <description>SLEW observation ID</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_source_cat_fov_scircle</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_source_cat_galactic_spoint</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_source_cat_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcname_b6</name>
                       <description>The source name defined in the soft band list. The format is 'xs' followed by the revolution number, the observation ID and the source position, e.g. xs0841_9084100002_12:57:07.5+01:50:42</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcname_b7</name>
                       <description>The source name defined in the hard band list. The format is 'xs' followed by the revolution number, the observation ID and the source position, e.g. xs0841_9084100002_12:57:07.5+01:50:42</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcname_b8</name>
                       <description>The source name defined in the total band list. The format is 'xs' followed by the revolution number, the observation ID and the source position, e.g. xs0841_9084100002_12:57:07.5+01:50:42</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcnum</name>
                       <description>This is the official name for sources detected in the XMM-Newton slew survey</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unfilt_cnts</name>
                       <description>The number of counts found within a 1 arcminute radius about the source position with no filtering applied</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>us_extras</name>
                       <description>Name in the EXTRAS catalogue</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>us_xmmsl1</name>
                       <description>XMMSL1 name</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>val_flag</name>
                       <description>A text string which is set to 'CLEAN_SAMPLE' if this source is included in the clean subset</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ver_false</name>
                       <description>This is a catch-all for problems not included in the other flags.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ver_halo</name>
                       <description>If set true, this flag indicates that a detection lies within the point spread function, or halo, of a very bright source and is probably spurious.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ver_hibgnd</name>
                       <description>If set true, this flag indicates that the source lies within a bright region, caused by high background, and is probably spurious.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ver_inext</name>
                       <description>If set true, this flag notes that a detection has been found within an extended source and is probably false. This flag is used to ensure that only one source is quoted for the large supernova remnants.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ver_nredg</name>
                       <description>Source near edge. Not used in XMMSL2.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ver_optload</name>
                       <description>A warning flag indicating that the source may suffer from optical loading</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ver_psusp</name>
                       <description>This flag indicates that the quoted position of the source is likely to be inaccurate. In a few slews the attitude reconstruction is poor and in these cases the actual position of the source is difficult to determine and can be wrong by an arcminute.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x_ima_b6</name>
                       <description>The X position of the source in the soft band image in image pixels. (0.2-2.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x_ima_b7</name>
                       <description>The X position of the source in the hard band image in image pixels. (2.0-12.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x_ima_b8</name>
                       <description>The X position of the source in the total band image in image pixels. (0.2-12.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ximname_b6</name>
                       <description>The name of the image containing the soft band detection. (0.2-2.0 keV)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ximname_b7</name>
                       <description>The name of the image containing the hard band detection. (2.0-12.0 keV)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ximname_b8</name>
                       <description>The name of the image containing the total band detection. (0.2-12.0 keV)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_ima_b6</name>
                       <description>The Y position of the source in the soft band image in image pixels. (0.2-2.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_ima_b7</name>
                       <description>The Y position of the source in the hard band image in image pixels. (2.0-12.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_ima_b8</name>
                       <description>The Y position of the source in the total band image in image pixels. (0.2-12.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>This is the official name for sources detected in the XMM-Newton slew survey</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension [degrees]</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination J2000 [degrees] </description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b8</name>
                       <description>The source flux in the total energy (0.2-12.0 keV)</description>
                       <unit>(10E-12) ergs/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b8_err</name>
                       <description>The error on the total band source flux.</description>
                       <unit>(10E-12) ergs/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b7</name>
                       <description>The source flux in the hard energy (2.0-12.0 keV)</description>
                       <unit>(10E-12) ergs/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b7_err</name>
                       <description>The error on the hard band source flux</description>
                       <unit>(10E-12) ergs/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b6</name>
                       <description>The source flux in the total energy (0.2-2.0 keV)</description>
                       <unit>(10E-12) ergs/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b6_err</name>
                       <description>The error on the soft band source flux</description>
                       <unit>(10E-12) ergs/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="732785" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_xsa_epic_source_cat_dr11_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii</name>
                       <description>Galactic Latitude [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>confused</name>
                       <description>Normally set False, but set True when a given detection has a probability above zero of being associated with two or more distinct sources.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_end</name>
                       <description>End date of the observation in UTC</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_obs</name>
                       <description>Start date of the observation in UTC</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination J2000 [degrees] </description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detid</name>
                       <description>Detection identifier of the nearest unique 3XMM-DR7 source in OBS_ID</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_nn</name>
                       <description>The distance to the nearest neighbouring detection given in arcseconds. </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Exposure on time</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux</name>
                       <description>EPIC flux in the 0.2-0.5 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux_err</name>
                       <description>Error on EPIC flux in the 0.2-0.5 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux</name>
                       <description>EPIC flux in the 0.5-1.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux_err</name>
                       <description>Error on  the EPIC flux in the 0.5-1.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux</name>
                       <description>EPIC flux in the 1.0-2.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux_err</name>
                       <description>Error on the EPIC flux in the 1.0-2.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux</name>
                       <description>EPIC flux in the 2.0-4.5 keV band </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux_err</name>
                       <description>Error on the EPIC flux in the 2.0-4.5 keV band </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux</name>
                       <description>EPIC flux in the 4.5-12.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux_err</name>
                       <description>Error on the EPIC flux in the 4.5-12.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_cts</name>
                       <description>EPIC source count in the 0.2-12.0 keV band </description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_cts_err</name>
                       <description>Error on EPIC source count in the 0.2-12.0 keV band </description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_det_ml</name>
                       <description>EPIC detection maximum likelihood value in the 0.2-12.0 keV band </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_flux</name>
                       <description>EPIC flux in the 0.2-12.0 keV band </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_flux_err</name>
                       <description>Error on the EPIC flux in the 0.2-12.0 keV band </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_rate</name>
                       <description>EPIC count rate in the 0.2-12.0 keV band</description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_rate_err</name>
                       <description>Error on the EPIC count rate in the 0.2-12.0 keV band</description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_9_det_ml</name>
                       <description>EPIC detection maximum likelihood value in the 0.5-4.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_9_flux</name>
                       <description>EPIC flux in the 0.5-4.5 keV band (XID band) </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_9_flux_err</name>
                       <description>Error on the EPIC flux in the 0.5-4.5 keV band (XID band)</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_9_rate</name>
                       <description>EPIC count rate in the 0.5-4.5 keV band</description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_9_rate_err</name>
                       <description>Error on the EPIC count rate in the 0.5-4.5 keV band</description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_extent</name>
                       <description>Extent radius of a source detected as extended by the SAS task emldetect </description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_extent_err</name>
                       <description>Error on the extent radius of a source detected as extended by the SAS task emldetect </description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_extent_ml</name>
                       <description>Extent likelihood of a source detected as extended by the SAS task emldetect</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1</name>
                       <description>EPIC Hardness Ratio 1, between counts in the 0.5-1.0 and the 0.2-0.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1_err</name>
                       <description>Error on EPIC Hardness Ratio 1, between counts in the 0.5-1.0 and the 0.2-0.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2</name>
                       <description>EPIC hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2_err</name>
                       <description>Error on EPIC hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3</name>
                       <description>EPIC Hardness Ratio 3, between the counts in the 2.0-4.5 and 1.0-2.0 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3_err</name>
                       <description>Error on EPIC Hardness Ratio 3, between the counts in the 2.0-4.5 and 1.0-2.0 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4</name>
                       <description>EPIC Hardness Ratio 4, between the counts in the 4.5-12.0 and 2.0-4.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4_err</name>
                       <description>Error on EPIC Hardness Ratio 4, between the counts in the 4.5-12.0 and 2.0-4.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_source_cat_equatorial_spoint</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_source_cat_fov_scircle</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_source_cat_galactic_spoint</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_source_cat_oid</name>
                       <description>Internal Identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_ontime</name>
                       <description>The EPIC ontime value, given in seconds, is the total good exposure time (after GTI filtering) </description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>iauname</name>
                       <description>The IAU name assigned to the unique SRCID</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii</name>
                       <description>Galactic Longitude [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_bg</name>
                       <description>M1 background map value in the 0.2-0.5 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_det_ml</name>
                       <description>M1 detection maximum likelihood value in the 0.2-0.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_rate</name>
                       <description>M1 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_rate_err</name>
                       <description>Error on M1 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_vig</name>
                       <description>M1 Vignetting map value in the 0.2-0.5 KeV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_bg</name>
                       <description>M1 background map value in the 0.5-1.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_det_ml</name>
                       <description>M1 detection maximum likelihood value in the 0.5-1.0 keV band </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_rate</name>
                       <description>M1 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_rate_err</name>
                       <description>Error on M1 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_bg</name>
                       <description>M1 background map value in the 1.0-2.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_det_ml</name>
                       <description>M1 detection maximum likelihood value in the 1.0-2.0 keV band </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_rate</name>
                       <description>M1 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_rate_err</name>
                       <description>Error on M1 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_bg</name>
                       <description>M1 background map value in the 2.0-4.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_det_ml</name>
                       <description>M1 detection maximum likelihood value in the 2.0-4.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_rate</name>
                       <description>M1 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_rate_err</name>
                       <description>Error on M1 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_bg</name>
                       <description>M1 background map value in the 4.5-12.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_det_ml</name>
                       <description>M1 detection maximum likelihood value in the 4.5-12.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_rate</name>
                       <description>M1 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_rate_err</name>
                       <description>Error on M1 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_8_cts</name>
                       <description>M1 source count in the 0.2-12.0 keV band </description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_8_cts_err</name>
                       <description>Error on M1 source count in the 0.2-12.0 keV band </description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_8_det_ml</name>
                       <description>M1 detection maximum likelihood value in the 0.2-12.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_8_rate</name>
                       <description>M1 count rate in the 0.2-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_8_rate_err</name>
                       <description>Error on M1 count rate in the 0.2-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_filter</name>
                       <description>M1 filter. The options are Thick, Medium, Thin1, and Open, depending on the efficiency of the optical blocking.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flag</name>
                       <description>MOS1 flag string made of the flags 1-12 (counted from left to right) for the MOS1 source detection.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1</name>
                       <description>M1 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1_err</name>
                       <description>Error on M1 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2</name>
                       <description>M1 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2_err</name>
                       <description>Error on M1 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3</name>
                       <description>M1 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3_err</name>
                       <description>Error on M1 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4</name>
                       <description>M1 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4_err</name>
                       <description>Error on M1 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_offax</name>
                       <description>Distance between the detection position and the onaxis position on the respective detector.</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_pileup</name>
                       <description>Estimate of the pile-up level in EPIC/MOS1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_submode</name>
                       <description>M1 observing mode. The options are full frame mode with the full FOV exposed, partial window mode with only parts of the central CCD exposed and timing mode where the central CCD was not exposed ('Fast Uncompressed').</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_submode_friendly_name</name>
                       <description>M1 observing mode. The options are full frame mode with the full FOV exposed, partial window mode with only parts of the central CCD exposed and timing mode where the central CCD was not exposed ('Fast Uncompressed').</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_bg</name>
                       <description>M2 background map value in the 0.2-0.5 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_det_ml</name>
                       <description>M2 detection maximum likelihood value in the 0.2-0.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_rate</name>
                       <description>M2 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_rate_err</name>
                       <description>Error on M2 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_vig</name>
                       <description>M2 Vignetting map value in the 0.2-0.5 KeV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_bg</name>
                       <description>M2 background map value in the 0.5-1.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_det_ml</name>
                       <description>M2 detection maximum likelihood value in the 0.5-1.0 keV band </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_rate</name>
                       <description>M2 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_rate_err</name>
                       <description>Error on M2 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_bg</name>
                       <description>M2 background map value in the 1.0-2.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_det_ml</name>
                       <description>M2 detection maximum likelihood value in the 1.0-2.0 keV band </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_rate</name>
                       <description>M2 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_rate_err</name>
                       <description>Error on M2 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_bg</name>
                       <description>M2 background map value in the 2.0-4.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_det_ml</name>
                       <description>M2 detection maximum likelihood value in the 2.0-4.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_rate</name>
                       <description>M2 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_rate_err</name>
                       <description>Error on M2 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_bg</name>
                       <description>M2 background map value in the 4.5-12.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_det_ml</name>
                       <description>M2 detection maximum likelihood value in the 4.5-12.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_rate</name>
                       <description>M2 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_rate_err</name>
                       <description>Error on M2 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_8_cts</name>
                       <description>M1 source count in the 0.2-12.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_8_cts_err</name>
                       <description>Error on M1 source count in the 0.2-12.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_8_det_ml</name>
                       <description>M2 detection maximum likelihood value in the 0.2-12.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_8_rate</name>
                       <description>M2 count rate in the 0.2-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_8_rate_err</name>
                       <description>Error on M2 count rate in the 0.2-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_filter</name>
                       <description>M2 filter. The options are Thick, Medium, Thin1, and Open, depending on the efficiency of the optical blocking.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flag</name>
                       <description>MOS2 flag string made of the flags 1-12 (counted from left to right) for the MOS2 source detection.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1</name>
                       <description>M2 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1_err</name>
                       <description>Error on M2 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2</name>
                       <description>M2 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2_err</name>
                       <description>Error on M2 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3</name>
                       <description>M2 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3_err</name>
                       <description>Error on M2 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4</name>
                       <description>M2 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4_err</name>
                       <description>Error on M2 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_offax</name>
                       <description>Distance between the detection position and the onaxis position on the respective detector.</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_pileup</name>
                       <description>Estimate of the pile-up level in EPIC/MOS2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_submode</name>
                       <description>M2 observing mode. The options are full frame mode with the full FOV exposed, partial window mode with only parts of the central CCD exposed  and timing mode where the central CCD was not e exposed ('Fast Uncompressed').",</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_submode_friendly_name</name>
                       <description>M2 observing mode. The options are full frame mode with the full FOV exposed, partial window mode with only parts of the central CCD exposed  and timing mode where the central CCD was not e exposed ('Fast Uncompressed').</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_start</name>
                       <description>Modified Julian Date (i.e., JD - 2400000.5) of the start of the observation.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_stop</name>
                       <description>Modified Julian Date (i.e., JD - 2400000.5) of the end of the observation.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_detections</name>
                       <description>The number of detections of the unique source SRCID used to derive the combined values.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>The XMM-Newton observation identification.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Internal Identifier for OM observation</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observer</name>
                       <description>Principal Investigator Name</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_bg</name>
                       <description>PN background map value in the 0.2-0.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_det_ml</name>
                       <description>PN detection maximum likelihood in the (0.2-0.5 keV) band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_rate</name>
                       <description>PN count rate in the 0.2-0.5 keV band </description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_rate_err</name>
                       <description>Error on the PN count rate in the 0.2-0.5 keV band </description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_vig</name>
                       <description>PN Vignetting map value in the 0.2-0.5 KeV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_bg</name>
                       <description>PN background map value in the 0.5-1.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_det_ml</name>
                       <description>PN detection maximum likelihood in the (0.5-1.0 keV) band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_rate</name>
                       <description>PN count rate in the 0.5-1.0 keV band </description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_rate_err</name>
                       <description>Error on PN count rate in the 0.5-1.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_bg</name>
                       <description>PN background map value in the 1.0-2.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_det_ml</name>
                       <description>PN detection maximum likelihood in the (1.0-2.0 keV) band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_rate</name>
                       <description>PN count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_rate_err</name>
                       <description>Error on PN count rate in the 1.0-2.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_bg</name>
                       <description>PN background map value in the 2.0-4.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_det_ml</name>
                       <description>PN detection maximum likelihood in the (2.0-4.5 keV) band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_rate</name>
                       <description>PN count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_rate_err</name>
                       <description>Error on PN count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_bg</name>
                       <description>PN background map value in the 4.5-12.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_det_ml</name>
                       <description>PN detection maximum likelihood in the (4.5-12.0 keV) band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_rate</name>
                       <description>PN count rate in the 4.5-12.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_rate_err</name>
                       <description>Error on PN count rate in the 4.5-12.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_8_cts</name>
                       <description>PN source count in the 0.2-12.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_8_cts_err</name>
                       <description>Error on PN source count in the 0.2-12.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_8_det_ml</name>
                       <description>PN detection maximum likelihood in the (0.2-12.0 keV) band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_8_rate</name>
                       <description>PN count rate in the 0.2-12.0 keV </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_8_rate_err</name>
                       <description>Error PN count rate in the 0.2-12.0 keV </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_filter</name>
                       <description>PN filter. The options are Thick, Medium, Thin1, Thin2, and Open, depending on the efficiency of the optical blocking.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flag</name>
                       <description>PN flag string made of the flags 1-12 (counted from left to right) for the PN source detection.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1</name>
                       <description>PN hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1_err</name>
                       <description>Error on PN hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2</name>
                       <description>PN hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2_err</name>
                       <description>Error on PN hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3</name>
                       <description>PN hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3_err</name>
                       <description>Error on PN hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4</name>
                       <description>PN hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4_err</name>
                       <description>Error on PN hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_offax</name>
                       <description>Distance between the detection position and the onaxis position on the respective detector.</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_pileup</name>
                       <description>Estimate of the pile-up level in EPIC/pn</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_submode</name>
                       <description>PN observing mode. The options are full frame mode with the full FOV exposed (in two sub-modes), and large window mode with only parts of the FOV exposed.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_submode_friendly_name</name>
                       <description>PN observing mode. The options are full frame mode with the full FOV exposed (in two sub-modes), and large window mode with only parts of the FOV exposed.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>poserr</name>
                       <description>Position error of the nearest 3XMM-DR7 source after field rectifications</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ppsver</name>
                       <description>PPS Version</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension [degrees]</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_err</name>
                       <description>Radial error on the position, computed as sqrt(ra_err2 + dec_err2), in arcsecs, where ra_err and dec_err are the 1 sigma uncertainties in the RA and DEC coordinates respectively. </description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>revolut</name>
                       <description>The XMM-Newton revolution number</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_chi2prob</name>
                       <description>The chi square probability (based on the null hypothesis) that the unique source SRCID as detected by any of the observations is constant, that is, the minimum value of the EPIC probabilities in each detection, EP</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_det_ml</name>
                       <description>Total band detection likelihood of a unique source, calculated as the maximum of the likelihoods of all detections of this source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_1_flux</name>
                       <description>The mean band 1 flux (0.2 - 0.5 keV) of all the detections of the source SRCID (see EP_1_FLUX) weighted by the errors (EP_1_FLUX_ERR), in erg/cm2/s.]</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_1_flux_err</name>
                       <description>Error on the weighted mean band 1 flux in SC_EP_1_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_2_flux</name>
                       <description>The mean band 2 flux (0.5 - 1.0 keV) of all the detections of the source SRCID (see EP_2_FLUX) weighted by the errors (EP_2_FLUX_ERR), in erg/cm2/s.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_2_flux_err</name>
                       <description>Error on the weighted mean band 2 flux in SC_EP_2_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_3_flux</name>
                       <description>The mean band 3 flux (1.0 - 2.0 keV) of all the detections of the source SRCID (see EP_3_FLUX) weighted by the errors (EP_3_FLUX_ERR), in erg/cm2/s.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_3_flux_err</name>
                       <description>Error on the weighted mean band 3 flux in SC_EP_3_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_4_flux</name>
                       <description>The mean band 4 flux (2.0 - 4.5 keV) of all the detections of the source SRCID (see EP_4_FLUX) weighted by the errors (EP_4_FLUX_ERR), in erg/cm2/s.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_4_flux_err</name>
                       <description>Error on the weighted mean band 4 flux in SC_EP_4_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_5_flux</name>
                       <description>The mean band 5 flux (4.5 - 12 keV) of all the detections of the source SRCID (see EP_5_FLUX) weighted by the errors (EP_5_FLUX_ERR), in erg/cm2/s.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_5_flux_err</name>
                       <description>Error on the weighted mean band 5 flux in SC_EP_5_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_8_flux</name>
                       <description>The mean total band flux (0.2 - 12 keV) of all the detections of the source SRCID (see EP_8_FLUX) weighted by the errors (EP_8_FLUX_ERR), in erg/cm2/s.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_8_flux_err</name>
                       <description>Error on the weighted mean band 8 flux in SC_EP_8_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_8_fmax</name>
                       <description>The maximum EPIC band 8 flux (EP_8_FLUX) amongst any of the constituent detections of the unique source.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_8_fmax_err</name>
                       <description>The error on the maximum EPIC band 8 flux (EP_8_FLUX) amongst any of the constituent detections of the unique source.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_8_fmin</name>
                       <description>The minimum EPIC band 8 flux (EP_8_FLUX) amongst any of the constituent detections of the unique source.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_8_fmin_err</name>
                       <description>The error on the minimum EPIC band 8 flux (EP_8_FLUX) amongst any of the constituent detections of the unique source.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_9_flux</name>
                       <description>The mean band 9 flux (0.5 - 4.5 keV) of all the detections of the source SRCID (see EP_9_FLUX) weighted by the errors (EP_9_FLUX_ERR), in erg/cm2/s.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_9_flux_err</name>
                       <description>Error on the weighted mean band 9 flux in SC_EP_9_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_extent</name>
                       <description>The total band extent (arcseconds) of the source SRCID is the weighted average of the EPIC extents of all detection of this source (EP_EXTENT)</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ext_err</name>
                       <description>error on source extension</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ext_ml</name>
                       <description>The total band detection likelihood of the extended source SRCID is the largest of the extent likelihoods of all detection of this source (EP_EXTENT_ML)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_fvar</name>
                       <description>The fractional excess variance of the unique source. It is the value corresponding to the exposure and instrument that shows the lowest probability of being constant</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_fvarerr</name>
                       <description>The error on the fractional excess variance of the unique source. It is the value corresponds to the exposure and instrument that shows the lowest probability of being constant .</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr1</name>
                       <description>The mean hardness ratio of the bands 1 and 2 of all the detections of the source SRCID (EP_HR1) weighted by the errors (EP_HR1_ERR).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr1_err</name>
                       <description>Error on the weighted mean hardness ration in SC_HR1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr2</name>
                       <description>The mean hardness ratio of the bands 2 and 3 of all the detections of the source SRCID (EP_HR2) weighted by the errors (EP_HR2_ERR).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr2_err</name>
                       <description>Error on the weighted mean hardness ration in SC_HR2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr3</name>
                       <description>The mean hardness ratio of the bands 3 and 4 of all the detections of the source SRCID (EP_HR3) weighted by the errors (EP_HR3_ERR).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr3_err</name>
                       <description>Error on the weighted mean hardness ration in SC_HR3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr4</name>
                       <description>The mean hardness ratio of the bands 4 and 5 of all the detections of the source SRCID (EP_HR4) weighted by the errors (EP_HR4_ERR)..</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr4_err</name>
                       <description>Error on the weighted mean hardness ration in SC_HR4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_sum_flag</name>
                       <description>The summary flag for the unique source SRCID is taken to be the worst flag of all detections of this source (SUM_FLAG).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_var_flag</name>
                       <description>The variability flag for the unique source SRCID is set to VAR_FLAG of the most variable detection of this source. Note that where a timeseries is not available or insufficient points are left in the timeseries after applying background flare GTIs, the value is set to NULL or Undefined</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spectra</name>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcid</name>
                       <description>A unique number assigned to a group of catalogue entries which are assumed to be the same source.</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>src_num</name>
                       <description>The (decimal) source number in the individual source list for this observation</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sum_flag</name>
                       <description>The summary flag of the detection is derived from the EPIC flag.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tseries</name>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="804123" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_xsa_epic_source_cat_dr12_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii</name>
                       <description>Galactic Latitude [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ccdm1</name>
                       <description>M1 CCD number in which detection lies.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ccdm2</name>
                       <description>M2 CCD number in which detection lies.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ccdpn</name>
                       <description>PN CCD number in which detection lies.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>confused</name>
                       <description>Normally set False, but set True when a given detection has a probability above zero of being associated with two or more distinct sources.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_end</name>
                       <description>End date of the observation in UTC</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_obs</name>
                       <description>Start date of the observation in UTC</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detid</name>
                       <description>Detection identifier of the nearest unique 3XMM-DR7 source in OBS_ID</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_nn</name>
                       <description>The distance to the nearest neighbouring detection given in arcseconds. </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Exposure on time</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux</name>
                       <description>EPIC flux in the 0.2-0.5 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux_err</name>
                       <description>Error on EPIC flux in the 0.2-0.5 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_cts</name>
                       <description>EPIC source count in the 0.2-12.0 keV band </description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_cts_err</name>
                       <description>Error on EPIC source count in the 0.2-12.0 keV band </description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_det_ml</name>
                       <description>EPIC detection maximum likelihood value in the 0.2-12.0 keV band </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_rate</name>
                       <description>EPIC count rate in the 0.2-12.0 keV band</description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_rate_err</name>
                       <description>Error on the EPIC count rate in the 0.2-12.0 keV band</description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_9_det_ml</name>
                       <description>EPIC detection maximum likelihood value in the 0.5-4.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_9_flux</name>
                       <description>EPIC flux in the 0.5-4.5 keV band (XID band) </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_9_flux_err</name>
                       <description>Error on the EPIC flux in the 0.5-4.5 keV band (XID band)</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_9_rate</name>
                       <description>EPIC count rate in the 0.5-4.5 keV band</description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_9_rate_err</name>
                       <description>Error on the EPIC count rate in the 0.5-4.5 keV band</description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_extent</name>
                       <description>Extent radius of a source detected as extended by the SAS task emldetect </description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_extent_err</name>
                       <description>Error on the extent radius of a source detected as extended by the SAS task emldetect </description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_extent_ml</name>
                       <description>Extent likelihood of a source detected as extended by the SAS task emldetect</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1</name>
                       <description>EPIC Hardness Ratio 1, between counts in the 0.5-1.0 and the 0.2-0.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1_err</name>
                       <description>Error on EPIC Hardness Ratio 1, between counts in the 0.5-1.0 and the 0.2-0.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2</name>
                       <description>EPIC hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2_err</name>
                       <description>Error on EPIC hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3</name>
                       <description>EPIC Hardness Ratio 3, between the counts in the 2.0-4.5 and 1.0-2.0 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3_err</name>
                       <description>Error on EPIC Hardness Ratio 3, between the counts in the 2.0-4.5 and 1.0-2.0 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4</name>
                       <description>EPIC Hardness Ratio 4, between the counts in the 4.5-12.0 and 2.0-4.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4_err</name>
                       <description>Error on EPIC Hardness Ratio 4, between the counts in the 4.5-12.0 and 2.0-4.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_source_cat_equatorial_spoint</name>
                       <description>Coordinates of the source on the celestial sphere given in RA and DEC (J2000).</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_source_cat_fov_scircle</name>
                       <description>Circle projected on the surface of the celestial sphere centered at the coordinates of the source given in RA and DEC (J2000) and a given radius of 15 arc min.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_source_cat_galactic_spoint</name>
                       <description>Coordinates of the source on the celestial sphere given in latitude and longitude.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_source_cat_oid</name>
                       <description>Internal Identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_ontime</name>
                       <description>The EPIC ontime value, given in seconds, is the total good exposure time (after GTI filtering) </description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>high_background</name>
                       <description>The flag is set to True if this detection comes from a field which, during manual screening, was considered to have a high background level which notably impacted on source detection.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii</name>
                       <description>Galactic Longitude [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_bg</name>
                       <description>M1 background map value in the 0.2-0.5 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_det_ml</name>
                       <description>M1 detection maximum likelihood value in the 0.2-0.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_rate</name>
                       <description>M1 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_rate_err</name>
                       <description>Error on M1 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_vig</name>
                       <description>M1 Vignetting map value in the 0.2-0.5 KeV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_bg</name>
                       <description>M1 background map value in the 0.5-1.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_det_ml</name>
                       <description>M1 detection maximum likelihood value in the 0.5-1.0 keV band </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_rate</name>
                       <description>M1 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_rate_err</name>
                       <description>Error on M1 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_bg</name>
                       <description>M1 background map value in the 1.0-2.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_det_ml</name>
                       <description>M1 detection maximum likelihood value in the 1.0-2.0 keV band </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_rate</name>
                       <description>M1 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_rate_err</name>
                       <description>Error on M1 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_bg</name>
                       <description>M1 background map value in the 2.0-4.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_det_ml</name>
                       <description>M1 detection maximum likelihood value in the 2.0-4.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_rate</name>
                       <description>M1 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_rate_err</name>
                       <description>Error on M1 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_bg</name>
                       <description>M1 background map value in the 4.5-12.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_det_ml</name>
                       <description>M1 detection maximum likelihood value in the 4.5-12.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_rate</name>
                       <description>M1 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_rate_err</name>
                       <description>Error on M1 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_8_cts</name>
                       <description>M1 source count in the 0.2-12.0 keV band </description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_8_cts_err</name>
                       <description>Error on M1 source count in the 0.2-12.0 keV band </description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_8_det_ml</name>
                       <description>M1 detection maximum likelihood value in the 0.2-12.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_8_rate</name>
                       <description>M1 count rate in the 0.2-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_8_rate_err</name>
                       <description>Error on M1 count rate in the 0.2-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_filter</name>
                       <description>M1 filter. The options are Thick, Medium, Thin1, and Open, depending on the efficiency of the optical blocking.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flag</name>
                       <description>MOS1 flag string made of the flags 1-12 (counted from left to right) for the MOS1 source detection.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1</name>
                       <description>M1 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1_err</name>
                       <description>Error on M1 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2</name>
                       <description>M1 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2_err</name>
                       <description>Error on M1 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3</name>
                       <description>M1 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3_err</name>
                       <description>Error on M1 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4</name>
                       <description>M1 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4_err</name>
                       <description>Error on M1 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_offax</name>
                       <description>Distance between the detection position and the onaxis position on the respective detector.</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_pileup</name>
                       <description>Estimate of the pile-up level in EPIC/MOS1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_submode</name>
                       <description>M1 observing mode. The options are full frame mode with the full FOV exposed, partial window mode with only parts of the central CCD exposed and timing mode where the central CCD was not exposed ('Fast Uncompressed').</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_submode_friendly_name</name>
                       <description>M1 observing mode. The options are full frame mode with the full FOV exposed, partial window mode with only parts of the central CCD exposed and timing mode where the central CCD was not exposed ('Fast Uncompressed').</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_bg</name>
                       <description>M2 background map value in the 0.2-0.5 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_det_ml</name>
                       <description>M2 detection maximum likelihood value in the 0.2-0.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_rate</name>
                       <description>M2 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_rate_err</name>
                       <description>Error on M2 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_vig</name>
                       <description>M2 Vignetting map value in the 0.2-0.5 KeV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_bg</name>
                       <description>M2 background map value in the 0.5-1.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_det_ml</name>
                       <description>M2 detection maximum likelihood value in the 0.5-1.0 keV band </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_rate</name>
                       <description>M2 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_rate_err</name>
                       <description>Error on M2 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_bg</name>
                       <description>M2 background map value in the 1.0-2.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_det_ml</name>
                       <description>M2 detection maximum likelihood value in the 1.0-2.0 keV band </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_rate</name>
                       <description>M2 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_rate_err</name>
                       <description>Error on M2 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_bg</name>
                       <description>M2 background map value in the 2.0-4.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_det_ml</name>
                       <description>M2 detection maximum likelihood value in the 2.0-4.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_rate</name>
                       <description>M2 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_rate_err</name>
                       <description>Error on M2 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_bg</name>
                       <description>M2 background map value in the 4.5-12.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_det_ml</name>
                       <description>M2 detection maximum likelihood value in the 4.5-12.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_rate</name>
                       <description>M2 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_rate_err</name>
                       <description>Error on M2 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_8_cts</name>
                       <description>M1 source count in the 0.2-12.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_8_cts_err</name>
                       <description>Error on M1 source count in the 0.2-12.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_8_det_ml</name>
                       <description>M2 detection maximum likelihood value in the 0.2-12.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_8_rate</name>
                       <description>M2 count rate in the 0.2-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_8_rate_err</name>
                       <description>Error on M2 count rate in the 0.2-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_filter</name>
                       <description>M2 filter. The options are Thick, Medium, Thin1, and Open, depending on the efficiency of the optical blocking.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flag</name>
                       <description>MOS2 flag string made of the flags 1-12 (counted from left to right) for the MOS2 source detection.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1</name>
                       <description>M2 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1_err</name>
                       <description>Error on M2 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2</name>
                       <description>M2 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2_err</name>
                       <description>Error on M2 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3</name>
                       <description>M2 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3_err</name>
                       <description>Error on M2 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4</name>
                       <description>M2 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4_err</name>
                       <description>Error on M2 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_offax</name>
                       <description>Distance between the detection position and the onaxis position on the respective detector.</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_pileup</name>
                       <description>Estimate of the pile-up level in EPIC/MOS2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_submode</name>
                       <description>M2 observing mode. The options are full frame mode with the full FOV exposed, partial window mode with only parts of the central CCD exposed  and timing mode where the central CCD was not e exposed ('Fast Uncompressed').",</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_submode_friendly_name</name>
                       <description>M2 observing mode. The options are full frame mode with the full FOV exposed, partial window mode with only parts of the central CCD exposed  and timing mode where the central CCD was not e exposed ('Fast Uncompressed').</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_stop</name>
                       <description>Modified Julian Date (i.e., JD - 2400000.5) of the end of the observation.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_detections</name>
                       <description>The number of detections of the unique source SRCID used to derive the combined values.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>The XMM-Newton observation identification.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Internal Identifier for OM observation</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_bg</name>
                       <description>PN background map value in the 0.2-0.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_det_ml</name>
                       <description>PN detection maximum likelihood in the (0.2-0.5 keV) band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_rate</name>
                       <description>PN count rate in the 0.2-0.5 keV band </description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_rate_err</name>
                       <description>Error on the PN count rate in the 0.2-0.5 keV band </description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_vig</name>
                       <description>PN Vignetting map value in the 0.2-0.5 KeV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_bg</name>
                       <description>PN background map value in the 0.5-1.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_det_ml</name>
                       <description>PN detection maximum likelihood in the (0.5-1.0 keV) band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_rate</name>
                       <description>PN count rate in the 0.5-1.0 keV band </description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_rate_err</name>
                       <description>Error on PN count rate in the 0.5-1.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_bg</name>
                       <description>PN background map value in the 1.0-2.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_det_ml</name>
                       <description>PN detection maximum likelihood in the (1.0-2.0 keV) band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_rate</name>
                       <description>PN count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_rate_err</name>
                       <description>Error on PN count rate in the 1.0-2.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_bg</name>
                       <description>PN background map value in the 2.0-4.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_det_ml</name>
                       <description>PN detection maximum likelihood in the (2.0-4.5 keV) band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_rate</name>
                       <description>PN count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_rate_err</name>
                       <description>Error on PN count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_bg</name>
                       <description>PN background map value in the 4.5-12.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_det_ml</name>
                       <description>PN detection maximum likelihood in the (4.5-12.0 keV) band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_rate</name>
                       <description>PN count rate in the 4.5-12.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_rate_err</name>
                       <description>Error on PN count rate in the 4.5-12.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_8_cts</name>
                       <description>PN source count in the 0.2-12.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_8_cts_err</name>
                       <description>Error on PN source count in the 0.2-12.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_8_det_ml</name>
                       <description>PN detection maximum likelihood in the (0.2-12.0 keV) band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_8_rate</name>
                       <description>PN count rate in the 0.2-12.0 keV </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_8_rate_err</name>
                       <description>Error PN count rate in the 0.2-12.0 keV </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_filter</name>
                       <description>PN filter. The options are Thick, Medium, Thin1, Thin2, and Open, depending on the efficiency of the optical blocking.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flag</name>
                       <description>PN flag string made of the flags 1-12 (counted from left to right) for the PN source detection.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1</name>
                       <description>PN hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1_err</name>
                       <description>Error on PN hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2</name>
                       <description>PN hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2_err</name>
                       <description>Error on PN hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3</name>
                       <description>PN hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3_err</name>
                       <description>Error on PN hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4</name>
                       <description>PN hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4_err</name>
                       <description>Error on PN hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_offax</name>
                       <description>Distance between the detection position and the onaxis position on the respective detector.</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_pileup</name>
                       <description>Estimate of the pile-up level in EPIC/pn</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_submode</name>
                       <description>PN observing mode. The options are full frame mode with the full FOV exposed (in two sub-modes), and large window mode with only parts of the FOV exposed.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_submode_friendly_name</name>
                       <description>PN observing mode. The options are full frame mode with the full FOV exposed (in two sub-modes), and large window mode with only parts of the FOV exposed.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>poserr</name>
                       <description>Position error of the nearest 3XMM-DR7 source after field rectifications</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ppsver</name>
                       <description>PPS Version</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_err</name>
                       <description>Radial error on the position, computed as sqrt(ra_err2 + dec_err2), in arcsecs, where ra_err and dec_err are the 1 sigma uncertainties in the RA and DEC coordinates respectively. </description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>revolut</name>
                       <description>The XMM-Newton revolution number</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_chi2prob</name>
                       <description>The chi square probability (based on the null hypothesis) that the unique source SRCID as detected by any of the observations is constant, that is, the minimum value of the EPIC probabilities in each detection, EP</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_det_ml</name>
                       <description>Total band detection likelihood of a unique source, calculated as the maximum of the likelihoods of all detections of this source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_1_flux</name>
                       <description>The mean band 1 flux (0.2 - 0.5 keV) of all the detections of the source SRCID (see EP_1_FLUX) weighted by the errors (EP_1_FLUX_ERR), in erg/cm2/s.]</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_1_flux_err</name>
                       <description>Error on the weighted mean band 1 flux in SC_EP_1_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_2_flux</name>
                       <description>The mean band 2 flux (0.5 - 1.0 keV) of all the detections of the source SRCID (see EP_2_FLUX) weighted by the errors (EP_2_FLUX_ERR), in erg/cm2/s.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_2_flux_err</name>
                       <description>Error on the weighted mean band 2 flux in SC_EP_2_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_3_flux</name>
                       <description>The mean band 3 flux (1.0 - 2.0 keV) of all the detections of the source SRCID (see EP_3_FLUX) weighted by the errors (EP_3_FLUX_ERR), in erg/cm2/s.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_3_flux_err</name>
                       <description>Error on the weighted mean band 3 flux in SC_EP_3_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_4_flux</name>
                       <description>The mean band 4 flux (2.0 - 4.5 keV) of all the detections of the source SRCID (see EP_4_FLUX) weighted by the errors (EP_4_FLUX_ERR), in erg/cm2/s.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_4_flux_err</name>
                       <description>Error on the weighted mean band 4 flux in SC_EP_4_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_5_flux</name>
                       <description>The mean band 5 flux (4.5 - 12 keV) of all the detections of the source SRCID (see EP_5_FLUX) weighted by the errors (EP_5_FLUX_ERR), in erg/cm2/s.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_5_flux_err</name>
                       <description>Error on the weighted mean band 5 flux in SC_EP_5_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_8_flux</name>
                       <description>The mean total band flux (0.2 - 12 keV) of all the detections of the source SRCID (see EP_8_FLUX) weighted by the errors (EP_8_FLUX_ERR), in erg/cm2/s.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_8_flux_err</name>
                       <description>Error on the weighted mean band 8 flux in SC_EP_8_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_8_fmax</name>
                       <description>The maximum EPIC band 8 flux (EP_8_FLUX) amongst any of the constituent detections of the unique source.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_8_fmax_err</name>
                       <description>The error on the maximum EPIC band 8 flux (EP_8_FLUX) amongst any of the constituent detections of the unique source.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_8_fmin</name>
                       <description>The minimum EPIC band 8 flux (EP_8_FLUX) amongst any of the constituent detections of the unique source.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_8_fmin_err</name>
                       <description>The error on the minimum EPIC band 8 flux (EP_8_FLUX) amongst any of the constituent detections of the unique source.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_9_flux</name>
                       <description>The mean band 9 flux (0.5 - 4.5 keV) of all the detections of the source SRCID (see EP_9_FLUX) weighted by the errors (EP_9_FLUX_ERR), in erg/cm2/s.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_9_flux_err</name>
                       <description>Error on the weighted mean band 9 flux in SC_EP_9_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_extent</name>
                       <description>The total band extent (arcseconds) of the source SRCID is the weighted average of the EPIC extents of all detection of this source (EP_EXTENT)</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ext_err</name>
                       <description>error on source extension</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ext_ml</name>
                       <description>The total band detection likelihood of the extended source SRCID is the largest of the extent likelihoods of all detection of this source (EP_EXTENT_ML)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_fvar</name>
                       <description>The fractional excess variance of the unique source. It is the value corresponding to the exposure and instrument that shows the lowest probability of being constant</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_fvarerr</name>
                       <description>The error on the fractional excess variance of the unique source. It is the value corresponds to the exposure and instrument that shows the lowest probability of being constant .</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr1</name>
                       <description>The mean hardness ratio of the bands 1 and 2 of all the detections of the source SRCID (EP_HR1) weighted by the errors (EP_HR1_ERR).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr1_err</name>
                       <description>Error on the weighted mean hardness ration in SC_HR1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr2</name>
                       <description>The mean hardness ratio of the bands 2 and 3 of all the detections of the source SRCID (EP_HR2) weighted by the errors (EP_HR2_ERR).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr2_err</name>
                       <description>Error on the weighted mean hardness ration in SC_HR2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr3</name>
                       <description>The mean hardness ratio of the bands 3 and 4 of all the detections of the source SRCID (EP_HR3) weighted by the errors (EP_HR3_ERR).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr3_err</name>
                       <description>Error on the weighted mean hardness ration in SC_HR3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr4</name>
                       <description>The mean hardness ratio of the bands 4 and 5 of all the detections of the source SRCID (EP_HR4) weighted by the errors (EP_HR4_ERR)..</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr4_err</name>
                       <description>Error on the weighted mean hardness ration in SC_HR4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_sum_flag</name>
                       <description>The summary flag for the unique source SRCID is taken to be the worst flag of all detections of this source (SUM_FLAG).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_var_flag</name>
                       <description>The variability flag for the unique source SRCID is set to VAR_FLAG of the most variable detection of this source. Note that where a timeseries is not available or insufficient points are left in the timeseries after applying background flare GTIs, the value is set to NULL or Undefined</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spectra</name>
                       <description>The flag is set to True if this detection has a spectrum made in at least one exposure.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcid</name>
                       <description>A unique number assigned to a group of catalogue entries which are assumed to be the same source.</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>src_num</name>
                       <description>The (decimal) source number in the individual source list for this observation</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sum_flag</name>
                       <description>The summary flag of the detection is derived from the EPIC flag.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tseries</name>
                       <description>The flag is set to True if this detection has a time series made in at least one exposure.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>iauname</name>
                       <description>The IAU name assigned to the unique SRCID</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension [degrees]</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination J2000 [degrees] </description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_flux</name>
                       <description>EPIC flux in the 0.2-12.0 keV band </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_flux_err</name>
                       <description>Error on the EPIC flux in the 0.2-12.0 keV band </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux</name>
                       <description>EPIC flux in the 0.5-1.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux_err</name>
                       <description>Error on  the EPIC flux in the 0.5-1.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux</name>
                       <description>EPIC flux in the 1.0-2.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux_err</name>
                       <description>Error on the EPIC flux in the 1.0-2.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux</name>
                       <description>EPIC flux in the 2.0-4.5 keV band </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux_err</name>
                       <description>Error on the EPIC flux in the 2.0-4.5 keV band </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux</name>
                       <description>EPIC flux in the 4.5-12.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux_err</name>
                       <description>Error on the EPIC flux in the 4.5-12.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_start</name>
                       <description>Modified Julian Date (i.e., JD - 2400000.5) of the start of the observation.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="983948" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_xsa_epic_source_cat_fdw</name>
                    <description>The XMM-Newton Serendipitous Source Catalogue: 4XMM-DR14</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii</name>
                       <description>Galactic Latitude [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ccdm1</name>
                       <description>M1 CCD number in which detection lies.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ccdm2</name>
                       <description>M2 CCD number in which detection lies.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ccdpn</name>
                       <description>PN CCD number in which detection lies.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>confused</name>
                       <description>Normally set False, but set True when a given detection has a probability above zero of being associated with two or more distinct sources.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_end</name>
                       <description>End date of the observation in UTC</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_obs</name>
                       <description>Start date of the observation in UTC</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_nn</name>
                       <description>The distance to the nearest neighbouring detection given in arcseconds. </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Exposure on time</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux</name>
                       <description>EPIC flux in the 0.2-0.5 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux_err</name>
                       <description>Error on EPIC flux in the 0.2-0.5 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_cts</name>
                       <description>EPIC source count in the 0.2-12.0 keV band </description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_cts_err</name>
                       <description>Error on EPIC source count in the 0.2-12.0 keV band </description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_det_ml</name>
                       <description>EPIC detection maximum likelihood value in the 0.2-12.0 keV band </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_rate</name>
                       <description>EPIC count rate in the 0.2-12.0 keV band</description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_rate_err</name>
                       <description>Error on the EPIC count rate in the 0.2-12.0 keV band</description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_9_det_ml</name>
                       <description>EPIC detection maximum likelihood value in the 0.5-4.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_9_flux</name>
                       <description>EPIC flux in the 0.5-4.5 keV band (XID band) </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_9_flux_err</name>
                       <description>Error on the EPIC flux in the 0.5-4.5 keV band (XID band)</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_9_rate</name>
                       <description>EPIC count rate in the 0.5-4.5 keV band</description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_9_rate_err</name>
                       <description>Error on the EPIC count rate in the 0.5-4.5 keV band</description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_extent</name>
                       <description>Extent radius of a source detected as extended by the SAS task emldetect </description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_extent_err</name>
                       <description>Error on the extent radius of a source detected as extended by the SAS task emldetect </description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_extent_ml</name>
                       <description>Extent likelihood of a source detected as extended by the SAS task emldetect</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1</name>
                       <description>EPIC Hardness Ratio 1, between counts in the 0.5-1.0 and the 0.2-0.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1_err</name>
                       <description>Error on EPIC Hardness Ratio 1, between counts in the 0.5-1.0 and the 0.2-0.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2</name>
                       <description>EPIC hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2_err</name>
                       <description>Error on EPIC hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3</name>
                       <description>EPIC Hardness Ratio 3, between the counts in the 2.0-4.5 and 1.0-2.0 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3_err</name>
                       <description>Error on EPIC Hardness Ratio 3, between the counts in the 2.0-4.5 and 1.0-2.0 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4</name>
                       <description>EPIC Hardness Ratio 4, between the counts in the 4.5-12.0 and 2.0-4.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4_err</name>
                       <description>Error on EPIC Hardness Ratio 4, between the counts in the 4.5-12.0 and 2.0-4.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_source_cat_equatorial_spoint</name>
                       <description>Coordinates of the source on the celestial sphere given in RA and DEC (J2000).</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_source_cat_fov_scircle</name>
                       <description>Circle projected on the surface of the celestial sphere centered at the coordinates of the source given in RA and DEC (J2000) and a given radius of 15 arc min.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_source_cat_galactic_spoint</name>
                       <description>Coordinates of the source on the celestial sphere given in latitude and longitude.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_source_cat_oid</name>
                       <description>Internal Identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_ontime</name>
                       <description>The EPIC ontime value, given in seconds, is the total good exposure time (after GTI filtering) </description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>high_background</name>
                       <description>The flag is set to True if this detection comes from a field which, during manual screening, was considered to have a high background level which notably impacted on source detection.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii</name>
                       <description>Galactic Longitude [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_bg</name>
                       <description>M1 background map value in the 0.2-0.5 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_det_ml</name>
                       <description>M1 detection maximum likelihood value in the 0.2-0.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_rate</name>
                       <description>M1 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_rate_err</name>
                       <description>Error on M1 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_vig</name>
                       <description>M1 Vignetting map value in the 0.2-0.5 KeV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_bg</name>
                       <description>M1 background map value in the 0.5-1.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_det_ml</name>
                       <description>M1 detection maximum likelihood value in the 0.5-1.0 keV band </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_rate</name>
                       <description>M1 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_rate_err</name>
                       <description>Error on M1 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_bg</name>
                       <description>M1 background map value in the 1.0-2.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_det_ml</name>
                       <description>M1 detection maximum likelihood value in the 1.0-2.0 keV band </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_rate</name>
                       <description>M1 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_rate_err</name>
                       <description>Error on M1 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_bg</name>
                       <description>M1 background map value in the 2.0-4.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_det_ml</name>
                       <description>M1 detection maximum likelihood value in the 2.0-4.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_rate</name>
                       <description>M1 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_rate_err</name>
                       <description>Error on M1 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_bg</name>
                       <description>M1 background map value in the 4.5-12.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_det_ml</name>
                       <description>M1 detection maximum likelihood value in the 4.5-12.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_rate</name>
                       <description>M1 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_rate_err</name>
                       <description>Error on M1 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_8_cts</name>
                       <description>M1 source count in the 0.2-12.0 keV band </description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_8_cts_err</name>
                       <description>Error on M1 source count in the 0.2-12.0 keV band </description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_8_det_ml</name>
                       <description>M1 detection maximum likelihood value in the 0.2-12.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_8_rate</name>
                       <description>M1 count rate in the 0.2-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_8_rate_err</name>
                       <description>Error on M1 count rate in the 0.2-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flag</name>
                       <description>MOS1 flag string made of the flags 1-12 (counted from left to right) for the MOS1 source detection.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1</name>
                       <description>M1 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1_err</name>
                       <description>Error on M1 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2</name>
                       <description>M1 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2_err</name>
                       <description>Error on M1 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3</name>
                       <description>M1 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3_err</name>
                       <description>Error on M1 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4</name>
                       <description>M1 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4_err</name>
                       <description>Error on M1 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_offax</name>
                       <description>Distance between the detection position and the onaxis position on the respective detector.</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_pileup</name>
                       <description>Estimate of the pile-up level in EPIC/MOS1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_submode</name>
                       <description>M1 observing mode. The options are full frame mode with the full FOV exposed, partial window mode with only parts of the central CCD exposed and timing mode where the central CCD was not exposed ('Fast Uncompressed').</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_submode_friendly_name</name>
                       <description>M1 observing mode. The options are full frame mode with the full FOV exposed, partial window mode with only parts of the central CCD exposed and timing mode where the central CCD was not exposed ('Fast Uncompressed').</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_bg</name>
                       <description>M2 background map value in the 0.2-0.5 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_det_ml</name>
                       <description>M2 detection maximum likelihood value in the 0.2-0.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_rate</name>
                       <description>M2 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_rate_err</name>
                       <description>Error on M2 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_vig</name>
                       <description>M2 Vignetting map value in the 0.2-0.5 KeV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_bg</name>
                       <description>M2 background map value in the 0.5-1.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_det_ml</name>
                       <description>M2 detection maximum likelihood value in the 0.5-1.0 keV band </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_rate</name>
                       <description>M2 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_rate_err</name>
                       <description>Error on M2 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_bg</name>
                       <description>M2 background map value in the 1.0-2.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_det_ml</name>
                       <description>M2 detection maximum likelihood value in the 1.0-2.0 keV band </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_rate</name>
                       <description>M2 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_rate_err</name>
                       <description>Error on M2 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_bg</name>
                       <description>M2 background map value in the 2.0-4.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_det_ml</name>
                       <description>M2 detection maximum likelihood value in the 2.0-4.5 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_rate</name>
                       <description>M2 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_rate_err</name>
                       <description>Error on M2 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_bg</name>
                       <description>M2 background map value in the 4.5-12.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_det_ml</name>
                       <description>M2 detection maximum likelihood value in the 4.5-12.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_rate</name>
                       <description>M2 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_rate_err</name>
                       <description>Error on M2 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_8_cts</name>
                       <description>M1 source count in the 0.2-12.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_8_cts_err</name>
                       <description>Error on M1 source count in the 0.2-12.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_8_det_ml</name>
                       <description>M2 detection maximum likelihood value in the 0.2-12.0 keV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_8_rate</name>
                       <description>M2 count rate in the 0.2-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_8_rate_err</name>
                       <description>Error on M2 count rate in the 0.2-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flag</name>
                       <description>MOS2 flag string made of the flags 1-12 (counted from left to right) for the MOS2 source detection.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1</name>
                       <description>M2 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1_err</name>
                       <description>Error on M2 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2</name>
                       <description>M2 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2_err</name>
                       <description>Error on M2 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3</name>
                       <description>M2 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3_err</name>
                       <description>Error on M2 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4</name>
                       <description>M2 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4_err</name>
                       <description>Error on M2 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_offax</name>
                       <description>Distance between the detection position and the onaxis position on the respective detector.</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_pileup</name>
                       <description>Estimate of the pile-up level in EPIC/MOS2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_submode</name>
                       <description>M2 observing mode. The options are full frame mode with the full FOV exposed, partial window mode with only parts of the central CCD exposed  and timing mode where the central CCD was not e exposed ('Fast Uncompressed').,</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_submode_friendly_name</name>
                       <description>M2 observing mode. The options are full frame mode with the full FOV exposed, partial window mode with only parts of the central CCD exposed  and timing mode where the central CCD was not e exposed ('Fast Uncompressed').</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_stop</name>
                       <description>Modified Julian Date (i.e., JD - 2400000.5) of the end of the observation.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_detections</name>
                       <description>The number of detections of the unique source SRCID used to derive the combined values.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>The XMM-Newton observation identification.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Internal Identifier for OM observation</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_bg</name>
                       <description>PN background map value in the 0.2-0.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_det_ml</name>
                       <description>PN detection maximum likelihood in the (0.2-0.5 keV) band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_rate</name>
                       <description>PN count rate in the 0.2-0.5 keV band </description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_rate_err</name>
                       <description>Error on the PN count rate in the 0.2-0.5 keV band </description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_vig</name>
                       <description>PN Vignetting map value in the 0.2-0.5 KeV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_bg</name>
                       <description>PN background map value in the 0.5-1.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_det_ml</name>
                       <description>PN detection maximum likelihood in the (0.5-1.0 keV) band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_rate</name>
                       <description>PN count rate in the 0.5-1.0 keV band </description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_rate_err</name>
                       <description>Error on PN count rate in the 0.5-1.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_bg</name>
                       <description>PN background map value in the 1.0-2.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_det_ml</name>
                       <description>PN detection maximum likelihood in the (1.0-2.0 keV) band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_rate</name>
                       <description>PN count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_rate_err</name>
                       <description>Error on PN count rate in the 1.0-2.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_bg</name>
                       <description>PN background map value in the 2.0-4.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_det_ml</name>
                       <description>PN detection maximum likelihood in the (2.0-4.5 keV) band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_rate</name>
                       <description>PN count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_rate_err</name>
                       <description>Error on PN count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_bg</name>
                       <description>PN background map value in the 4.5-12.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_det_ml</name>
                       <description>PN detection maximum likelihood in the (4.5-12.0 keV) band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_rate</name>
                       <description>PN count rate in the 4.5-12.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_rate_err</name>
                       <description>Error on PN count rate in the 4.5-12.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_8_cts</name>
                       <description>PN source count in the 0.2-12.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_8_cts_err</name>
                       <description>Error on PN source count in the 0.2-12.0 keV band</description>
                       <unit>count</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_8_det_ml</name>
                       <description>PN detection maximum likelihood in the (0.2-12.0 keV) band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_8_rate</name>
                       <description>PN count rate in the 0.2-12.0 keV </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_8_rate_err</name>
                       <description>Error PN count rate in the 0.2-12.0 keV </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flag</name>
                       <description>PN flag string made of the flags 1-12 (counted from left to right) for the PN source detection.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1</name>
                       <description>PN hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1_err</name>
                       <description>Error on PN hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2</name>
                       <description>PN hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2_err</name>
                       <description>Error on PN hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3</name>
                       <description>PN hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3_err</name>
                       <description>Error on PN hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4</name>
                       <description>PN hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4_err</name>
                       <description>Error on PN hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_offax</name>
                       <description>Distance between the detection position and the onaxis position on the respective detector.</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_pileup</name>
                       <description>Estimate of the pile-up level in EPIC/pn</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_submode</name>
                       <description>PN observing mode. The options are full frame mode with the full FOV exposed (in two sub-modes), and large window mode with only parts of the FOV exposed.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_submode_friendly_name</name>
                       <description>PN observing mode. The options are full frame mode with the full FOV exposed (in two sub-modes), and large window mode with only parts of the FOV exposed.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>poserr</name>
                       <description>Position error of the nearest 3XMM-DR7 source after field rectifications</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ppsver</name>
                       <description>PPS Version</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_err</name>
                       <description>Radial error on the position, computed as sqrt(ra_err2 + dec_err2), in arcsecs, where ra_err and dec_err are the 1 sigma uncertainties in the RA and DEC coordinates respectively. </description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>revolut</name>
                       <description>The XMM-Newton revolution number</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_chi2prob</name>
                       <description>The chi square probability (based on the null hypothesis) that the unique source SRCID as detected by any of the observations is constant, that is, the minimum value of the EPIC probabilities in each detection, EP</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_det_ml</name>
                       <description>Total band detection likelihood of a unique source, calculated as the maximum of the likelihoods of all detections of this source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_1_flux</name>
                       <description>The mean band 1 flux (0.2 - 0.5 keV) of all the detections of the source SRCID (see EP_1_FLUX) weighted by the errors (EP_1_FLUX_ERR), in erg/cm2/s.]</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_1_flux_err</name>
                       <description>Error on the weighted mean band 1 flux in SC_EP_1_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_2_flux</name>
                       <description>The mean band 2 flux (0.5 - 1.0 keV) of all the detections of the source SRCID (see EP_2_FLUX) weighted by the errors (EP_2_FLUX_ERR), in erg/cm2/s.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_2_flux_err</name>
                       <description>Error on the weighted mean band 2 flux in SC_EP_2_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_3_flux</name>
                       <description>The mean band 3 flux (1.0 - 2.0 keV) of all the detections of the source SRCID (see EP_3_FLUX) weighted by the errors (EP_3_FLUX_ERR), in erg/cm2/s.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_3_flux_err</name>
                       <description>Error on the weighted mean band 3 flux in SC_EP_3_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_4_flux</name>
                       <description>The mean band 4 flux (2.0 - 4.5 keV) of all the detections of the source SRCID (see EP_4_FLUX) weighted by the errors (EP_4_FLUX_ERR), in erg/cm2/s.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_4_flux_err</name>
                       <description>Error on the weighted mean band 4 flux in SC_EP_4_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_5_flux</name>
                       <description>The mean band 5 flux (4.5 - 12 keV) of all the detections of the source SRCID (see EP_5_FLUX) weighted by the errors (EP_5_FLUX_ERR), in erg/cm2/s.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_5_flux_err</name>
                       <description>Error on the weighted mean band 5 flux in SC_EP_5_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_8_flux</name>
                       <description>The mean total band flux (0.2 - 12 keV) of all the detections of the source SRCID (see EP_8_FLUX) weighted by the errors (EP_8_FLUX_ERR), in erg/cm2/s.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_8_flux_err</name>
                       <description>Error on the weighted mean band 8 flux in SC_EP_8_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_8_fmax</name>
                       <description>The maximum EPIC band 8 flux (EP_8_FLUX) amongst any of the constituent detections of the unique source.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_8_fmax_err</name>
                       <description>The error on the maximum EPIC band 8 flux (EP_8_FLUX) amongst any of the constituent detections of the unique source.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_8_fmin</name>
                       <description>The minimum EPIC band 8 flux (EP_8_FLUX) amongst any of the constituent detections of the unique source.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_8_fmin_err</name>
                       <description>The error on the minimum EPIC band 8 flux (EP_8_FLUX) amongst any of the constituent detections of the unique source.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_9_flux</name>
                       <description>The mean band 9 flux (0.5 - 4.5 keV) of all the detections of the source SRCID (see EP_9_FLUX) weighted by the errors (EP_9_FLUX_ERR), in erg/cm2/s.</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ep_9_flux_err</name>
                       <description>Error on the weighted mean band 9 flux in SC_EP_9_FLUX</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_extent</name>
                       <description>The total band extent (arcseconds) of the source SRCID is the weighted average of the EPIC extents of all detection of this source (EP_EXTENT)</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ext_err</name>
                       <description>error on source extension</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_ext_ml</name>
                       <description>The total band detection likelihood of the extended source SRCID is the largest of the extent likelihoods of all detection of this source (EP_EXTENT_ML)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_fvar</name>
                       <description>The fractional excess variance of the unique source. It is the value corresponding to the exposure and instrument that shows the lowest probability of being constant</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_fvarerr</name>
                       <description>The error on the fractional excess variance of the unique source. It is the value corresponds to the exposure and instrument that shows the lowest probability of being constant .</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr1</name>
                       <description>The mean hardness ratio of the bands 1 and 2 of all the detections of the source SRCID (EP_HR1) weighted by the errors (EP_HR1_ERR).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr1_err</name>
                       <description>Error on the weighted mean hardness ration in SC_HR1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr2</name>
                       <description>The mean hardness ratio of the bands 2 and 3 of all the detections of the source SRCID (EP_HR2) weighted by the errors (EP_HR2_ERR).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr2_err</name>
                       <description>Error on the weighted mean hardness ration in SC_HR2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr3</name>
                       <description>The mean hardness ratio of the bands 3 and 4 of all the detections of the source SRCID (EP_HR3) weighted by the errors (EP_HR3_ERR).</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr3_err</name>
                       <description>Error on the weighted mean hardness ration in SC_HR3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr4</name>
                       <description>The mean hardness ratio of the bands 4 and 5 of all the detections of the source SRCID (EP_HR4) weighted by the errors (EP_HR4_ERR)..</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_hr4_err</name>
                       <description>Error on the weighted mean hardness ration in SC_HR4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_sum_flag</name>
                       <description>The summary flag for the unique source SRCID is taken to be the worst flag of all detections of this source (SUM_FLAG).</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sc_var_flag</name>
                       <description>The variability flag for the unique source SRCID is set to VAR_FLAG of the most variable detection of this source. Note that where a timeseries is not available or insufficient points are left in the timeseries after applying background flare GTIs, the value is set to NULL or Undefined</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spectra</name>
                       <description>The flag is set to True if this detection has a spectrum made in at least one exposure.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcid</name>
                       <description>A unique number assigned to a group of catalogue entries which are assumed to be the same source.</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>src_num</name>
                       <description>The (decimal) source number in the individual source list for this observation</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sum_flag</name>
                       <description>The summary flag of the detection is derived from the EPIC flag.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>iauname</name>
                       <description>The IAU name assigned to the unique SRCID</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension [degrees]</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination J2000 [degrees] </description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detid</name>
                       <description>Detection identifier of the nearest unique 3XMM-DR7 source in OBS_ID</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_flux</name>
                       <description>EPIC flux in the 0.2-12.0 keV band </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_8_flux_err</name>
                       <description>Error on the EPIC flux in the 0.2-12.0 keV band </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux</name>
                       <description>EPIC flux in the 0.5-1.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux_err</name>
                       <description>Error on  the EPIC flux in the 0.5-1.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux</name>
                       <description>EPIC flux in the 1.0-2.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux_err</name>
                       <description>Error on the EPIC flux in the 1.0-2.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux</name>
                       <description>EPIC flux in the 2.0-4.5 keV band </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux_err</name>
                       <description>Error on the EPIC flux in the 2.0-4.5 keV band </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux</name>
                       <description>EPIC flux in the 4.5-12.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux_err</name>
                       <description>Error on the EPIC flux in the 4.5-12.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_start</name>
                       <description>Modified Julian Date (i.e., JD - 2400000.5) of the start of the observation.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_filter</name>
                       <description>M1 filter. The options are Thick, Medium, Thin1, and Open, depending on the efficiency of the optical blocking.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_filter</name>
                       <description>M2 filter. The options are Thick, Medium, Thin1, and Open, depending on the efficiency of the optical blocking.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_filter</name>
                       <description>PN filter. The options are Thick, Medium, Thin1, Thin2, and Open, depending on the efficiency of the optical blocking.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tseries</name>
                       <description>The flag is set to True if this detection has a time series made in at least one exposure.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="335812" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_xsa_epic_stack_cat_dr11_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astcorr</name>
                       <description>Flag: observation was astrometrically corrected</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii</name>
                       <description>Galactic Latitude [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_deofferr</name>
                       <description>1-sigma error on CC_DEOFFSET</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_deoffset</name>
                       <description>catcorr shift of the declination in the field</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_nmatches</name>
                       <description>catcorr number of usable matches with the reference catalogue</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_pofferr</name>
                       <description>1-sigma error on CC_POFFSET</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_poffset</name>
                       <description>catcorr total position shift of the field</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_raofferr</name>
                       <description>1-sigma error on CC_RAOFFSET</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_raoffset</name>
                       <description>catcorr shift of the right ascension in the field</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_refcat</name>
                       <description>catcorr reference catalogue</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_rot_corr</name>
                       <description>catcorr shift of the position angle in the field</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_rot_err</name>
                       <description>1-sigma error on CC_ROT_CORR</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2prob_4xmmdr11</name>
                       <description>Probability of the DR7 source to be consistent with constant flux</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination J2000 [degrees] </description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_4xmmdr11</name>
                       <description>Mean declination (SC_)DEC of the nearest unique 4XMM-DR11 source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detid_4xmmdr11</name>
                       <description>Detection identifier of the nearest unique 4XMM-DR11 source in OBS_ID</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_4xmmdr11</name>
                       <description>Distance to the nearest 4XMM-DR11 source / its detection in OBS_ID</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_nn</name>
                       <description>The distance to the nearest neighbouring detection given in arcseconds. </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_ref</name>
                       <description>Distance to the reference coordinates of the field</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux</name>
                       <description>EPIC flux in the 0.2-0.5 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux_err</name>
                       <description>Error on EPIC flux in the 0.2-0.5 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux</name>
                       <description>EPIC flux in the 0.5-1.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux_err</name>
                       <description>Error on  the EPIC flux in the 0.5-1.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux</name>
                       <description>EPIC flux in the 1.0-2.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux_err</name>
                       <description>Error on the EPIC flux in the 1.0-2.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux</name>
                       <description>EPIC flux in the 2.0-4.5 keV band </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux_err</name>
                       <description>Error on the EPIC flux in the 2.0-4.5 keV band </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux</name>
                       <description>EPIC flux in the 4.5-12.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux_err</name>
                       <description>Error on the EPIC flux in the 4.5-12.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_cts</name>
                       <description>All EPIC number of counts</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_cts_err</name>
                       <description>1-sigma error on EP_CTS</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_det_ml</name>
                       <description>All-EPIC equivalent maximum detection likelihood</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_flag</name>
                       <description>EPIC Quality Flag</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_flux</name>
                       <description>EPIC flux in the 0.2-12.0 keV band</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_flux_err</name>
                       <description>1-sigma Error on EPIC flux in the 0.2-12.0 keV band</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1</name>
                       <description>EPIC Hardness Ratio 1, between counts in the 0.5-1.0 and the 0.2-0.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1_err</name>
                       <description>Error on EPIC Hardness Ratio 1, between counts in the 0.5-1.0 and the 0.2-0.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2</name>
                       <description>EPIC hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2_err</name>
                       <description>Error on EPIC hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3</name>
                       <description>EPIC Hardness Ratio 3, between the counts in the 2.0-4.5 and 1.0-2.0 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3_err</name>
                       <description>Error on EPIC Hardness Ratio 3, between the counts in the 2.0-4.5 and 1.0-2.0 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4</name>
                       <description>EPIC Hardness Ratio 4, between the counts in the 4.5-12.0 and 2.0-4.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4_err</name>
                       <description>Error on EPIC Hardness Ratio 4, between the counts in the 4.5-12.0 and 2.0-4.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_stack_cat_equatorial_spoint</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_stack_cat_fov_scircle</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_stack_cat_galactic_spoint</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_xmm_stack_cat_oid</name>
                       <description>Internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_offax</name>
                       <description>Minimum EPIC offaxis angle between source position and aim point</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_ontime</name>
                       <description>The EPIC ontime value, given in seconds, is the total good exposure time (after GTI filtering) </description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_rate</name>
                       <description>All EPIC count rate</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_rate_err</name>
                       <description>1-sigma error on EP_RATE</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent</name>
                       <description>Extent radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent_err</name>
                       <description>1-sigma error on EXTENT</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent_ml</name>
                       <description>Likelihood of the detection being extended</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_21</name>
                       <description>Reduced chi square of EPIC band 2 to 1 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_31</name>
                       <description>Reduced chi square of EPIC band 3 to 1 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_32</name>
                       <description>Reduced chi square of EPIC band 3 to 2 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_41</name>
                       <description>Reduced chi square of EPIC band 4 to 1 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_42</name>
                       <description>Reduced chi square of EPIC band 4 to 2 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_43</name>
                       <description>Reduced chi square of EPIC band 4 to 3 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_51</name>
                       <description>Reduced chi square of EPIC band 5 to 1 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_52</name>
                       <description>Reduced chi square of EPIC band 5 to 2 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_53</name>
                       <description>Reduced chi square of EPIC band 5 to 3 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_54</name>
                       <description>Reduced chi square of EPIC band 5 to 4 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_21</name>
                       <description>Largest difference of EPIC band 2 to 1 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_31</name>
                       <description>Largest difference of EPIC band 3 to 1 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_32</name>
                       <description>Largest difference of EPIC band 3 to 2 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_41</name>
                       <description>Largest difference of EPIC band 4 to 1 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_42</name>
                       <description>Largest difference of EPIC band 4 to 2 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_43</name>
                       <description>Largest difference of EPIC band 4 to 3 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_51</name>
                       <description>Largest difference of EPIC band 5 to 1 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_52</name>
                       <description>Largest difference of EPIC band 5 to 2 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_53</name>
                       <description>Largest difference of EPIC band 5 to 3 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_54</name>
                       <description>Largest difference of EPIC band 5 to 4 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_21</name>
                       <description>Probability that the flux band 2 to 1 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_31</name>
                       <description>Probability that the flux band 3 to 1 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_32</name>
                       <description>Probability that the flux band 3 to 2 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_41</name>
                       <description>Probability that the flux band 4 to 1 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_42</name>
                       <description>Probability that the flux band 4 to 2 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_43</name>
                       <description>Probability that the flux band 4 to 3 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_51</name>
                       <description>Probability that the flux band 5 to 1 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_52</name>
                       <description>Probability that the flux band 5 to 2 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_53</name>
                       <description>Probability that the flux band 5 to 3 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_54</name>
                       <description>Probability that the flux band 5 to 4 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxvar</name>
                       <description>Largest EPIC flux difference in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxvar_1</name>
                       <description>Largest EPIC band 1 flux difference in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxvar_2</name>
                       <description>Largest EPIC band 2 flux difference in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxvar_3</name>
                       <description>Largest EPIC band 3 flux difference in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxvar_4</name>
                       <description>Largest EPIC band 4 flux difference in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxvar_5</name>
                       <description>Largest EPIC band 5 flux difference in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio</name>
                       <description>EPIC flux ratio</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_1</name>
                       <description>EPIC band 1 flux ration</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_1_err</name>
                       <description>1-sigma error on F_RATIO_1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_2</name>
                       <description>EPIC band 2 flux ration</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_2_err</name>
                       <description>1-sigma error on F_RATIO_2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_3</name>
                       <description>EPIC band 3 flux ration</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_3_err</name>
                       <description>1-sigma error on F_RATIO_3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_4</name>
                       <description>EPIC band 4 flux ration</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_4_err</name>
                       <description>1-sigma error on F_RATIO_4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_5</name>
                       <description>EPIC band 5 flux ration</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_5_err</name>
                       <description>1-sigma error on F_RATIO_5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_err</name>
                       <description>1-sigma error on F_RATIO</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fvar_4xmmdr11</name>
                       <description>Fractional intra-obs. excess variance of the nearest 4XMM-DR11 source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fvarerr_4xmmdr11</name>
                       <description>1-sigma error on FVAR_4XMM-DR11</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>iauname</name>
                       <description>IAU name of the source</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>iauname_4xmmdr11</name>
                       <description>IAU name assigned to the nearest unique 4XMM-DR11 source</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii</name>
                       <description>Galactic Longitude [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_bg</name>
                       <description>M1 background map value in the 0.2-0.5 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_det_ml</name>
                       <description>EPIC/MOS1 equ. maximum detection likelihood in energy band 1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 1 on EPIC/MOS1</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_flux</name>
                       <description>EPIC/MOS1 Flux in Energy band 1</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_flux_err</name>
                       <description>1-sigma error on M1_2_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_rate</name>
                       <description>M1 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_rate_err</name>
                       <description>Error on M1 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_vig</name>
                       <description>M1 Vignetting map value in the 0.2-0.5 KeV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_bg</name>
                       <description>M1 background map value in the 0.5-1.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_det_ml</name>
                       <description>EPIC/MOS1 equ. maximum detection likelihood in energy band 2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 2 on EPIC/MOS1</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_flux</name>
                       <description>EPIC/MOS1 Flux in Energy band 2</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_flux_err</name>
                       <description>1-sigma error on M1_3_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_rate</name>
                       <description>M1 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_rate_err</name>
                       <description>Error on M1 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_vig</name>
                       <description>EPIC/MOS1 vignetting factor in energy band 1 for the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_bg</name>
                       <description>M1 background map value in the 1.0-2.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_det_ml</name>
                       <description>EPIC/MOS1 equ. maximum detection likelihood in energy band 3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 3 on EPIC/MOS1</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_flux</name>
                       <description>EPIC/MOS1 Flux in Energy band 3</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_flux_err</name>
                       <description>1-sigma error on M1_4_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_rate</name>
                       <description>M1 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_rate_err</name>
                       <description>Error on M1 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_vig</name>
                       <description>EPIC/MOS1 vignetting factor in energy band 2 for the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_bg</name>
                       <description>M1 background map value in the 2.0-4.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_det_ml</name>
                       <description>EPIC/MOS1 equ. maximum detection likelihood in energy band 4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 4 on EPIC/MOS1</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_flux</name>
                       <description>EPIC/MOS1 Flux in Energy band 3</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_flux_err</name>
                       <description>1-sigma error on M1_4_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_rate</name>
                       <description>M1 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_rate_err</name>
                       <description>Error on M1 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_vig</name>
                       <description>EPIC/MOS1 vignetting factor in energy band 3 for the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_bg</name>
                       <description>M1 background map value in the 4.5-12.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_det_ml</name>
                       <description>EPIC/MOS1 equ. maximum detection likelihood in energy band 5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 5 on EPIC/MOS1</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_flux</name>
                       <description>EPIC/MOS1 Flux in Energy band 5</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_flux_err</name>
                       <description>1-sigma error on M1_5_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_rate</name>
                       <description>M1 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_rate_err</name>
                       <description>Error on M1 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_vig</name>
                       <description>EPIC/MOS1 vignetting factor in energy band 5 for the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_bg</name>
                       <description>EPIC/MOS1 background map at detection position</description>
                       <unit>counts/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_bkg_cprob</name>
                       <description>EPIC/MOS1 Cauchy probability derived from M1_BKG_CRAREA</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_bkg_crarea</name>
                       <description>EPIC/MOS1 background rate per area</description>
                       <unit>counts/s/arcsec2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_cts</name>
                       <description>EPIC MOS1 number of counts</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_cts_err</name>
                       <description>1-sigma error on M1_CTS</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_det_ml</name>
                       <description>EPIC/MOS1 equ. maximum detection likelihood.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_exp</name>
                       <description>PSF-weighted exposure of the detection in EPIC/MOS1</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_filter</name>
                       <description>M1 filter. The options are Thick, Medium, Thin1, and Open, depending on the efficiency of the optical blocking.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flag</name>
                       <description>MOS1 flag string made of the flags 1-12 (counted from left to right) for the MOS1 source detection.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flux</name>
                       <description>Total EPIC/MOS1 flux</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flux_err</name>
                       <description>1-sigma error on M1_1_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1</name>
                       <description>M1 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1_err</name>
                       <description>Error on M1 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2</name>
                       <description>M1 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2_err</name>
                       <description>Error on M1 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3</name>
                       <description>M1 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3_err</name>
                       <description>Error on M1 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4</name>
                       <description>M1 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4_err</name>
                       <description>Error on M1 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_maskfrac</name>
                       <description>PSF-weighted detector coverage in EPIC/M1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_offax</name>
                       <description>Distance between the detector position and the onaxis position on the respective detector.</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_ontime</name>
                       <description>Total good exposure time in EPIC/MOS1</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_pileup</name>
                       <description>Estimate of the pile-up level in EPIC/MOS1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_rate</name>
                       <description>Total EPIC/MOS1 count rate</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_rate_err</name>
                       <description>1-sigma error on M1_RATE</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_submode</name>
                       <description>M1 observing mode. The options are full frame mode with the full FOV exposed, partial window mode with only parts of the central CCD exposed and timing mode where the central CCD was not exposed ('Fast Uncompressed').</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_bg</name>
                       <description>M2 background map value in the 0.2-0.5 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_det_ml</name>
                       <description>EPIC/MOS2 equ. maximum detection likelihood in energy band 1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 1 on EPIC/MOS2</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_flux</name>
                       <description>EPIC/MOS2 Flux in Energy band 1</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_flux_err</name>
                       <description>1-sigma error on M2_1_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_rate</name>
                       <description>M2 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_rate_err</name>
                       <description>Error on M2 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_vig</name>
                       <description>M2 Vignetting map value in the 0.2-0.5 KeV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_bg</name>
                       <description>M2 background map value in the 0.5-1.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_det_ml</name>
                       <description>EPIC/MOS2 equ. maximum detection likelihood in energy band 2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 2 on EPIC/MOS2</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_flux</name>
                       <description>EPIC/MOS2 Flux in Energy band 2</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_flux_err</name>
                       <description>1-sigma error on M2_2_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_rate</name>
                       <description>M2 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_rate_err</name>
                       <description>Error on M2 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_vig</name>
                       <description>EPIC/MOS2 vignetting factor in energy band 2 for the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_bg</name>
                       <description>M2 background map value in the 1.0-2.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_det_ml</name>
                       <description>EPIC/MOS2 equ. maximum detection likelihood in energy band 3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 3 on EPIC/MOS2</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_flux</name>
                       <description>EPIC/MOS2 Flux in Energy band 3</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_flux_err</name>
                       <description>1-sigma error on M2_3_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_rate</name>
                       <description>M2 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_rate_err</name>
                       <description>Error on M2 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_vig</name>
                       <description>EPIC/MOS2 vignetting factor in energy band 3 for the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_bg</name>
                       <description>M2 background map value in the 2.0-4.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_det_ml</name>
                       <description>EPIC/MOS2 equ. maximum detection likelihood in energy band 4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 4 on EPIC/MOS2</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_flux</name>
                       <description>EPIC/MOS2 Flux in Energy band 4</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_flux_err</name>
                       <description>1-sigma error on M2_4_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_rate</name>
                       <description>M2 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_rate_err</name>
                       <description>Error on M2 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_vig</name>
                       <description>EPIC/MOS2 vignetting factor in energy band 4 for the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_bg</name>
                       <description>M2 background map value in the 4.5-12.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_det_ml</name>
                       <description>EPIC/MOS2 equ. maximum detection likelihood in energy band 5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 5 on EPIC/MOS2</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_flux</name>
                       <description>EPIC/MOS2 Flux in Energy band 5</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_flux_err</name>
                       <description>1-sigma error on M2_5_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_rate</name>
                       <description>M2 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_rate_err</name>
                       <description>Error on M2 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_vig</name>
                       <description>EPIC/MOS2 vignetting factor in energy band 5 for the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_bg</name>
                       <description>EPIC/MOS2 background map at detection position</description>
                       <unit>counts/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_bkg_cprob</name>
                       <description>EPIC/MOS2 Cauchy probability derived from M2_BKG_CRAREA</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_bkg_crarea</name>
                       <description>EPIC/MOS2 background rate per area</description>
                       <unit>counts/s/arcsec2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_cts</name>
                       <description>EPIC MOS2 number of counts</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_cts_err</name>
                       <description>1-sigma error on M2_CTS</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_det_ml</name>
                       <description>EPIC/MOS2 equ. maximum detection likelihood.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_exp</name>
                       <description>PSF-weighted exposure of the detection in EPIC/MOS1</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_filter</name>
                       <description>M2 filter. The options are Thick, Medium, Thin1, and Open, depending on the efficiency of the optical blocking.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flag</name>
                       <description>MOS2 flag string made of the flags 1-12 (counted from left to right) for the MOS2 source detection.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flux</name>
                       <description>Total EPIC/MOS2 flux</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flux_err</name>
                       <description>1-sigma error on M2_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1</name>
                       <description>M2 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1_err</name>
                       <description>Error on M2 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2</name>
                       <description>M2 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2_err</name>
                       <description>Error on M2 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3</name>
                       <description>M2 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3_err</name>
                       <description>Error on M2 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4</name>
                       <description>M2 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4_err</name>
                       <description>Error on M2 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_maskfrac</name>
                       <description>PSF-weighted detector coverage in EPIC/M2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_offax</name>
                       <description>Distance between the detector position and the onaxis position on the respective detector.</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_ontime</name>
                       <description>Total good exposure time in EPIC/MOS2</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_pileup</name>
                       <description>Estimate of the pile-up level in EPIC/MOS2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_rate</name>
                       <description>EPIC/MOS2 count rate .</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_rate_err</name>
                       <description>1-sigma error on M2_RATE</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_submode</name>
                       <description>M2 observing mode. The options are full frame mode with the full FOV exposed, partial window mode with only parts of the central CCD exposed  and timing mode where the central CCD was not e exposed ('Fast Uncompressed').",</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_first</name>
                       <description>Modified Julian DATE JD-2400000.5 of the observation start</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_last</name>
                       <description>Modified Julian DATE JD-2400000.5 of the observation end</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_blend</name>
                       <description>Number of simultaneously fit sources</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_contrib</name>
                       <description>Number of pointings in which the source was fitted</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ndetect_4xmmdr11</name>
                       <description>Number of DR7 detections of the nearest unique 4XMM-DR11 source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_exp</name>
                       <description>Number of instruments for which the source was fitted</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_obs</name>
                       <description>Number of observations involved in the stack</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_class</name>
                       <description>Observation quality from 4XMM-DR11 screening</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_id</name>
                       <description>XMM-Newton observation identification</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>overlap</name>
                       <description>Flag: observation was astrometrically corrected</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pa_pnt</name>
                       <description>Mean position angle of the spacecraft</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_bg</name>
                       <description>PN background map value in the 0.2-0.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_det_ml</name>
                       <description>EPIC/PN equ. maximum detection likelihood in energy band 1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 1 on EPIC/PN</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_flux</name>
                       <description>EPIC/PN flux on energy band 1</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_flux_err</name>
                       <description>1-sigma error on PN_FLUX_1</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_rate</name>
                       <description>PN count rate in the 0.2-0.5 keV band </description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_rate_err</name>
                       <description>Error on the PN count rate in the 0.2-0.5 keV band </description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_vig</name>
                       <description>PN Vignetting map value in the 0.2-0.5 KeV band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_bg</name>
                       <description>PN background map value in the 0.5-1.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_det_ml</name>
                       <description>EPIC/PN equ. maximum detection likelihood in energy band 2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 2 on EPIC/PN</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_flux</name>
                       <description>EPIC/PN flux on energy band 2</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_flux_err</name>
                       <description>1-sigma error on PN_FLUX_2</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_rate</name>
                       <description>PN count rate in the 0.5-1.0 keV band </description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_rate_err</name>
                       <description>Error on PN count rate in the 0.5-1.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_vig</name>
                       <description>EPIC/PN vignetting factor in energy band 2 for the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_bg</name>
                       <description>PN background map value in the 1.0-2.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_det_ml</name>
                       <description>EPIC/PN equ. maximum detection likelihood in energy band 3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 3 on EPIC/PN</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_flux</name>
                       <description>EPIC/PN flux on energy band 3</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_flux_err</name>
                       <description>1-sigma error on PN_FLUX_3</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_rate</name>
                       <description>PN count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_rate_err</name>
                       <description>Error on PN count rate in the 1.0-2.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_vig</name>
                       <description>EPIC/PN vignetting factor in energy band 3 for the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_bg</name>
                       <description>PN background map value in the 2.0-4.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_det_ml</name>
                       <description>EPIC/PN equ. maximum detection likelihood in energy band 4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 4 on EPIC/PN</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_flux</name>
                       <description>EPIC/PN flux on energy band 4</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_flux_err</name>
                       <description>1-sigma error on PN_FLUX_4</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_rate</name>
                       <description>PN count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_rate_err</name>
                       <description>Error on PN count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_vig</name>
                       <description>EPIC/PN vignetting factor in energy band 4 for the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_bg</name>
                       <description>PN background map value in the 4.5-12.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_det_ml</name>
                       <description>EPIC/PN equ. maximum detection likelihood in energy band 5.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 5 on EPIC/PN</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_flux</name>
                       <description>EPIC/PN Flux in Energy band 5</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_flux_err</name>
                       <description>1-sigma error on PN_5_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_rate</name>
                       <description>PN count rate in the 4.5-12.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_rate_err</name>
                       <description>Error on PN count rate in the 4.5-12.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_vig</name>
                       <description>EPIC/PN vignetting factor in energy band 5 for the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_bg</name>
                       <description>EPIC/PN background map at detection position</description>
                       <unit>counts/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_bkg_cprob</name>
                       <description>EPIC/pn Cauchy probability derived from PN_BKG_CRAREA</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_bkg_crarea</name>
                       <description>EPIC/pn background rate per area</description>
                       <unit>counts/s/arcsec2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_cts</name>
                       <description>EPIC PN number of counts</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_cts_err</name>
                       <description>1-sigma error on PN_CTS</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_det_ml</name>
                       <description>EPIC/PN equ. maximum detection likelihood</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_exp</name>
                       <description>PSF-weighted exposure of the detection in EPIC/PN</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_filter</name>
                       <description>PN filter. The options are Thick, Medium, Thin1, Thin2, and Open, depending on the efficiency of the optical blocking.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flag</name>
                       <description>PN flag string made of the flags 1-12 (counted from left to right) for the PN source detection.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flux</name>
                       <description>Total EPIC/pn flux</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flux_err</name>
                       <description>1-sigma error on PN_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1</name>
                       <description>PN hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1_err</name>
                       <description>Error on PN hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2</name>
                       <description>PN hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2_err</name>
                       <description>Error on PN hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3</name>
                       <description>PN hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3_err</name>
                       <description>Error on PN hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4</name>
                       <description>PN hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4_err</name>
                       <description>Error on PN hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_maskfrac</name>
                       <description>PSF-weighted detector coverage in EPIC/PN</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_offax</name>
                       <description>Distance between the detector position and the onaxis position on the respective detector.</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_ontime</name>
                       <description>Total good exposure time all-EPIC</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_pileup</name>
                       <description>Estimate of the pile-up level in EPIC/pn</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_rate</name>
                       <description>Total EPIC/pn count rate</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_rate_err</name>
                       <description>1-sigma error on PN_RATE</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_submode</name>
                       <description>PN observing mode. The options are full frame mode with the full FOV exposed (in two sub-modes), and large window mode with only parts of the FOV exposed.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>poserr_4xmmdr11</name>
                       <description>Statistical &amp; systematic position error of the 4XMM-DR11 source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension [degrees]</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_4xmmdr11</name>
                       <description>Mean right ascension (SC_)RA of the nearest unique 4XMM-DR11 source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_err</name>
                       <description>Radial error on the position, computed as sqrt(ra_err2 + dec_err2), in arcsecs, where ra_err and dec_err are the 1 sigma uncertainties in the RA and DEC coordinates respectively. </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>revolut</name>
                       <description>The XMM-Newton revolution number</description>
                       <unit>orbit</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcid</name>
                       <description>A unique number assigned to a group of catalogue entries which are assumed to be the same source.</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcid_4xmmdr11</name>
                       <description>Source identifier of the nearest unique source in 4XMM-DR11</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_flag</name>
                       <description>Integer representation of the stack detection flags</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sum_flag_4xmmdr11</name>
                       <description>Summary quality flag of the nearest unique 4XMM-DR11 source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sum_flag_min_4xmmdr11</name>
                       <description>Best quality flag of the detections of the nearest 4XMM-DR11 source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>url_4xmmdr11</name>
                       <description>Webpage URL of the nearest 4XMM-DR11 source</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2</name>
                       <description>Reduced chi-square of EPIC inter-observation variability.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2_1</name>
                       <description>Reduced chi-square of EPIC band 1 inter-observation variability.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2_2</name>
                       <description>Reduced chi-square of EPIC band 2 inter-observation variability.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2_3</name>
                       <description>Reduced chi-square of EPIC band 3 inter-observation variability.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2_4</name>
                       <description>Reduced chi-square of EPIC band 4 inter-observation variability.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2_5</name>
                       <description>Reduced chi-square of EPIC band 5 inter-observation variability.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_flag_4xmmdr11</name>
                       <description>Intra-observation variability flag of the nearest 4XMM-DR11 source</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob</name>
                       <description>Probability to be consistent with constant flux from VAR_CHI2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob_1</name>
                       <description>Band 1 Probability to be consistent with constant flux from VAR_CHI2_1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob_2</name>
                       <description>Band 2 Probability to be consistent with constant flux from VAR_CHI2_2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob_3</name>
                       <description>Band 3 Probability to be consistent with constant flux from VAR_CHI2_3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob_4</name>
                       <description>Band 4 Probability to be consistent with constant flux from VAR_CHI2_4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob_5</name>
                       <description>Band 5 Probability to be consistent with constant flux from VAR_CHI2_5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x_ima</name>
                       <description>X image coordinate</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x_ima_err</name>
                       <description>1-sigma error on X_IMA</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_ima</name>
                       <description>Y image coordinate</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_ima_err</name>
                       <description>1-sigma error on Y_IMA</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="386043" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_xsa_epic_stack_cat_dr12_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astcorr</name>
                       <description>Flag: observation was astrometrically corrected</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii</name>
                       <description>Galactic Latitude [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_deofferr</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_deoffset</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_nmatches</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_pofferr</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_poffset</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_raofferr</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_raoffset</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_refcat</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_rot_corr</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_rot_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2prob_4xmmdr12</name>
                       <description>Probability of the DR7 source to be consistent with constant flux</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_4xmmdr12</name>
                       <description>Mean declination (SC_)DEC of the nearest unique 4XMM-DR12 source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detid_4xmmdr12</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_4xmmdr12</name>
                       <description>Distance to the nearest 4XMM-DR12 source / its detection in OBS_ID</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_nn</name>
                       <description>The distance to the nearest neighbouring detection given in arcseconds. </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_ref</name>
                       <description>Distance to the reference coordinates of the field</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux</name>
                       <description>EPIC flux in the 0.2-0.5 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux_err</name>
                       <description>Error on EPIC flux in the 0.2-0.5 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux</name>
                       <description>EPIC flux in the 0.5-1.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux_err</name>
                       <description>Error on  the EPIC flux in the 0.5-1.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux</name>
                       <description>EPIC flux in the 1.0-2.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux_err</name>
                       <description>Error on the EPIC flux in the 1.0-2.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux</name>
                       <description>EPIC flux in the 2.0-4.5 keV band </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux_err</name>
                       <description>Error on the EPIC flux in the 2.0-4.5 keV band </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux</name>
                       <description>EPIC flux in the 4.5-12.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux_err</name>
                       <description>Error on the EPIC flux in the 4.5-12.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_cts</name>
                       <description>All EPIC number of counts</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_cts_err</name>
                       <description>1-sigma error on EP_CTS</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_det_ml</name>
                       <description>All-EPIC equivalent maximum detection likelihood</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_flag</name>
                       <description>EPIC Quality Flag</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1</name>
                       <description>EPIC Hardness Ratio 1, between counts in the 0.5-1.0 and the 0.2-0.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1_err</name>
                       <description>Error on EPIC Hardness Ratio 1, between counts in the 0.5-1.0 and the 0.2-0.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2</name>
                       <description>EPIC hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2_err</name>
                       <description>Error on EPIC hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3</name>
                       <description>EPIC Hardness Ratio 3, between the counts in the 2.0-4.5 and 1.0-2.0 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3_err</name>
                       <description>Error on EPIC Hardness Ratio 3, between the counts in the 2.0-4.5 and 1.0-2.0 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4</name>
                       <description>EPIC Hardness Ratio 4, between the counts in the 4.5-12.0 and 2.0-4.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4_err</name>
                       <description>Error on EPIC Hardness Ratio 4, between the counts in the 4.5-12.0 and 2.0-4.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_stack_cat_equatorial_spoint</name>
                       <description>Coordinates of the source on the celestial sphere given in RA and DEC (J2000).</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_stack_cat_fov_scircle</name>
                       <description>Circle projected on the surface of the celestial sphere centered at the coordinates of the source given in RA and DEC (J2000) and a given radius of 15 arc min.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_stack_cat_galactic_spoint</name>
                       <description>Coordinates of the source on the celestial sphere given in latitude and longitude.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_xmm_stack_cat_oid</name>
                       <description>Internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_offax</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_rate</name>
                       <description>All EPIC count rate</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_rate_err</name>
                       <description>1-sigma error on EP_RATE</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent_ml</name>
                       <description>Likelihood of the detection being extended</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_21</name>
                       <description>Reduced chi square of EPIC band 2 to 1 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_31</name>
                       <description>Reduced chi square of EPIC band 3 to 1 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_32</name>
                       <description>Reduced chi square of EPIC band 3 to 2 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_41</name>
                       <description>Reduced chi square of EPIC band 4 to 1 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_42</name>
                       <description>Reduced chi square of EPIC band 4 to 2 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_43</name>
                       <description>Reduced chi square of EPIC band 4 to 3 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_51</name>
                       <description>Reduced chi square of EPIC band 5 to 1 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_52</name>
                       <description>Reduced chi square of EPIC band 5 to 2 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_53</name>
                       <description>Reduced chi square of EPIC band 5 to 3 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_54</name>
                       <description>Reduced chi square of EPIC band 5 to 4 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_21</name>
                       <description>Largest difference of EPIC band 2 to 1 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_31</name>
                       <description>Largest difference of EPIC band 3 to 1 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_32</name>
                       <description>Largest difference of EPIC band 3 to 2 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_41</name>
                       <description>Largest difference of EPIC band 4 to 1 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_42</name>
                       <description>Largest difference of EPIC band 4 to 2 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_43</name>
                       <description>Largest difference of EPIC band 4 to 3 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_51</name>
                       <description>Largest difference of EPIC band 5 to 1 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_52</name>
                       <description>Largest difference of EPIC band 5 to 2 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_53</name>
                       <description>Largest difference of EPIC band 5 to 3 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_54</name>
                       <description>Largest difference of EPIC band 5 to 4 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_21</name>
                       <description>Probability that the flux band 2 to 1 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_31</name>
                       <description>Probability that the flux band 3 to 1 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_32</name>
                       <description>Probability that the flux band 3 to 2 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_41</name>
                       <description>Probability that the flux band 4 to 1 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_42</name>
                       <description>Probability that the flux band 4 to 2 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_43</name>
                       <description>Probability that the flux band 4 to 3 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_51</name>
                       <description>Probability that the flux band 5 to 1 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_52</name>
                       <description>Probability that the flux band 5 to 2 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_53</name>
                       <description>Probability that the flux band 5 to 3 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_54</name>
                       <description>Probability that the flux band 5 to 4 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxvar_1</name>
                       <description>Largest EPIC band 1 flux difference in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxvar_2</name>
                       <description>Largest EPIC band 2 flux difference in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxvar_3</name>
                       <description>Largest EPIC band 3 flux difference in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxvar_4</name>
                       <description>Largest EPIC band 4 flux difference in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxvar_5</name>
                       <description>Largest EPIC band 5 flux difference in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio</name>
                       <description>EPIC flux ratio</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_1</name>
                       <description>EPIC band 1 flux ration</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_1_err</name>
                       <description>1-sigma error on F_RATIO_1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_2</name>
                       <description>EPIC band 2 flux ration</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_2_err</name>
                       <description>1-sigma error on F_RATIO_2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_3</name>
                       <description>EPIC band 3 flux ration</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_3_err</name>
                       <description>1-sigma error on F_RATIO_3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_4</name>
                       <description>EPIC band 4 flux ration</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_4_err</name>
                       <description>1-sigma error on F_RATIO_4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_5</name>
                       <description>EPIC band 5 flux ration</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_5_err</name>
                       <description>1-sigma error on F_RATIO_5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_err</name>
                       <description>1-sigma error on F_RATIO</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fvar_4xmmdr12</name>
                       <description>Fractional intra-obs. excess variance of the nearest 4XMM-DR12 source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fvarerr_4xmmdr12</name>
                       <description>1-sigma error on FVAR_4XMM-DR12</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii</name>
                       <description>Galactic Longitude [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_bg</name>
                       <description>M1 background map value in the 0.2-0.5 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_det_ml</name>
                       <description>EPIC/MOS1 equ. maximum detection likelihood in energy band 1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 1 on EPIC/MOS1</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_flux</name>
                       <description>EPIC/MOS1 Flux in Energy band 1</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_flux_err</name>
                       <description>1-sigma error on M1_2_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_rate</name>
                       <description>M1 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_rate_err</name>
                       <description>Error on M1 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_vig</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_bg</name>
                       <description>M1 background map value in the 0.5-1.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_det_ml</name>
                       <description>EPIC/MOS1 equ. maximum detection likelihood in energy band 2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 2 on EPIC/MOS1</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_flux</name>
                       <description>EPIC/MOS1 Flux in Energy band 2</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_flux_err</name>
                       <description>1-sigma error on M1_3_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_rate</name>
                       <description>M1 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_rate_err</name>
                       <description>Error on M1 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_vig</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_bg</name>
                       <description>M1 background map value in the 1.0-2.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_det_ml</name>
                       <description>EPIC/MOS1 equ. maximum detection likelihood in energy band 3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 3 on EPIC/MOS1</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_flux</name>
                       <description>EPIC/MOS1 Flux in Energy band 3</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_flux_err</name>
                       <description>1-sigma error on M1_4_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_rate</name>
                       <description>M1 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_rate_err</name>
                       <description>Error on M1 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_vig</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_bg</name>
                       <description>M1 background map value in the 2.0-4.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_det_ml</name>
                       <description>EPIC/MOS1 equ. maximum detection likelihood in energy band 4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 4 on EPIC/MOS1</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_flux</name>
                       <description>EPIC/MOS1 Flux in Energy band 3</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_flux_err</name>
                       <description>1-sigma error on M1_4_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_rate</name>
                       <description>M1 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_rate_err</name>
                       <description>Error on M1 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_vig</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_bg</name>
                       <description>M1 background map value in the 4.5-12.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_det_ml</name>
                       <description>EPIC/MOS1 equ. maximum detection likelihood in energy band 5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 5 on EPIC/MOS1</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_flux</name>
                       <description>EPIC/MOS1 Flux in Energy band 5</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_flux_err</name>
                       <description>1-sigma error on M1_5_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_rate</name>
                       <description>M1 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_rate_err</name>
                       <description>Error on M1 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_vig</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_bg</name>
                       <description>EPIC/MOS1 background map at detection position</description>
                       <unit>counts/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_bkg_cprob</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_bkg_crarea</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_cts</name>
                       <description>EPIC MOS1 number of counts</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_cts_err</name>
                       <description>1-sigma error on M1_CTS</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_det_ml</name>
                       <description>EPIC/MOS1 equ. maximum detection likelihood.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_exp</name>
                       <description>PSF-weighted exposure of the detection in EPIC/MOS1</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_filter</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flag</name>
                       <description>MOS1 flag string made of the flags 1-12 (counted from left to right) for the MOS1 source detection.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flux</name>
                       <description>Total EPIC/MOS1 flux</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flux_err</name>
                       <description>1-sigma error on M1_1_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1</name>
                       <description>M1 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1_err</name>
                       <description>Error on M1 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2</name>
                       <description>M1 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2_err</name>
                       <description>Error on M1 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3</name>
                       <description>M1 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3_err</name>
                       <description>Error on M1 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4</name>
                       <description>M1 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4_err</name>
                       <description>Error on M1 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_maskfrac</name>
                       <description>PSF-weighted detector coverage in EPIC/M1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_offax</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_ontime</name>
                       <description>Total good exposure time in EPIC/MOS1</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_pileup</name>
                       <description>Estimate of the pile-up level in EPIC/MOS1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_rate</name>
                       <description>Total EPIC/MOS1 count rate</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_rate_err</name>
                       <description>1-sigma error on M1_RATE</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_submode</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_bg</name>
                       <description>M2 background map value in the 0.2-0.5 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_det_ml</name>
                       <description>EPIC/MOS2 equ. maximum detection likelihood in energy band 1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 1 on EPIC/MOS2</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_flux</name>
                       <description>EPIC/MOS2 Flux in Energy band 1</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_flux_err</name>
                       <description>1-sigma error on M2_1_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_rate</name>
                       <description>M2 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_rate_err</name>
                       <description>Error on M2 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_vig</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_bg</name>
                       <description>M2 background map value in the 0.5-1.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_det_ml</name>
                       <description>EPIC/MOS2 equ. maximum detection likelihood in energy band 2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 2 on EPIC/MOS2</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_flux</name>
                       <description>EPIC/MOS2 Flux in Energy band 2</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_flux_err</name>
                       <description>1-sigma error on M2_2_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_rate</name>
                       <description>M2 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_rate_err</name>
                       <description>Error on M2 count rate in the 0.5-1.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_vig</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_bg</name>
                       <description>M2 background map value in the 1.0-2.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_det_ml</name>
                       <description>EPIC/MOS2 equ. maximum detection likelihood in energy band 3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 3 on EPIC/MOS2</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_flux</name>
                       <description>EPIC/MOS2 Flux in Energy band 3</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_flux_err</name>
                       <description>1-sigma error on M2_3_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_rate</name>
                       <description>M2 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_rate_err</name>
                       <description>Error on M2 count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_vig</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_bg</name>
                       <description>M2 background map value in the 2.0-4.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_det_ml</name>
                       <description>EPIC/MOS2 equ. maximum detection likelihood in energy band 4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 4 on EPIC/MOS2</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_flux</name>
                       <description>EPIC/MOS2 Flux in Energy band 4</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_flux_err</name>
                       <description>1-sigma error on M2_4_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_rate</name>
                       <description>M2 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_rate_err</name>
                       <description>Error on M2 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_vig</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_bg</name>
                       <description>M2 background map value in the 4.5-12.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_det_ml</name>
                       <description>EPIC/MOS2 equ. maximum detection likelihood in energy band 5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 5 on EPIC/MOS2</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_flux</name>
                       <description>EPIC/MOS2 Flux in Energy band 5</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_flux_err</name>
                       <description>1-sigma error on M2_5_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_rate</name>
                       <description>M2 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_rate_err</name>
                       <description>Error on M2 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_vig</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_bg</name>
                       <description>EPIC/MOS2 background map at detection position</description>
                       <unit>counts/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_bkg_cprob</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_bkg_crarea</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_cts</name>
                       <description>EPIC MOS2 number of counts</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_cts_err</name>
                       <description>1-sigma error on M2_CTS</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_det_ml</name>
                       <description>EPIC/MOS2 equ. maximum detection likelihood.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_exp</name>
                       <description>PSF-weighted exposure of the detection in EPIC/MOS1</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_filter</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flag</name>
                       <description>MOS2 flag string made of the flags 1-12 (counted from left to right) for the MOS2 source detection.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flux</name>
                       <description>Total EPIC/MOS2 flux</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flux_err</name>
                       <description>1-sigma error on M2_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1</name>
                       <description>M2 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1_err</name>
                       <description>Error on M2 hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2</name>
                       <description>M2 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2_err</name>
                       <description>Error on M2 hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3</name>
                       <description>M2 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3_err</name>
                       <description>Error on M2 hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4</name>
                       <description>M2 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4_err</name>
                       <description>Error on M2 hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_maskfrac</name>
                       <description>PSF-weighted detector coverage in EPIC/M2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_offax</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_ontime</name>
                       <description>Total good exposure time in EPIC/MOS2</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_pileup</name>
                       <description>Estimate of the pile-up level in EPIC/MOS2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_rate</name>
                       <description>EPIC/MOS2 count rate .</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_rate_err</name>
                       <description>1-sigma error on M2_RATE</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_submode</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_last</name>
                       <description>Modified Julian DATE JD-2400000.5 of the observation end</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_blend</name>
                       <description>Number of simultaneously fit sources</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ndetect_4xmmdr12</name>
                       <description>Number of DR7 detections of the nearest unique 4XMM-DR12 source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_exp</name>
                       <description>Number of instruments for which the source was fitted</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_exp_phot</name>
                       <description>Number of exposures used for PSF photometry</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_exp_sdet</name>
                       <description>Number of exposures used in source detection</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_class</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>overlap</name>
                       <description>Flag: observation was astrometrically corrected</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pa_pnt</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_bg</name>
                       <description>PN background map value in the 0.2-0.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_det_ml</name>
                       <description>EPIC/PN equ. maximum detection likelihood in energy band 1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 1 on EPIC/PN</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_flux</name>
                       <description>EPIC/PN flux on energy band 1</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_flux_err</name>
                       <description>1-sigma error on PN_FLUX_1</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_rate</name>
                       <description>PN count rate in the 0.2-0.5 keV band </description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_rate_err</name>
                       <description>Error on the PN count rate in the 0.2-0.5 keV band </description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_vig</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_bg</name>
                       <description>PN background map value in the 0.5-1.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_det_ml</name>
                       <description>EPIC/PN equ. maximum detection likelihood in energy band 2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 2 on EPIC/PN</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_flux</name>
                       <description>EPIC/PN flux on energy band 2</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_flux_err</name>
                       <description>1-sigma error on PN_FLUX_2</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_rate</name>
                       <description>PN count rate in the 0.5-1.0 keV band </description>
                       <unit>count/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_rate_err</name>
                       <description>Error on PN count rate in the 0.5-1.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_vig</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_bg</name>
                       <description>PN background map value in the 1.0-2.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_det_ml</name>
                       <description>EPIC/PN equ. maximum detection likelihood in energy band 3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 3 on EPIC/PN</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_flux</name>
                       <description>EPIC/PN flux on energy band 3</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_flux_err</name>
                       <description>1-sigma error on PN_FLUX_3</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_rate</name>
                       <description>PN count rate in the 1.0-2.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_rate_err</name>
                       <description>Error on PN count rate in the 1.0-2.0 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_vig</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_bg</name>
                       <description>PN background map value in the 2.0-4.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_det_ml</name>
                       <description>EPIC/PN equ. maximum detection likelihood in energy band 4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 4 on EPIC/PN</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_flux</name>
                       <description>EPIC/PN flux on energy band 4</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_flux_err</name>
                       <description>1-sigma error on PN_FLUX_4</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_rate</name>
                       <description>PN count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_rate_err</name>
                       <description>Error on PN count rate in the 2.0-4.5 keV band</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_vig</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_bg</name>
                       <description>PN background map value in the 4.5-12.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_det_ml</name>
                       <description>EPIC/PN equ. maximum detection likelihood in energy band 5.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 5 on EPIC/PN</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_flux</name>
                       <description>EPIC/PN Flux in Energy band 5</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_flux_err</name>
                       <description>1-sigma error on PN_5_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_rate</name>
                       <description>PN count rate in the 4.5-12.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_rate_err</name>
                       <description>Error on PN count rate in the 4.5-12.0 keV band </description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_vig</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_bg</name>
                       <description>EPIC/PN background map at detection position</description>
                       <unit>counts/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_bkg_cprob</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_bkg_crarea</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_cts</name>
                       <description>EPIC PN number of counts</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_cts_err</name>
                       <description>1-sigma error on PN_CTS</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_det_ml</name>
                       <description>EPIC/PN equ. maximum detection likelihood</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_exp</name>
                       <description>PSF-weighted exposure of the detection in EPIC/PN</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_filter</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flag</name>
                       <description>PN flag string made of the flags 1-12 (counted from left to right) for the PN source detection.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flux</name>
                       <description>Total EPIC/pn flux</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flux_err</name>
                       <description>1-sigma error on PN_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1</name>
                       <description>PN hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1_err</name>
                       <description>Error on PN hardness ratio between the 0.2-0.5 keV and 0.5-1.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2</name>
                       <description>PN hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2_err</name>
                       <description>Error on PN hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3</name>
                       <description>PN hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3_err</name>
                       <description>Error on PN hardness ratio between the 1.0-2.0 keV and 2.0-4.5 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4</name>
                       <description>PN hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4_err</name>
                       <description>Error on PN hardness ratio between the 2.0-4.5 keV and 4.5-12.0 keV bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_maskfrac</name>
                       <description>PSF-weighted detector coverage in EPIC/PN</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_offax</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_ontime</name>
                       <description>Total good exposure time all-EPIC</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_pileup</name>
                       <description>Estimate of the pile-up level in EPIC/pn</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_rate</name>
                       <description>Total EPIC/pn count rate</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_rate_err</name>
                       <description>1-sigma error on PN_RATE</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_submode</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>poserr_4xmmdr12</name>
                       <description>Statistical &amp; systematic position error of the 4XMM-DR12 source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_4xmmdr12</name>
                       <description>Mean right ascension (SC_)RA of the nearest unique 4XMM-DR12 source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_err</name>
                       <description>Radial error on the position, computed as sqrt(ra_err2 + dec_err2), in arcsecs, where ra_err and dec_err are the 1 sigma uncertainties in the RA and DEC coordinates respectively. </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>revolut</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcid</name>
                       <description>A unique number assigned to a group of catalogue entries which are assumed to be the same source.</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcid_4xmmdr12</name>
                       <description>Source identifier of the nearest unique source in 4XMM-DR12</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_flag</name>
                       <description>Integer representation of the stack detection flags</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sum_flag_4xmmdr12</name>
                       <description>Summary quality flag of the nearest unique 4XMM-DR12 source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sum_flag_min_4xmmdr12</name>
                       <description>Best quality flag of the detections of the nearest 4XMM-DR12 source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>url_4xmmdr12</name>
                       <description>Webpage URL of the nearest 4XMM-DR12 source</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2</name>
                       <description>Reduced chi-square of EPIC inter-observation variability.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2_1</name>
                       <description>Reduced chi-square of EPIC band 1 inter-observation variability.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2_2</name>
                       <description>Reduced chi-square of EPIC band 2 inter-observation variability.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2_3</name>
                       <description>Reduced chi-square of EPIC band 3 inter-observation variability.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2_4</name>
                       <description>Reduced chi-square of EPIC band 4 inter-observation variability.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2_5</name>
                       <description>Reduced chi-square of EPIC band 5 inter-observation variability.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_flag_4xmmdr12</name>
                       <description>Intra-observation variability flag of the nearest 4XMM-DR12 source</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob</name>
                       <description>Probability to be consistent with constant flux from VAR_CHI2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob_1</name>
                       <description>Band 1 Probability to be consistent with constant flux from VAR_CHI2_1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob_2</name>
                       <description>Band 2 Probability to be consistent with constant flux from VAR_CHI2_2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob_3</name>
                       <description>Band 3 Probability to be consistent with constant flux from VAR_CHI2_3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob_4</name>
                       <description>Band 4 Probability to be consistent with constant flux from VAR_CHI2_4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob_5</name>
                       <description>Band 5 Probability to be consistent with constant flux from VAR_CHI2_5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x_ima</name>
                       <description>X image coordinate</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x_ima_err</name>
                       <description>1-sigma error on X_IMA</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_ima</name>
                       <description>Y image coordinate</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_ima_err</name>
                       <description>1-sigma error on Y_IMA</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>iauname</name>
                       <description>IAU name of the source</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>iauname_4xmmdr12</name>
                       <description>IAU name assigned to the nearest unique 4XMM-DR12 source</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension [degrees]</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination J2000 [degrees] </description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_flux</name>
                       <description>EPIC flux in the 0.2-12.0 keV band</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_flux_err</name>
                       <description>1-sigma Error on EPIC flux in the 0.2-12.0 keV band</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_contrib</name>
                       <description>Number of pointings in which the source was fitted</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_obs</name>
                       <description>Number of observations involved in the stack</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_first</name>
                       <description>Modified Julian DATE JD-2400000.5 of the observation start</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_ontime</name>
                       <description>The EPIC ontime value, given in seconds, is the total good exposure time (after GTI filtering) </description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent</name>
                       <description>Extent radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent_err</name>
                       <description>1-sigma error on EXTENT</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxvar</name>
                       <description>Largest EPIC flux difference in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="2232662" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_xsa_epic_stack_cat_fdw</name>
                    <description>The XMM-Newton Serendipitous Source Catalogues from stacked XMM-Newton observations: 4XMM-DR14s</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astcorr</name>
                       <description>Flag: observation was astrometrically corrected</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_deofferr</name>
                       <description>1-sigma error on CC_DEOFFSET</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_deoffset</name>
                       <description> The field shift in DEC as derived by the SAS task catcorr</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_nmatches</name>
                       <description>catcorr number of usable matches with the reference catalogue</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_pofferr</name>
                       <description>1-sigma error on CC_POFFSET</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_poffset</name>
                       <description>The absolute offset between the original and the corrected source position as derived by the SAS task catcorr</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_raofferr</name>
                       <description>1-sigma error on CC_RAOFFSET</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_raoffset</name>
                       <description>The field shift in RA as derived by the SAS task catcorr</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_refcat</name>
                       <description>catcorr reference catalogue</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_rot_corr</name>
                       <description>The field rotation as derived by the SAS task catcorr</description>
                       <unit>degree</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cc_rot_err</name>
                       <description>1-sigma error on CC_ROT_CORR</description>
                       <unit>degree</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2prob_detcat</name>
                       <description>Probability of the DR7 source to be consistent with constant flux</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_detcat</name>
                       <description>Mean declination (SC_)DEC of the nearest unique 4XMM-DR14 source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detid_detcat</name>
                       <description>Detection identifier of the unique 4XMM-DR14 source in OBS_ID</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_detcat</name>
                       <description>Distance to the nearest 4XMM-DR14 source / its detection in OBS_ID</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_nn</name>
                       <description>The distance to the nearest neighbouring detection given in arcseconds. </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_ref</name>
                       <description>Distance to the reference coordinates of the field</description>
                       <unit>arcmin</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux</name>
                       <description>EPIC flux in the 0.2-0.5 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux_err</name>
                       <description>Error on EPIC flux in the 0.2-0.5 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux</name>
                       <description>EPIC flux in the 0.5-1.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux_err</name>
                       <description>Error on  the EPIC flux in the 0.5-1.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux</name>
                       <description>EPIC flux in the 1.0-2.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux_err</name>
                       <description>Error on the EPIC flux in the 1.0-2.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux</name>
                       <description>EPIC flux in the 2.0-4.5 keV band </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux_err</name>
                       <description>Error on the EPIC flux in the 2.0-4.5 keV band </description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux</name>
                       <description>EPIC flux in the 4.5-12.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux_err</name>
                       <description>Error on the EPIC flux in the 4.5-12.0 keV band</description>
                       <unit>erg/cm**2/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_cts</name>
                       <description>All EPIC number of counts</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_cts_err</name>
                       <description>1-sigma error on EP_CTS</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_det_ml</name>
                       <description>All-EPIC equivalent maximum detection likelihood</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_flag</name>
                       <description>EPIC Quality Flag</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1</name>
                       <description>EPIC Hardness Ratio 1, between counts in the 0.5-1.0 and the 0.2-0.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1_err</name>
                       <description>Error on EPIC Hardness Ratio 1, between counts in the 0.5-1.0 and the 0.2-0.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2</name>
                       <description>EPIC hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2_err</name>
                       <description>Error on EPIC hardness ratio between the 0.5-1.0 keV and 1.0-2.0 keV bands </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3</name>
                       <description>EPIC Hardness Ratio 3, between the counts in the 2.0-4.5 and 1.0-2.0 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3_err</name>
                       <description>Error on EPIC Hardness Ratio 3, between the counts in the 2.0-4.5 and 1.0-2.0 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4</name>
                       <description>EPIC Hardness Ratio 4, between the counts in the 4.5-12.0 and 2.0-4.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4_err</name>
                       <description>Error on EPIC Hardness Ratio 4, between the counts in the 4.5-12.0 and 2.0-4.5 keV energy bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_stack_cat_equatorial_spoint</name>
                       <description>Coordinates of the source on the celestial sphere given in RA and DEC (J2000).</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_stack_cat_fov_scircle</name>
                       <description>Circle projected on the surface of the celestial sphere centered at the coordinates of the source given in RA and DEC (J2000) and a given radius of 15 arc min.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_stack_cat_galactic_spoint</name>
                       <description>Coordinates of the source on the celestial sphere given in latitude and longitude.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_xmm_stack_cat_oid</name>
                       <description>Internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_rate</name>
                       <description>All EPIC count rate</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_rate_err</name>
                       <description>1-sigma error on EP_RATE</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent_ml</name>
                       <description>Likelihood of the detection being extended</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_21</name>
                       <description>Reduced chi square of EPIC band 2 to 1 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_31</name>
                       <description>Reduced chi square of EPIC band 3 to 1 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_32</name>
                       <description>Reduced chi square of EPIC band 3 to 2 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_41</name>
                       <description>Reduced chi square of EPIC band 4 to 1 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_42</name>
                       <description>Reduced chi square of EPIC band 4 to 2 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_43</name>
                       <description>Reduced chi square of EPIC band 4 to 3 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_51</name>
                       <description>Reduced chi square of EPIC band 5 to 1 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_52</name>
                       <description>Reduced chi square of EPIC band 5 to 2 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_53</name>
                       <description>Reduced chi square of EPIC band 5 to 3 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_chi2_54</name>
                       <description>Reduced chi square of EPIC band 5 to 4 inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_21</name>
                       <description>Largest difference of EPIC band 2 to 1 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_31</name>
                       <description>Largest difference of EPIC band 3 to 1 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_32</name>
                       <description>Largest difference of EPIC band 3 to 2 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_41</name>
                       <description>Largest difference of EPIC band 4 to 1 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_42</name>
                       <description>Largest difference of EPIC band 4 to 2 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_43</name>
                       <description>Largest difference of EPIC band 4 to 3 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_51</name>
                       <description>Largest difference of EPIC band 5 to 1 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_52</name>
                       <description>Largest difference of EPIC band 5 to 2 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_53</name>
                       <description>Largest difference of EPIC band 5 to 3 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_dsig_54</name>
                       <description>Largest difference of EPIC band 5 to 4 flux ratios in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_21</name>
                       <description>Probability that the flux band 2 to 1 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_31</name>
                       <description>Probability that the flux band 3 to 1 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_32</name>
                       <description>Probability that the flux band 3 to 2 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_41</name>
                       <description>Probability that the flux band 4 to 1 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_42</name>
                       <description>Probability that the flux band 4 to 2 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_43</name>
                       <description>Probability that the flux band 4 to 3 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_51</name>
                       <description>Probability that the flux band 5 to 1 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_52</name>
                       <description>Probability that the flux band 5 to 2 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_53</name>
                       <description>Probability that the flux band 5 to 3 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fbr_var_prob_54</name>
                       <description>Probability that the flux band 5 to 4 variability is consistent</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fc_icon_location</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fc_icon_preview_location</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fc_postcard_location</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio</name>
                       <description>EPIC flux ratio</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_err</name>
                       <description>1-sigma error on F_RATIO</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fvar_detcat</name>
                       <description>Fractional intra-obs. excess variance of the nearest 4XMM-DR14 source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fvarerr_detcat</name>
                       <description>1-sigma error on FVAR_4XMM-DR14</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lc_icon_location</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lc_icon_preview_location</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lc_postcard_location</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_bkg_cprob</name>
                       <description>EPIC/MOS1 Cauchy probability derived from M1_BKG_CRAREA</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_bkg_crarea</name>
                       <description>EPIC/mos1 background rate per area</description>
                       <unit>counts.s-1.arcsec-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_maskfrac</name>
                       <description>PSF-weighted detector coverage in EPIC/M1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_ontime</name>
                       <description>Total good exposure time in EPIC/MOS1</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_pileup</name>
                       <description>Estimate of the pile-up level in EPIC/MOS1</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_bkg_cprob</name>
                       <description>EPIC/MOS2 Cauchy probability derived from M2_BKG_CRAREA</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_bkg_crarea</name>
                       <description>EPIC/mos2 background rate per area</description>
                       <unit>counts.s-1.arcsec-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_maskfrac</name>
                       <description>PSF-weighted detector coverage in EPIC/M2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_ontime</name>
                       <description>Total good exposure time in EPIC/MOS2</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_pileup</name>
                       <description>Estimate of the pile-up level in EPIC/MOS2</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_last</name>
                       <description>Modified Julian DATE JD-2400000.5 of the observation end</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_blend</name>
                       <description>Number of simultaneously fit sources</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ndetect_detcat</name>
                       <description>Number of DR7 detections of the nearest unique 4XMM-DR14 source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_exp</name>
                       <description>Number of instruments for which the source was fitted</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_id</name>
                       <description>XMM-Newton observation identification</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>overlap</name>
                       <description>Flag: observation was astrometrically corrected</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pa_pnt</name>
                       <description>Mean position angle of the spacecraft</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_bg</name>
                       <description>PN background map value in the 0.2-0.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 1 on EPIC/PN</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_vig</name>
                       <description>EPIC/pn vignetting factor in energy band 1 in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_bg</name>
                       <description>PN background map value in the 0.5-1.0 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 2 on EPIC/PN</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_vig</name>
                       <description>EPIC/pn vignetting factor in energy band 2 in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_bg</name>
                       <description>PN background map value in the 1.0-2.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 3 on EPIC/PN</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_vig</name>
                       <description>EPIC/pn vignetting factor in energy band 3 in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_bg</name>
                       <description>PN background map value in the 2.0-4.5 keV band</description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 4 on EPIC/PN</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_vig</name>
                       <description>EPIC/pn vignetting factor in energy band 4 in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_bg</name>
                       <description>PN background map value in the 4.5-12.0 keV band </description>
                       <unit>count/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_exp</name>
                       <description>PSF-weighted exposure of the detection in energy band 5 on EPIC/PN</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_vig</name>
                       <description>EPIC/pn vignetting factor in energy band 5 in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_bg</name>
                       <description>EPIC/PN background map at detection position</description>
                       <unit>counts/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_bkg_cprob</name>
                       <description>EPIC/pn Cauchy probability derived from PN_BKG_CRAREA</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_bkg_crarea</name>
                       <description>EPIC/pn background rate per area</description>
                       <unit>counts.s-1.arcsec-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_cts</name>
                       <description>EPIC PN number of counts</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_cts_err</name>
                       <description>1-sigma error on PN_CTS</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_exp</name>
                       <description>PSF-weighted exposure of the detection in EPIC/PN</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flag</name>
                       <description>PN flag string made of the flags 1-12 (counted from left to right) for the PN source detection.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flux</name>
                       <description>Total EPIC/pn flux</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flux_err</name>
                       <description>1-sigma error on PN_FLUX</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_maskfrac</name>
                       <description>PSF-weighted detector coverage in EPIC/PN</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_ontime</name>
                       <description>Total good exposure time all-EPIC</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_pileup</name>
                       <description>Estimate of the pile-up level in EPIC/pn</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_rate</name>
                       <description>Total EPIC/pn count rate</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_rate_err</name>
                       <description>1-sigma error on PN_RATE</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>poserr_detcat</name>
                       <description>Statistical &amp; systematic position error of the 4XMM-DR14 source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_err</name>
                       <description>Radial error on the position, computed as sqrt(ra_err2 + dec_err2), in arcsecs, where ra_err and dec_err are the 1 sigma uncertainties in the RA and DEC coordinates respectively. </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_detcat</name>
                       <description>Mean right ascension (SC_)RA of the nearest unique 4XMM-DR14 source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>revolut</name>
                       <description>XMM-Newton revolution number of the observation</description>
                       <unit>orbit</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcid</name>
                       <description>A unique number assigned to a group of catalogue entries which are assumed to be the same source.</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcid_detcat</name>
                       <description>Source identifier of the nearest unique source in 4XMM-DR14</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_flag</name>
                       <description>Integer representation of the stack detection flags</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sum_flag_detcat</name>
                       <description>Summary quality flag of the nearest unique 4XMM-DR14 source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2</name>
                       <description>Reduced chi-square of EPIC inter-observation variability.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2_1</name>
                       <description>Reduced chi-square of EPIC band 1 inter-observation variability.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2_2</name>
                       <description>Reduced chi-square of EPIC band 2 inter-observation variability.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2_3</name>
                       <description>Reduced chi-square of EPIC band 3 inter-observation variability.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2_4</name>
                       <description>Reduced chi-square of EPIC band 4 inter-observation variability.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2_5</name>
                       <description>Reduced chi-square of EPIC band 5 inter-observation variability.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_flag_detcat</name>
                       <description>Intra-observation variability flag of the nearest 4XMM-DR14 source</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>iauname</name>
                       <description>IAU name of the source</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>iauname_detcat</name>
                       <description>IAU name assigned to the nearest unique 4XMM-DR14 source</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension [degrees]</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination J2000 [degrees] </description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_flux</name>
                       <description>EPIC flux in the 0.2-12.0 keV band</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_flux_err</name>
                       <description>1-sigma Error on EPIC flux in the 0.2-12.0 keV band</description>
                       <unit>erg/cm²/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_contrib</name>
                       <description>Number of pointings in which the source was fitted</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_obs</name>
                       <description>Number of observations involved in the stack</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_first</name>
                       <description>Modified Julian DATE JD-2400000.5 of the observation start</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_ontime</name>
                       <description>The EPIC ontime value, given in seconds, is the total good exposure time (after GTI filtering) </description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent</name>
                       <description>Extent radius</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent_err</name>
                       <description>1-sigma error on EXTENT</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxvar</name>
                       <description>Largest EPIC flux difference in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="4916432" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_xsa_om_source_cat_5_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_ab_flux_err</name>
                       <description>B Filter Flux Err</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_ab_mag</name>
                       <description>B AB_Magnitude</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_ab_mag_err</name>
                       <description>B AB_Magnitude Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_extended_flag</name>
                       <description>B Filter Extended Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii</name>
                       <description>Galactic Latitude [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_major_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_minor_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_posang</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_quality_flag</name>
                       <description>B Filter Quality Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_quality_flag_str</name>
                       <description>B Quality Flag Str</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_rate</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_rate_err</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_signif</name>
                       <description>B Detection Significance</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_sky_image</name>
                       <description>B Filter Mosaic/Stacked image</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_srcdist</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_vega_mag</name>
                       <description>B Vega Mag</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_vega_mag_err</name>
                       <description>B Vega Mag Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_end</name>
                       <description>OM observation end time in UTC</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_obs</name>
                       <description>OM observation start time in UTC</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_dms</name>
                       <description>Declination (J2000) [dd:mm:ss.sss]</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Exposure on time</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii</name>
                       <description>Galactic Longitude [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_obsid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_summary</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_source_cat_equatorial_spoint</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_source_cat_fov_scircle</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_source_cat_galactic_spoint</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_source_cat_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_hms</name>
                       <description>Right Ascension (J2000) [hh:mm:ss.sss]</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcnum</name>
                       <description>Source number</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_ab_flux_err</name>
                       <description>U Filter Flux Err</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_ab_mag</name>
                       <description>U AB_Magnitude</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_ab_mag_err</name>
                       <description>U AB_Magnitude Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_extended_flag</name>
                       <description>U Filter Extended Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_major_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_minor_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_posang</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_quality_flag</name>
                       <description>U Filter Quality Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_quality_flag_str</name>
                       <description>U Quality Flag Str</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_rate</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_rate_err</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_signif</name>
                       <description>U Detection Significance</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_sky_image</name>
                       <description>U Filter Mosaic/Stacked image</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_srcdist</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_vega_mag</name>
                       <description>U Vega Mag</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_vega_mag_err</name>
                       <description>U Vega Mag Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_ab_flux_err</name>
                       <description>UVM2 Filter Flux  Err</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_ab_mag</name>
                       <description>UVM2 AB_Magnitude</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_ab_mag_err</name>
                       <description>UVM2 AB_Magnitude Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_extended_flag</name>
                       <description>UVM2 Filter Extended Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_major_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_minor_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_posang</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_quality_flag</name>
                       <description>UVM2 Filter Quality Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_quality_flag_str</name>
                       <description>UVM2 Quality Flag Str</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_rate</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_rate_err</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_signif</name>
                       <description>UVM2 Detection Significance</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_sky_image</name>
                       <description>UVM2 Filter Mosaic/Stacked image</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_srcdist</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_vega_mag</name>
                       <description>UVM2 Vega Mag</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_vega_mag_err</name>
                       <description>UVM2 Vega Mag Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_ab_flux_err</name>
                       <description>UVW1 Filter Flux Err</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_ab_mag</name>
                       <description>UVW1 AB_Magnitude</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_ab_mag_err</name>
                       <description>UVW1 AB_Magnitude Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_extended_flag</name>
                       <description>UVW1 Filter Extended Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_major_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_minor_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_posang</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_quality_flag</name>
                       <description>UVW1 Filter Quality Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_quality_flag_str</name>
                       <description>UVW1 Quality Flag Str</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_rate</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_rate_err</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_signif</name>
                       <description>UVW1 Detection Significance</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_sky_image</name>
                       <description>UVW1 Filter Mosaic/Stacked image</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_srcdist</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_vega_mag</name>
                       <description>UVW1 Vega Mag</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_vega_mag_err</name>
                       <description>UVW1 Vega Mag Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_ab_flux_err</name>
                       <description>UVW2 Filter Flux Err</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_ab_mag</name>
                       <description>UVW2 AB_Magnitude</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_ab_mag_err</name>
                       <description>UVW2 AB_Magnitude Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_extended_flag</name>
                       <description>UVW2 Filter Extended Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_major_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_minor_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_posang</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_quality_flag</name>
                       <description>UVW2 Filter Quality Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_quality_flag_str</name>
                       <description>UVW2 Quality Flag Str</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_rate</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_rate_err</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_signif</name>
                       <description>UVW2 Detection Significance</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_sky_image</name>
                       <description>UVW2 Filter Mosaic/Stacked image</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_srcdist</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_vega_mag</name>
                       <description>UVW2 Vega Mag</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_vega_mag_err</name>
                       <description>UVW2 Vega Mag Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_ab_flux_err</name>
                       <description>V Filter Flux Err</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_ab_mag</name>
                       <description>V AB_Magnitude</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_ab_mag_err</name>
                       <description>V AB_Magnitude Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_extended_flag</name>
                       <description>V Filter Extended Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_major_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_minor_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_posang</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_quality_flag</name>
                       <description>V Filter Quality Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_quality_flag_str</name>
                       <description>V Quality Flag Str</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_rate</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_rate_err</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_signif</name>
                       <description>V Detection Significance</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_sky_image</name>
                       <description>V Filter Mosaic/Stacked image</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_srcdist</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_vega_mag</name>
                       <description>V Vega Mag</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_vega_mag_err</name>
                       <description>V Vega Mag Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>iauname</name>
                       <description>The IAU name assigned to the unique SRCID</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>The XMM-Newton observation identification.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension [degrees]</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination J2000 [degrees] </description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>poserr</name>
                       <description>Position Error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_ab_flux</name>
                       <description>UVW1 Filter Flux</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_ab_flux</name>
                       <description>UVW2 Filter Flux</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_ab_flux</name>
                       <description>UVM2 Filter Flux</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_ab_flux</name>
                       <description>U Filter Flux</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_ab_flux</name>
                       <description>V Filter Flux</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_ab_flux</name>
                       <description>B Filter Flux</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" type="base_table">
                    <name>catalogues.mv_xsa_om_source_cat_6_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_ab_flux_err</name>
                       <description>B Filter Flux Err</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_ab_mag</name>
                       <description>B AB_Magnitude</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_ab_mag_err</name>
                       <description>B AB_Magnitude Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_extended_flag</name>
                       <description>B Filter Extended Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii</name>
                       <description>Galactic Latitude [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_major_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_minor_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_posang</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_quality_flag</name>
                       <description>B Filter Quality Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_quality_flag_st</name>
                       <description>B Quality Flag Str</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_rate</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_rate_err</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_signif</name>
                       <description>B Detection Significance</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_sky_image</name>
                       <description>B Filter Mosaic/Stacked image</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_srcdist</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_vega_mag</name>
                       <description>B Vega Mag</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_vega_mag_err</name>
                       <description>B Vega Mag Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_end</name>
                       <description>OM observation end time in UTC</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_obs</name>
                       <description>OM observation start time in UTC</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_dms</name>
                       <description>Declination (J2000) [dd:mm:ss.sss]</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Exposure on time</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii</name>
                       <description>Galactic Longitude [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_obsid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_summary</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_source_cat_equatorial_spoint</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_source_cat_fov_scircle</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_source_cat_galactic_spoint</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_source_cat_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_hms</name>
                       <description>Right Ascension (J2000) [hh:mm:ss.sss]</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcnum</name>
                       <description>Source number</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_ab_flux_err</name>
                       <description>U Filter Flux Err</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_ab_mag</name>
                       <description>U AB_Magnitude</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_ab_mag_err</name>
                       <description>U AB_Magnitude Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_extended_flag</name>
                       <description>U Filter Extended Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_major_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_minor_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_posang</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_quality_flag</name>
                       <description>U Filter Quality Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_quality_flag_st</name>
                       <description>U Quality Flag Str</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_rate</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_rate_err</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_signif</name>
                       <description>U Detection Significance</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_sky_image</name>
                       <description>U Filter Mosaic/Stacked image</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_srcdist</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_vega_mag</name>
                       <description>U Vega Mag</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_vega_mag_err</name>
                       <description>U Vega Mag Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_ab_flux_err</name>
                       <description>UVM2 Filter Flux  Err</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_ab_mag</name>
                       <description>UVM2 AB_Magnitude</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_ab_mag_err</name>
                       <description>UVM2 AB_Magnitude Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_extended_flag</name>
                       <description>UVM2 Filter Extended Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_major_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_minor_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_posang</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_quality_flag</name>
                       <description>UVM2 Filter Quality Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_quality_flag_st</name>
                       <description>UVM2 Quality Flag Str</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_rate</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_rate_err</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_signif</name>
                       <description>UVM2 Detection Significance</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_sky_image</name>
                       <description>UVM2 Filter Mosaic/Stacked image</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_srcdist</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_vega_mag</name>
                       <description>UVM2 Vega Mag</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_vega_mag_err</name>
                       <description>UVM2 Vega Mag Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_ab_flux_err</name>
                       <description>UVW1 Filter Flux Err</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_ab_mag</name>
                       <description>UVW1 AB_Magnitude</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_ab_mag_err</name>
                       <description>UVW1 AB_Magnitude Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_extended_flag</name>
                       <description>UVW1 Filter Extended Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_major_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_minor_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_posang</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_quality_flag</name>
                       <description>UVW1 Filter Quality Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_quality_flag_st</name>
                       <description>UVW1 Quality Flag Str</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_rate</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_rate_err</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_signif</name>
                       <description>UVW1 Detection Significance</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_sky_image</name>
                       <description>UVW1 Filter Mosaic/Stacked image</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_srcdist</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_vega_mag</name>
                       <description>UVW1 Vega Mag</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_vega_mag_err</name>
                       <description>UVW1 Vega Mag Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_ab_flux_err</name>
                       <description>UVW2 Filter Flux Err</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_ab_mag</name>
                       <description>UVW2 AB_Magnitude</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_ab_mag_err</name>
                       <description>UVW2 AB_Magnitude Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_extended_flag</name>
                       <description>UVW2 Filter Extended Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_major_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_minor_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_posang</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_quality_flag</name>
                       <description>UVW2 Filter Quality Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_quality_flag_st</name>
                       <description>UVW2 Quality Flag Str</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_rate</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_rate_err</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_signif</name>
                       <description>UVW2 Detection Significance</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_sky_image</name>
                       <description>UVW2 Filter Mosaic/Stacked image</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_srcdist</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_vega_mag</name>
                       <description>UVW2 Vega Mag</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_vega_mag_err</name>
                       <description>UVW2 Vega Mag Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_ab_flux_err</name>
                       <description>V Filter Flux Err</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_ab_mag</name>
                       <description>V AB_Magnitude</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_ab_mag_err</name>
                       <description>V AB_Magnitude Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_extended_flag</name>
                       <description>V Filter Extended Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_major_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_minor_axis</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_posang</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_quality_flag</name>
                       <description>V Filter Quality Flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_quality_flag_st</name>
                       <description>V Quality Flag Str</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_rate</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_rate_err</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_signif</name>
                       <description>V Detection Significance</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_sky_image</name>
                       <description>V Filter Mosaic/Stacked image</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_srcdist</name>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_vega_mag</name>
                       <description>V Vega Mag</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_vega_mag_err</name>
                       <description>V Vega Mag Err</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>iauname</name>
                       <description>The IAU name assigned to the unique SRCID</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsid</name>
                       <description>The XMM-Newton observation identification.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension [degrees]</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination J2000 [degrees] </description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>poserr</name>
                       <description>Position Error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_ab_flux</name>
                       <description>UVW1 Filter Flux</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_ab_flux</name>
                       <description>UVW2 Filter Flux</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_ab_flux</name>
                       <description>UVM2 Filter Flux</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_ab_flux</name>
                       <description>U Filter Flux</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_ab_flux</name>
                       <description>V Filter Flux</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_ab_flux</name>
                       <description>B Filter Flux</description>
                       <unit>erg s-1 cm-2 A-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="9920390" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_xsa_om_source_cat_fdw</name>
                    <description>The XMM-Newton Serendipitous Ultraviolet Source Survey (XMM-SUSS) is a catalog of ultraviolet (UV) sources detected serendipitously by the Optical Monitor (XMM-OM) on board the XMM-Newton observatory. The current version is SUSS-6.2.</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_ab_flux_err</name>
                       <description>Source flux error for the filter B</description>
                       <unit>erg/s/cm**2/A</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_ab_mag</name>
                       <description>Source AB magnitude for the filter B</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_ab_mag_err</name>
                       <description>Source AB magnitude error, filter B</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_extended_flag</name>
                       <description>Source extended flag for the filter B</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii</name>
                       <description>Source galactic latitude</description>
                       <unit>degrees</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_major_axis</name>
                       <description>Source major semi-axis for the filter B</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_minor_axis</name>
                       <description>Source minor semi-axis for the filter B</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_posang</name>
                       <description>Source position angle for the filter B</description>
                       <unit>degree</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_quality_flag</name>
                       <description>Source quality flag for the filter B</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_quality_flag_st</name>
                       <description>Source quality flag string, filter B</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_rate</name>
                       <description>Source count rate for the filter B</description>
                       <unit>count/sec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_rate_err</name>
                       <description>Source count rate error, filter B</description>
                       <unit>count/sec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_signif</name>
                       <description>Source significance for the filter B</description>
                       <unit>sigma</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_sky_image</name>
                       <description>Source detected in stacked images filter B</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_srcdist</name>
                       <description>Dist. to the nearest source, B filter</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_vega_mag</name>
                       <description>Source Vega magnitude for the filter B</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_vega_mag_err</name>
                       <description>Source Vega magnitude error, filter B</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_end</name>
                       <description>OM observation end time in UTC</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_obs</name>
                       <description>OM observation start time in UTC</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_dms</name>
                       <description>Source Declination coordinate in DMS</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Exposure on time</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fast_id</name>
                       <description>Fast timeseries source identification</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii</name>
                       <description>Source galactic longtude</description>
                       <unit>degrees</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_obsid</name>
                       <description>Number of observation IDs for this source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_summary</name>
                       <description>Index in the SUMMARY table for the source OBSID</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsid</name>
                       <description>Source OBSID number</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_source_cat_equatorial_spoint</name>
                       <description>Coordinates of the source on the celestial sphere given in RA and DEC (J2000).</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_source_cat_fov_scircle</name>
                       <description>Circle projected on the surface of the celestial sphere centered at the coordinates of the source given in RA and DEC (J2000) and a given radius of 15 arc min.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_source_cat_galactic_spoint</name>
                       <description>Coordinates of the source on the celestial sphere given in latitude and longitude.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_source_cat_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_hms</name>
                       <description>Source Right Ascension in hour units</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>src_id</name>
                       <description>Source number in observation</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcnum</name>
                       <description>Source number in this catalogue</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_ab_flux_err</name>
                       <description>Source flux error for the filter U</description>
                       <unit>erg/s/cm**2/A</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_ab_mag</name>
                       <description>Source AB magnitude for the filter U</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_ab_mag_err</name>
                       <description>Source AB magnitude error, filter U</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_extended_flag</name>
                       <description>Source extended flag for the filter U</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_major_axis</name>
                       <description>Source major semi-axis for the filter U</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_minor_axis</name>
                       <description>Source minor semi-axis for the filter U</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_posang</name>
                       <description>Source position angle for the filter U</description>
                       <unit>degree</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_quality_flag</name>
                       <description>Source quality flag for the filter U</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_quality_flag_st</name>
                       <description>Source quality flag string, filter U</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_rate</name>
                       <description>Source count rate for the filter U</description>
                       <unit>count/sec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_rate_err</name>
                       <description>Source count rate error, filter U</description>
                       <unit>count/sec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_signif</name>
                       <description>Source significance for the filter U</description>
                       <unit>sigma</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_sky_image</name>
                       <description>Source detected in stacked images filter U</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_srcdist</name>
                       <description>Dist. to the nearest source, U filter</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_vega_mag</name>
                       <description>Source Vega magnitude for the filter U</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_vega_mag_err</name>
                       <description>Source Vega magnitude error, filter U</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_ab_flux_err</name>
                       <description>Source flux error for the filter UVM2</description>
                       <unit>erg/s/cm**2/A</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_ab_mag</name>
                       <description>Source AB magnitude for the filter UVM2</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_ab_mag_err</name>
                       <description>Source AB magnitude error, filter UVM2</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_extended_flag</name>
                       <description>Source extended flag for the filter UVM2</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_major_axis</name>
                       <description>Source major semi-axis for the filter UVM2</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_minor_axis</name>
                       <description>Source minor semi-axis for the filter UVM2</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_posang</name>
                       <description>Source position angle for the filter UVM2</description>
                       <unit>degree</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_quality_flag</name>
                       <description>Source quality flag for the filter UVM2</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_quality_flag_st</name>
                       <description>Source quality flag string, filter UVM2</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_rate</name>
                       <description>Source count rate for the filter UVM2</description>
                       <unit>count/sec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_rate_err</name>
                       <description>Source count rate error, filter UVM2</description>
                       <unit>count/sec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_signif</name>
                       <description>Source significance for the filter UVM2</description>
                       <unit>sigma</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_sky_image</name>
                       <description>Source detected in stacked images filter UVM2</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_srcdist</name>
                       <description>Dist. to the nearest source, UVM2 filter</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_vega_mag</name>
                       <description>Source Vega magnitude for the filter UVM2</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_vega_mag_err</name>
                       <description>Source Vega magnitude error, filter UVM2</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_ab_flux_err</name>
                       <description>Source flux error for the filter UVW1</description>
                       <unit>erg/s/cm**2/A</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_ab_mag</name>
                       <description>Source AB magnitude for the filter UVW1</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_ab_mag_err</name>
                       <description>Source AB magnitude error, filter UVW1</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_extended_flag</name>
                       <description>Source extended flag for the filter UVW1</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_major_axis</name>
                       <description>Source major semi-axis for the filter UVW1</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_minor_axis</name>
                       <description>Source minor semi-axis for the filter UVW1</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_posang</name>
                       <description>Source position angle for the filter UVW1</description>
                       <unit>degree</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_quality_flag</name>
                       <description>Source quality flag for the filter UVW1</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_quality_flag_st</name>
                       <description>Source quality flag string, filter UVW1</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_rate</name>
                       <description>Source count rate for the filter UVW1</description>
                       <unit>count/sec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_rate_err</name>
                       <description>Source count rate error, filter UVW1</description>
                       <unit>count/sec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_signif</name>
                       <description>Source significance for the filter UVW1</description>
                       <unit>sigma</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_sky_image</name>
                       <description>Source detected in stacked images filter UVW1</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_srcdist</name>
                       <description>Dist. to the nearest source, UVW1 filter</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_vega_mag</name>
                       <description>Source Vega magnitude for the filter UVW1</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_vega_mag_err</name>
                       <description>Source Vega magnitude error, filter UVW1</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_ab_flux_err</name>
                       <description>Source flux error for the filter UVW2</description>
                       <unit>erg/s/cm**2/A</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_ab_mag</name>
                       <description>Source AB magnitude for the filter UVW2</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_ab_mag_err</name>
                       <description>Source AB magnitude error, filter UVW2</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_extended_flag</name>
                       <description>Source extended flag for the filter UVW2</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_major_axis</name>
                       <description>Source major semi-axis for the filter UVW2</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_minor_axis</name>
                       <description>Source minor semi-axis for the filter UVW2</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_posang</name>
                       <description>Source position angle for the filter UVW2</description>
                       <unit>degree</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_quality_flag</name>
                       <description>Source quality flag for the filter UVW2</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_quality_flag_st</name>
                       <description>Source quality flag string, filter UVW2</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_rate</name>
                       <description>Source count rate for the filter UVW2</description>
                       <unit>count/sec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_rate_err</name>
                       <description>Source count rate error, filter UVW2</description>
                       <unit>count/sec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_signif</name>
                       <description>Source significance for the filter UVW2</description>
                       <unit>sigma</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_sky_image</name>
                       <description>Source detected in stacked images filter UVW2</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_srcdist</name>
                       <description>Dist. to the nearest source, UVW2 filter</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_vega_mag</name>
                       <description>Source Vega magnitude for the filter UVW2</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_vega_mag_err</name>
                       <description>Source Vega magnitude error, filter UVW2</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_ab_flux_err</name>
                       <description>Source flux error for the filter V</description>
                       <unit>erg/s/cm**2/A</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_ab_mag</name>
                       <description>Source AB magnitude for the filter V</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_ab_mag_err</name>
                       <description>Source AB magnitude error, filter V</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_extended_flag</name>
                       <description>Source extended flag for the filter V</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_major_axis</name>
                       <description>Source major semi-axis for the filter V</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_minor_axis</name>
                       <description>Source minor semi-axis for the filter V</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_posang</name>
                       <description>Source position angle for the filter V</description>
                       <unit>degree</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_quality_flag</name>
                       <description>Source quality flag for the filter V</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_quality_flag_st</name>
                       <description>Source quality flag string, filter V</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_rate</name>
                       <description>Source count rate for the filter V</description>
                       <unit>count/sec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_rate_err</name>
                       <description>Source count rate error, filter V</description>
                       <unit>count/sec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_signif</name>
                       <description>Source significance for the filter V</description>
                       <unit>sigma</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_sky_image</name>
                       <description>Source detected in stacked images filter V</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_srcdist</name>
                       <description>Dist. to the nearest source, V filter</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_vega_mag</name>
                       <description>Source Vega magnitude for the filter V</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_vega_mag_err</name>
                       <description>Source Vega magnitude error, filter V</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>iauname</name>
                       <description>Source IAU name</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Source Right Ascension coordinate (deg)</description>
                       <unit>degrees</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Source Declination coordinate (deg)</description>
                       <unit>degrees</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>poserr</name>
                       <description>Source positional (coordinate) error</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw1_ab_flux</name>
                       <description>Source flux for the filter UVW1</description>
                       <unit>erg/s/cm**2/A</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvw2_ab_flux</name>
                       <description>Source flux for the filter UVW2</description>
                       <unit>erg/s/cm**2/A</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>uvm2_ab_flux</name>
                       <description>Source flux for the filter UVM2</description>
                       <unit>erg/s/cm**2/A</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>u_ab_flux</name>
                       <description>Source flux for the filter U</description>
                       <unit>erg/s/cm**2/A</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_ab_flux</name>
                       <description>Source flux for the filter V</description>
                       <unit>erg/s/cm**2/A</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b_ab_flux</name>
                       <description>Source flux for the filter B</description>
                       <unit>erg/s/cm**2/A</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="46110" esatapplus:size_bytes="0" type="base_table">
                    <name>catalogues.mv_xsa_slew_source_cat_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>altident</name>
                       <description>An alternative name for the best match source.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bg_map_b6</name>
                       <description>Background value for the soft band. (0.2-2.0 keV)</description>
                       <unit>counts/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bg_map_b7</name>
                       <description>Background value for the hard band. (2.0-12.0 keV)</description>
                       <unit>counts/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bg_map_b8</name>
                       <description>Background value for the total band. (0.2-12.0 keV)</description>
                       <unit>counts/pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii</name>
                       <description>Galactic Latitude [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii_b6</name>
                       <description>The galactic position in [degrees] of the soft band source. (0.2-2.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii_b7</name>
                       <description>The galactic position in [degrees] of the hard band source. (2.0-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii_b8</name>
                       <description>The galactic position in [degrees] of the total band source. (0.2-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_end</name>
                       <description>SLEW exposure end date</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_obs</name>
                       <description>SLEW exposure start date</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_b6</name>
                       <description>The J2000 celestial position of of the soft band source. (0.2-2.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_b7</name>
                       <description>The J2000 celestial position of of the hard band source. (2.0-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_b8</name>
                       <description>The J2000 celestial position of of the total band source. (0.2-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_ml_b6</name>
                       <description>The detection likelihood in the soft (0.2-2.0 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_ml_b7</name>
                       <description>The detection likelihood in the hard (2.0-12 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_ml_b8</name>
                       <description>The detection likelihood in the total (0.2-12 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Exposure on time</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exp_map_b6</name>
                       <description>The effective on-axis exposure time in [seconds], in the soft energy band. (0.2-2.0 keV)</description>
                       <unit>seconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exp_map_b7</name>
                       <description>The effective on-axis exposure time in [seconds], in the hard energy band. (2.0-12.0 keV)</description>
                       <unit>seconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exp_map_b8</name>
                       <description>The effective on-axis exposure time in [seconds], in the total energy band. (0.2-12.0 keV)</description>
                       <unit>seconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b6</name>
                       <description>Spatial extension of the source in the soft energy band. (0.2-2.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b6_err</name>
                       <description>Statistical one sigma error on the soft band extension parameter. (0.2-2.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b7</name>
                       <description>Spatial extension of the source in the hard energy band. (2.0-12.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b7_err</name>
                       <description>Statistical one sigma error on the hard band extension parameter.  (2.0-12.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b8</name>
                       <description>Spatial extension of the source in the total energy band. (0.2-12.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b8_err</name>
                       <description>Statistical one sigma error on the total band extension parameter. (0.2-12.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_ml_b6</name>
                       <description>Likelihood of the source being extended in the soft (0.2-2 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_ml_b7</name>
                       <description>Likelihood of the source being extended in the hard (2-12 keV) energy band</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_ml_b8</name>
                       <description>Likelihood of the source being extended in the total (0.2-12 keV) energy band.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filt_cnts</name>
                       <description>The number of counts found within a 1 arcminute radius about the source position after standard filtering is applied.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flag_comment</name>
                       <description>A comment which explains why a particular source flag has been set to true</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hr1</name>
                       <description>The hardness ratio, defined as HR1 = (rate_b7-rate_b6)/(rate_b7+rate_b6) where rate_b7 is the hard band count rate and rate_b6 is the soft band count rate. This has been calculated for the 1936 sources which have a positive detection in both bands</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hr1_err</name>
                       <description>Error on the hardness ratio calculated as: sqrt(rate_b7_err*rate_b7_err + rate_b6_err*rate_b6_err) /(rate_b7+rate_b6) where rate_b7_err and rate_b6_err are the errors on the hard and soft band count rates respectively</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_category</name>
                       <description>The source type as returned by SIMBAD, NED and the other resources used in the cross-matching process.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_dist</name>
                       <description>The distance in arcminutes between the best match candidate and the SLEW survey source</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ident</name>
                       <description>Cross-correlations of the positions of the slew sources with astronomical databases and catalogues have been performed (see section on IDs)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_resource</name>
                       <description>The astronomical database or catalogue from which the best match has been selected.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>image_bg_rate</name>
                       <description>Peak background count rate in the image from which the source was extracted</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii</name>
                       <description>Galactic Longitude [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii_b6</name>
                       <description>The galactic position in [degrees] of the soft band source. (0.2-2.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii_b7</name>
                       <description>The galactic position in [degrees] of the hard band source. (2.0-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii_b8</name>
                       <description>The galactic position in [degrees] of the total band source. (0.2-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_start</name>
                       <description>Modified Julian Date (i.e., JD - 2400000.5) of the start of the observation.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_stop</name>
                       <description>Modified Julian Date (i.e., JD - 2400000.5) of the end of the observation.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mode_id</name>
                       <description>Observing mode of the EPIC-pn camera. FF= Full frame mode eFF = extended full frame mode LW = large window mode</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <ucd>meta.ref.url;meta.preview</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_b6</name>
                       <description>The J2000 celestial position of the soft band source. (0.2-2.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_b7</name>
                       <description>The J2000 celestial position of the hard band source. (2.0-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_b8</name>
                       <description>The J2000 celestial position of the total band source. (0.2-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_b6_err</name>
                       <description>The statistical error in [degrees], on the soft band position. (0.2-2.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_b7_err</name>
                       <description>The statistical error in [degrees], on the hard band position. (2.0-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_b8_err</name>
                       <description>The statistical error in [degrees], on the total band position. (0.2-12.0 keV)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_err</name>
                       <description>Radial error on the position, computed as sqrt(ra_err2 + dec_err2), in arcsecs, where ra_err and dec_err are the 1 sigma uncertainties in the RA and DEC coordinates respectively. </description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rass_dist</name>
                       <description>The distance from the best match ROSAT source and the SLEW source</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rassname</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b6</name>
                       <description>The soft band count rate (0.2-2.0 keV)</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b6_err</name>
                       <description>The error on the soft band count rate (0.2-2.0 keV)</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b7</name>
                       <description>The hard band count rate (2.0-12.0 keV)</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b7_err</name>
                       <description>The error on the hard band count rate (2.0-12.0 keV)</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b8</name>
                       <description>The total band count rate (0.2-12.0 keV)</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b8_err</name>
                       <description>The error on the total band count rate (0.2-12.0 keV)</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b6</name>
                       <description>The number of background subtracted counts, in the soft energy band (0.2-2 keV), corrected for the PSF</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b6_err</name>
                       <description>Statistical 1 sigma error on the soft band source counts (0.2-2.0 keV).</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b7</name>
                       <description>The number of background subtracted counts, in the hard energy band (2.0-12.0 keV)</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b7_err</name>
                       <description>Statistical 1 sigma error on the hard band source counts (2.0-12.0 keV)</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b8</name>
                       <description>The number of background subtracted counts, in the total energy band (0.2-12.0 keV)</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b8_err</name>
                       <description>Statistical 1 sigma error on the total band source counts (0.2-12.0 keV)</description>
                       <unit>counts</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_observation_id</name>
                       <description>SLEW observation ID</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_source_cat_fov_scircle</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_source_cat_galactic_spoint</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_source_cat_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcname_b6</name>
                       <description>The source name defined in the soft band list. The format is 'xs' followed by the revolution number, the observation ID and the source position, e.g. xs0841_9084100002_12:57:07.5+01:50:42</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcname_b7</name>
                       <description>The source name defined in the hard band list. The format is 'xs' followed by the revolution number, the observation ID and the source position, e.g. xs0841_9084100002_12:57:07.5+01:50:42</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcname_b8</name>
                       <description>The source name defined in the total band list. The format is 'xs' followed by the revolution number, the observation ID and the source position, e.g. xs0841_9084100002_12:57:07.5+01:50:42</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcnum</name>
                       <description>This is the official name for sources detected in the XMM-Newton slew survey</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unfilt_cnts</name>
                       <description>The number of counts found within a 1 arcminute radius about the source position with no filtering applied</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>us_extras</name>
                       <description>Name in the EXTRAS catalogue</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>us_xmmsl1</name>
                       <description>XMMSL1 name</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>val_flag</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ver_false</name>
                       <description>This is a catch-all for problems not included in the other flags.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ver_halo</name>
                       <description>If set true, this flag indicates that a detection lies within the point spread function, or halo, of a very bright source and is probably spurious.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ver_hibgnd</name>
                       <description>If set true, this flag indicates that the source lies within a bright region, caused by high background, and is probably spurious.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ver_inext</name>
                       <description>If set true, this flag notes that a detection has been found within an extended source and is probably false. This flag is used to ensure that only one source is quoted for the large supernova remnants.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ver_nredg</name>
                       <description>Source near edge. Not used in XMMSL2.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ver_optload</name>
                       <description>A warning flag indicating that the source may suffer from optical loading</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ver_psusp</name>
                       <description>This flag indicates that the quoted position of the source is likely to be inaccurate. In a few slews the attitude reconstruction is poor and in these cases the actual position of the source is difficult to determine and can be wrong by an arcminute.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x_ima_b6</name>
                       <description>The X position of the source in the soft band image in image pixels. (0.2-2.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x_ima_b7</name>
                       <description>The X position of the source in the hard band image in image pixels. (2.0-12.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x_ima_b8</name>
                       <description>The X position of the source in the total band image in image pixels. (0.2-12.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ximname_b6</name>
                       <description>The name of the image containing the soft band detection. (0.2-2.0 keV)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ximname_b7</name>
                       <description>The name of the image containing the hard band detection. (2.0-12.0 keV)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ximname_b8</name>
                       <description>The name of the image containing the total band detection. (0.2-12.0 keV)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_ima_b6</name>
                       <description>The Y position of the source in the soft band image in image pixels. (0.2-2.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_ima_b7</name>
                       <description>The Y position of the source in the hard band image in image pixels. (2.0-12.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_ima_b8</name>
                       <description>The Y position of the source in the total band image in image pixels. (0.2-12.0 keV)</description>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension [degrees]</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination J2000 [degrees] </description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b8</name>
                       <description>The source flux in the total energy (0.2-12.0 keV)</description>
                       <unit>(10E-12) ergs/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b8_err</name>
                       <description>The error on the total band source flux.</description>
                       <unit>(10E-12) ergs/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b7</name>
                       <description>The source flux in the hard energy (2.0-12.0 keV)</description>
                       <unit>(10E-12) ergs/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b7_err</name>
                       <description>The error on the hard band source flux</description>
                       <unit>(10E-12) ergs/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b6</name>
                       <description>The source flux in the total energy (0.2-2.0 keV)</description>
                       <unit>(10E-12) ergs/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b6_err</name>
                       <description>The error on the soft band source flux</description>
                       <unit>(10E-12) ergs/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="870973" esatapplus:size_bytes="210935808" type="base_table">
                    <name>catalogues.t_akari_point_source_catalogue_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flags09</name>
                       <description>Bit flags data quality for S9W</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flags18</name>
                       <description>Bit flags data quality for L18W</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mconf09</name>
                       <description>Months confirmation flag for S9W</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mconf18</name>
                       <description>Months confirmation flag for L18W</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mean_ab09</name>
                       <description>Average of major and minor axes for S9W</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mean_ab18</name>
                       <description>Average of major and minor axes for L18W</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ndata_pos</name>
                       <description>Number of events used for positional calculation</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ndens09</name>
                       <description>Number of neighboring sources for S9W</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ndens18</name>
                       <description>Number of neighboring sources for L18W</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nscanc09</name>
                       <description>nScanConfirm for S9W</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nscanc18</name>
                       <description>nScanConfirm for L18W</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nscanp09</name>
                       <description>nScanPossible for S9W</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nscanp18</name>
                       <description>nScanPossible for L18W</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>poserrmi</name>
                       <description>Position error minor axis</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>poserrmj</name>
                       <description>Position error major axis</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>poserrpa</name>
                       <description>Position error Position Angle</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>objname</name>
                       <description>Source Identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux09</name>
                       <description>Flux density in S9W</description>
                       <unit>Jy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ferr09</name>
                       <description>Flux error in S9W</description>
                       <unit>Jy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux18</name>
                       <description>Flux density in L18W</description>
                       <unit>Jy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ferr18</name>
                       <description>Flux error in L18W</description>
                       <unit>Jy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fqual09</name>
                       <description>Flux quality flag for S9W</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fqual18</name>
                       <description>Flux quality flag for L18W</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extended09</name>
                       <description>Extended source flag for S9W</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extended18</name>
                       <description>Extended source flag for L18W</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ndata09</name>
                       <description>Number of events contributing to FLUX09</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ndata18</name>
                       <description>Number of events contributing to FLUX18</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="747634026" esatapplus:size_bytes="270927798272" type="base_table">
                    <name>catalogues.t_allwise_original_valid_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_flag</name>
                       <description>Extended source flag.   This is an integer flag, the value of which indicates whether or not the morphology of a source is consistent with the WISE point spread function in any band, or whether the source is associated with or superimposed on a previously known extended object from the 2MASS Extended Source Catalog (XSC).   The values of the extFlag indicate the following conditions:  -   0 - The source shape is consistent with a point-source and the     source is not associated with or superimposed on a 2MASS XSC source  -   1 - The profile-fit photometry goodness-of-fit is &gt;3.0 in one or     more bands.  -   2 - The source falls within the extrapolated isophotal footprint of     a 2MASS XSC source.  -   3 - The profile-fit photometry goodness-of-fit is &gt;3.0 in one or     more bands, and the source falls within the extrapolated isophotal     footprint of a 2MASS XSC source.  -   4 - The source position falls within 5 arcsec of a 2MASS XSC source.  -   5 - The profile-fit photometry goodness-of-fit is &gt;3.0 in one or     more bands, and the source position falls within 5 arcsec of a 2MASS     XSC source.  CAUTION: WISE profile-fit (w?mpro) measurements are optimized for point sources and will systematically underestimate the true flux of resolved objects. If a source entry has extFlag&gt;0, you may wish to examine the elliptical aperture photometry which are measured using areas that are scaled from 2MASS XSC morphologies.</description>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1gmag</name>
                       <description>W1 magnitude of source measured in the elliptical aperture.   WISE profile-fit (w?mpro) measurements are optimized for point sources and will systematically underestimate the true flux of resolved objects. If a source entry has extFlag&gt;0, you may wish to examine the elliptical aperture photometry which are measured using areas that are scaled from 2MASS XSC morphologies.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1gmag_error</name>
                       <description>Uncertainty in the W1 magnitude of source measured in elliptical aperture.   CAUTION: A w1gerr value of 9.999 indicates that the measurement uncertainty is very large, or the uncertainty could not be computed. In either case, the w1gmag measurement should be considered highly suspect.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1mjd_mean</name>
                       <description>The average modified Julian Date (mJD) of the W1 single-exposures covering the source.</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2gmag</name>
                       <description>W2 magnitude of source measured in the elliptical aperture.   WISE profile-fit (w?mpro) measurements are optimized for point sources and will systematically underestimate the true flux of resolved objects. If a source entry has extFlag&gt;0, you may wish to examine the elliptical aperture photometry which are measured using areas that are scaled from 2MASS XSC morphologies.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2mjd_mean</name>
                       <description>The average modified Julian Date (mJD) of the W2 single-exposures covering the source.</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3gmag</name>
                       <description>W3 magnitude of source measured in the elliptical aperture.   WISE profile-fit (w?mpro) measurements are optimized for point sources and will systematically underestimate the true flux of resolved objects. If a source entry has extFlag&gt;0, you may wish to examine the elliptical aperture photometry which are measured using areas that are scaled from 2MASS XSC morphologies.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3gmag_error</name>
                       <description>Uncertainty in the W3 magnitude of source measured in elliptical aperture.  CAUTION: A w3gerr value of 9.999 indicates that the measurement uncertainty is very large, or the uncertainty could not be computed. In either case, the w3gmag measurement should be considered highly suspect.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3mjd_mean</name>
                       <description>The average modified Julian Date (mJD) of the W3 single-exposures covering the source.</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w4gmag</name>
                       <description>W4 magnitude of source measured in the elliptical aperture.   WISE profile-fit (w?mpro) measurements are optimized for point sources and will systematically underestimate the true flux of resolved objects. If a source entry has extFlag&gt;0, you may wish to examine the elliptical aperture photometry which are measured using areas that are scaled from 2MASS XSC morphologies.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w4gmag_error</name>
                       <description>Uncertainty in the W4 magnitude of source measured in elliptical aperture.  CAUTION: A w4gError value of 9.999 indicates that the measurement uncertainty is very large, or the uncertainty could not be computed. In either case, the w4gmag measurement should be considered highly suspect.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w4mjd_mean</name>
                       <description>The average modified Julian Date (mJD) of the W4 single-exposures covering the source.</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>AllWISE name. Sexagesimal, equatorial position-based source name in the form: hhmmss.ss+ddmmss.s.   The full naming convention for AllWISE Source Catalog sources has the form   “WISEA Jhhmmss.ss+ddmmss.s,” where “WISEA” indicates the source is from the AllWISE Source Catalog, and “J” indicates the position is J2000. The “WISEA” acronym is not listed explicitly in the designation column.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>J2000 right ascension with respect to the 2MASS PSC reference frame from the non-moving source extraction.   The sky coverage depth for sources in the AllWISE Catalog is approximately twice as large in W1 and W2 as it is in W3 and W4. AllWISE combined W1 and W2 Single-exposure images from the WISE 4-Band Cryo, 3-Band Cryo and NEOWISE Post-Cryo survey phases, and W3 and W4 images from the 4-Band Cryo phase only. The additional epoch of W1 and W2 coverage accenuates the weight of those two bands in determining source properties such as position and motion.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>J2000 declination with respect to the 2MASS PSC reference frame from the non-moving source extraction.   The sky coverage depth for sources in the AllWISE Catalog is approximately twice as large in W1 and W2 as it is in W3 and W4. AllWISE combined W1 and W2 Single-exposure images from the WISE 4-Band Cryo, 3-Band Cryo and NEOWISE Post-Cryo survey phases, and W3 and W4 images from the 4-Band Cryo phase only. The additional epoch of W1 and W2 coverage accenuates the weight of those two bands in determining source properties such as position and motion.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>One-sigma uncertainty in right ascension coordinate from the non-moving source extraction.</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>One-sigma uncertainty in declination coordinate from the non-moving source extraction.</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1mpro</name>
                       <description>W1 magnitude measured with profile-fitting photometry, or the magnitude of the 95% confidence brightness upper limit if the W1 flux measurement has SNR&lt;2. This column is null if the source is nominally detected in W1, but no useful brightness estimate could be made. The corresponding error column is null if the W1 profile-fit magnitude is a 95% confidence upper limit.   CAUTION: WISE profile-fit (w?mpro) measurements are optimized for point sources and will systematically underestimate the true flux of resolved objects. If a source entry has extFlag&gt;0, you may wish to examine the elliptical aperture photometry which are measured using areas that are scaled from 2MASS XSC morphologies.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w1mpro_error</name>
                       <description>W1 profile-fit photometric measurement uncertainty in mag units. This column is null if the W1 profile-fit magnitude is a 95% confidence upper limit or if the source is not measurable.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2mpro</name>
                       <description>W2 magnitude measured with profile-fitting photometry, or the magnitude of the 95% confidence brightness upper limit if the W2 flux measurement has SNR&lt;2. This column is null if the source is nominally detected in W2, but no useful brightness estimate could be made. The corresponding error column is null if the W2 profile-fit magnitude is a 95% confidence upper limit.   CAUTION: WISE profile-fit (w?mpro) measurements are optimized for point sources and will systematically underestimate the true flux of resolved objects. If a source entry has extFlag&gt;0, you may wish to examine the elliptical aperture photometry which are measured using areas that are scaled from 2MASS XSC morphologies.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w2mpro_error</name>
                       <description>W2 profile-fit photometric measurement uncertainty in mag units. This column is null if the W2 profile-fit magnitude is a 95% confidence upper limit or if the source is not measurable.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3mpro</name>
                       <description>W3 magnitude measured with profile-fitting photometry, or the magnitude of the 95% confidence brightness upper limit if the W3 flux measurement has SNR&lt;2. This column is null if the source is nominally detected in W3, but no useful brightness estimate could be made. The corresponding error column is null if the W3 profile-fit magnitude is a 95% confidence upper limit.   CAUTION: WISE profile-fit (w?mpro) measurements are optimized for point sources and will systematically underestimate the true flux of resolved objects. If a source entry has extFlag&gt;0, you may wish to examine the elliptical aperture photometry which are measured using areas that are scaled from 2MASS XSC morphologies.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w3mpro_error</name>
                       <description>W3 profile-fit photometric measurement uncertainty in mag units. This column is null if the W3 profile-fit magnitude is a 95% confidence upper limit or if the source is not measurable.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w4mpro</name>
                       <description>W4 magnitude measured with profile-fitting photometry, or the magnitude of the 95% confidence brightness upper limit if the W4 flux measurement has SNR&lt;2. This column is null if the source is nominally detected in W4, but no useful brightness estimate could be made. The corresponding error column is null if the W1 profile-fit magnitude is a 95% confidence upper limit.   CAUTION: WISE profile-fit (w?mpro) measurements are optimized for point sources and will systematically underestimate the true flux of resolved objects. If a source entry has extFlag&gt;0, you may wish to examine the elliptical aperture photometry which are measured using areas that are scaled from 2MASS XSC morphologies.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w4mpro_error</name>
                       <description>W4 profile-fit photometric measurement uncertainty in mag units. This column is null if the W4 profile-fit magnitude is a 95% confidence upper limit or if the source is not measurable.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="526587" esatapplus:size_bytes="602767360" type="base_table">
                    <name>catalogues.t_gaiafpr_crowded_field_source_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>designation</name>
                       <description>Unique source designation (unique across all Data Releases)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>region_name</name>
                       <description>Name of the designated CrowdedField region in the sky</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release) providing the CrowdedField-nature of the source via location bit</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ref_epoch</name>
                       <description>Reference epoch</description>
                       <unit>yr</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>Standard error of right ascension</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Position3D.Error3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Position3D.Error3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_over_error</name>
                       <description>Parallax divided by its standard error</description>
                       <ucd>stat.snr;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pm</name>
                       <description>Total proper motion</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra</name>
                       <description>Proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra_error</name>
                       <description>Standard error of proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdec</name>
                       <description>Proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdec_error</name>
                       <description>Standard error of proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_dec_corr</name>
                       <description>Correlation between right ascension and declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_parallax_corr</name>
                       <description>Correlation between right ascension and parallax</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_pmra_corr</name>
                       <description>Correlation between right ascension and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_pmdec_corr</name>
                       <description>Correlation between right ascension and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_parallax_corr</name>
                       <description>Correlation between declination and parallax</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_pmra_corr</name>
                       <description>Correlation between declination and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_pmdec_corr</name>
                       <description>Correlation between declination and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_pmra_corr</name>
                       <description>Correlation between parallax and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_pmdec_corr</name>
                       <description>Correlation between parallax and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra_pmdec_corr</name>
                       <description>Correlation between proper motion in right ascension and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_scans</name>
                       <description>Number of CrowdedField scans of the source location</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_obs_al</name>
                       <description>Total number of observations in the along-scan (AL) direction</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_obs_ac</name>
                       <description>Total number of observations in the across-scan (AC) direction</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_good_obs_al</name>
                       <description>Number of good observations in the along-scan (AL) direction</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_bad_obs_al</name>
                       <description>Number of bad observations in the along-scan (AL) direction</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_gof_al</name>
                       <description>Goodness of fit statistic of model wrt along-scan observations</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_chi2_al</name>
                       <description>AL chi-square value</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_excess_noise</name>
                       <description>Excess noise of the source</description>
                       <unit>mas</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_excess_noise_sig</name>
                       <description>Significance of excess noise</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_params_solved</name>
                       <description>Which parameters have been solved for?</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pseudocolour</name>
                       <description>Astrometrically estimated pseudocolour of the source</description>
                       <unit>um**-1</unit>
                       <ucd>em.wavenumber</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pseudocolour_error</name>
                       <description>Standard error of the pseudocolour of the source</description>
                       <unit>um**-1</unit>
                       <ucd>stat.error;em.wavenumber</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_pseudocolour_corr</name>
                       <description>Correlation between right ascension and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_pseudocolour_corr</name>
                       <description>Correlation between declination and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_pseudocolour_corr</name>
                       <description>Correlation between parallax and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra_pseudocolour_corr</name>
                       <description>Correlation between proper motion in right asension and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdec_pseudocolour_corr</name>
                       <description>Correlation between proper motion in declination and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_matched_transits</name>
                       <description>Matched FOV transits used in the AGIS solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>visibility_periods_used</name>
                       <description>Number of visibility periods used in Astrometric solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_sigma5d_max</name>
                       <description>The longest semi-major axis of the 5-d error ellipsoid</description>
                       <unit>mas</unit>
                       <ucd>stat;pos.errorEllipse</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>matched_transits</name>
                       <description>The number of transits matched to this source</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ipd_gof_harmonic_amplitude</name>
                       <description>Amplitude of the IPD GoF versus position angle of scan</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ipd_gof_harmonic_phase</name>
                       <description>Phase of the IPD GoF versus position angle of scan</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_strength_k1</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_strength_k2</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_strength_k3</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_strength_k4</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_mean_k1</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_mean_k2</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_mean_k3</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_mean_k4</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_primary_flag</name>
                       <description>Primary or secondary</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_n_obs</name>
                       <description>Number of observations contributing to G photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_flux</name>
                       <description>G-band mean flux</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_flux_error</name>
                       <description>Error on G-band mean flux</description>
                       <unit>electron.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_flux_over_error</name>
                       <description>G-band mean flux divided by its error</description>
                       <ucd>stat.snr;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_mag</name>
                       <description>G-band mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_flux_uwv</name>
                       <description>Unit weight variance of fluxes</description>
                       <ucd>stat.weight</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_flux_median</name>
                       <description>Median flux</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;stat.median</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_flux_skewness</name>
                       <description>Measure of the skewness of the flux distribution</description>
                       <ucd>phot.flux;stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_flux_kurtosis</name>
                       <description>Measure of the kurtosis of the flux distribution</description>
                       <ucd>phot.flux;stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_flux_mad</name>
                       <description>MAD of the flux distribution</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_flux_first_quartile</name>
                       <description>First quartile of the flux distribution</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_flux_third_quartile</name>
                       <description>Third quartile of the flux distribution</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_flux_min</name>
                       <description>Minimum flux value</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;stat.min</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_flux_max</name>
                       <description>Maximum flux value</description>
                       <unit>electron.s**-1</unit>
                       <ucd>phot.flux;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_proc_mode</name>
                       <description>Photometry processing mode</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>l</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ecl_lon</name>
                       <description>Ecliptic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ecl_lat</name>
                       <description>Ecliptic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="1811709771" esatapplus:size_bytes="1393133412352" type="base_table">
                    <name>catalogues.t_gaia_source_dr3_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ag_gspphot_lower</name>
                       <description>Lower confidence level (16%) of extinction in G band from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ag_gspphot_upper</name>
                       <description>Upper confidence level (84%) of extinction in G band from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_chi2_al</name>
                       <description>AL chi-square value</description>
                       <ucd>stat.fit.chi2</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_excess_noise</name>
                       <description>Excess noise of the source</description>
                       <unit>mas</unit>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_excess_noise_sig</name>
                       <description>Significance of excess noise</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_gof_al</name>
                       <description>Goodness of fit statistic of model wrt along-scan observations</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_matched_transits</name>
                       <description>Matched FOV transits used in the AGIS solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_bad_obs_al</name>
                       <description>Number of bad observations in the along-scan (AL) direction</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_good_obs_al</name>
                       <description>Number of good observations in the along-scan (AL) direction</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_obs_ac</name>
                       <description>Total number of observations in the across-scan (AC) direction</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_n_obs_al</name>
                       <description>Total number of observations in the along-scan (AL) direction</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_params_solved</name>
                       <description>Which parameters have been solved for?</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_primary_flag</name>
                       <description>Primary or seconday</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>astrometric_sigma5d_max</name>
                       <description>The longest semi-major axis of the 5-d error ellipsoid</description>
                       <unit>mas</unit>
                       <ucd>stat;pos.errorEllipse</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>azero_gspphot_lower</name>
                       <description>Lower confidence level (16%) of monochromatic extinction $A_0$ at 547.7nm from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>azero_gspphot_upper</name>
                       <description>Upper confidence level (84%) of monochromatic extinction $A_0$ at 547.7nm from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>b</name>
                       <description>Galactic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lat</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classprob_dsc_combmod_galaxy</name>
                       <description>Probability from DSC-Combmod of being a galaxy (data used: BP/RP spectrum, photometry, astrometry)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classprob_dsc_combmod_quasar</name>
                       <description>Probability from DSC-Combmod of being a quasar (data used: BP/RP spectrum, photometry, astrometry)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classprob_dsc_combmod_star</name>
                       <description>Probability from DSC-Combmod of being a single star (but not a white dwarf) (data used: BP/RP spectrum, photometry, astrometry)</description>
                       <ucd>stat.probability</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_error</name>
                       <description>Standard error of declination</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Position3D.Error3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_parallax_corr</name>
                       <description>Correlation between declination and parallax</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_pmdec_corr</name>
                       <description>Correlation between declination and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_pmra_corr</name>
                       <description>Correlation between declination and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_pseudocolour_corr</name>
                       <description>Correlation between declination and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>distance_gspphot_lower</name>
                       <description>Lower confidence level (16%) of distance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>pos.distance;pos.eq</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>distance_gspphot_upper</name>
                       <description>Upper confidence level (84%) of distance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>pos.distance;pos.eq</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duplicated_source</name>
                       <description>Source with multiple source identifiers</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ebpminrp_gspphot_lower</name>
                       <description>Lower confidence level (16%) of reddening  $E(G_{\rm BP} - G_{\rm RP})$ from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess;stat.min</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ebpminrp_gspphot_upper</name>
                       <description>Upper confidence level (84%) of reddening  $E(G_{\rm BP} - G_{\rm RP})$ from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ecl_lat</name>
                       <description>Ecliptic latitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lat</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ecl_lon</name>
                       <description>Ecliptic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.ecliptic.lon</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>grvs_mag</name>
                       <description>Integrated Grvs magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>grvs_mag_error</name>
                       <description>Grvs magnitude uncertainty</description>
                       <unit>mag</unit>
                       <ucd>stat.error;phot.mag;em.opt</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>grvs_mag_nb_transits</name>
                       <description>Number of transits used to compute Grvs</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>has_epoch_rv</name>
                       <description>Flag indicating the availability of epoch radial velocity for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>in_andromeda_survey</name>
                       <description>Flag indicating that the source is present in the Gaia Andromeda Photometric Survey (GAPS)</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>in_galaxy_candidates</name>
                       <description>Flag indicating the availability of additional information in the galaxy candidates table</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>in_qso_candidates</name>
                       <description>Flag indicating the availability of additional information in the QSO candidates table</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ipd_frac_multi_peak</name>
                       <description>Percent of successful-IPD windows with more than one peak</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ipd_frac_odd_win</name>
                       <description>Percent of transits with truncated windows or multiple gate</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ipd_gof_harmonic_amplitude</name>
                       <description>Amplitude of the IPD GoF versus position angle of scan</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ipd_gof_harmonic_phase</name>
                       <description>Phase of the IPD GoF versus position angle of scan</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>l</name>
                       <description>Galactic longitude</description>
                       <unit>deg</unit>
                       <ucd>pos.galactic.lon</ucd>
                       <utype>stc:AstroCoords.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>libname_gspphot</name>
                       <description>Name of library that achieves the highest mean log-posterior in MCMC samples and was used to derive GSP-Phot parameters in this table</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logg_gspphot_lower</name>
                       <description>Lower confidence level (16%) of surface gravity from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity;stat.min</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logg_gspphot_upper</name>
                       <description>Upper confidence level (84%) of surface gravity from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>matched_transits</name>
                       <description>The number of transits matched to this source</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>matched_transits_removed</name>
                       <description>The number of transits removed from an existing source in the current cycle</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mh_gspphot_lower</name>
                       <description>Lower confidence level (16%) of iron abundance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Z;stat.min</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mh_gspphot_upper</name>
                       <description>Upper confidence level (84%) of iron abundance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Z;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>new_matched_transits</name>
                       <description>The number of transits newly incorporated into an existing source in the current cycle</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nu_eff_used_in_astrometry</name>
                       <description>Effective wavenumber of the source used in the astrometric solution</description>
                       <unit>um**-1</unit>
                       <ucd>em.wavenumber</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_over_error</name>
                       <description>Parallax divided by its standard error</description>
                       <ucd>stat.snr;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_pmdec_corr</name>
                       <description>Correlation between parallax and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_pmra_corr</name>
                       <description>Correlation between parallax and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_pseudocolour_corr</name>
                       <description>Correlation between parallax and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.parallax</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_bp_mean_flux</name>
                       <description>Integrated BP mean flux</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_bp_mean_flux_error</name>
                       <description>Error on the integrated BP mean flux</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_bp_mean_flux_over_error</name>
                       <description>Integrated BP mean flux divided by its error</description>
                       <ucd>stat.snr;phot.flux;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_bp_n_blended_transits</name>
                       <description>Number of BP blended transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_bp_n_contaminated_transits</name>
                       <description>Number of BP contaminated transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_bp_n_obs</name>
                       <description>Number of observations contributing to BP photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_bp_rp_excess_factor</name>
                       <description>BP/RP excess factor</description>
                       <ucd>arith.factor;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_flux</name>
                       <description>G-band mean flux</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_flux_error</name>
                       <description>Error on G-band mean flux</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_flux_over_error</name>
                       <description>G-band mean flux divided by its error</description>
                       <ucd>stat.snr;phot.flux;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_n_obs</name>
                       <description>Number of observations contributing to G photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_proc_mode</name>
                       <description>Photometry processing mode</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_rp_mean_flux</name>
                       <description>Integrated RP mean flux</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_rp_mean_flux_error</name>
                       <description>Error on the integrated RP mean flux</description>
                       <unit>'electron'.s**-1</unit>
                       <ucd>stat.error;phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_rp_mean_flux_over_error</name>
                       <description>Integrated RP mean flux divided by its error</description>
                       <ucd>stat.snr;phot.flux;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_rp_n_blended_transits</name>
                       <description>Number of RP blended transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_rp_n_contaminated_transits</name>
                       <description>Number of RP contaminated transits</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_rp_n_obs</name>
                       <description>Number of observations contributing to RP photometry</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pm</name>
                       <description>Total proper motion</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdec_pseudocolour_corr</name>
                       <description>Correlation between proper motion in declination and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.pm;pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra_pmdec_corr</name>
                       <description>Correlation between proper motion in right ascension and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra_pseudocolour_corr</name>
                       <description>Correlation between proper motion in right asension and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.pm;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pseudocolour</name>
                       <description>Astrometrically estimated pseudocolour of the source</description>
                       <unit>um**-1</unit>
                       <ucd>em.wavenumber</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pseudocolour_error</name>
                       <description>Standard error of the pseudocolour of the source</description>
                       <unit>um**-1</unit>
                       <ucd>stat.error;em.wavenumber</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_dec_corr</name>
                       <description>Correlation between right ascension and declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_error</name>
                       <description>Standard error of right ascension</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Position3D.Error3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>random_index</name>
                       <description>Random index for use when selecting subsets</description>
                       <ucd>meta.code</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_parallax_corr</name>
                       <description>Correlation between right ascension and parallax		</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_pmdec_corr</name>
                       <description>Correlation between right ascension and proper motion in declination</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_pmra_corr</name>
                       <description>Correlation between right ascension and proper motion in right ascension</description>
                       <ucd>stat.correlation</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_pseudocolour_corr</name>
                       <description>Correlation between right ascension and pseudocolour</description>
                       <ucd>stat.correlation;em.wavenumber;pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ref_epoch</name>
                       <description>Reference epoch</description>
                       <unit>yr</unit>
                       <ucd>meta.ref;time.epoch</ucd>
                       <utype>stc:AstroCoords.Time.TimeInstant</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_amplitude_robust</name>
                       <description>Total amplitude in the radial velocity time series after outlier removal</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_atm_param_origin</name>
                       <description>Origin of the atmospheric parameters associated to the template</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_chisq_pvalue</name>
                       <description>P-value for constancy based on a chi-squared criterion</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_expected_sig_to_noise</name>
                       <description>Expected signal to noise ratio in the combination of the spectra used to obtain the radial velocity</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_method_used</name>
                       <description>Method used to obtain the radial velocity</description>
                       <ucd>meta.code.class</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_nb_deblended_transits</name>
                       <description>Number of valid transits that have undergone deblending</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_nb_transits</name>
                       <description>Number of transits used to compute the radial velocity </description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_renormalised_gof</name>
                       <description>Radial velocity renormalised goodness of fit</description>
                       <ucd>stat.fit.goodness</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rvs_spec_sig_to_noise</name>
                       <description>Signal to noise ratio in the mean RVS spectrum</description>
                       <ucd>stat.snr</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_template_fe_h</name>
                       <description>[Fe/H] of the template used to compute the radial velocityy</description>
                       <unit>'dex'</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_template_logg</name>
                       <description>Logg of the template used to compute the radial velocity </description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_template_teff</name>
                       <description>Teff of the template used to compute the radial velocity </description>
                       <unit>K</unit>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_time_duration</name>
                       <description>Time coverage of the radial velocity time series</description>
                       <unit>d</unit>
                       <ucd>time.duration</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rv_visibility_periods_used</name>
                       <description>Number of visibility periods used to estimate the radial velocity</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_mean_k1</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_mean_k2</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_mean_k3</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_mean_k4</name>
                       <description>Mean position angle of scan directions across the source</description>
                       <unit>deg</unit>
                       <ucd>pos.posAng;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_strength_k1</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_strength_k2</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_strength_k3</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_direction_strength_k4</name>
                       <description>Degree of concentration of scan directions across the source</description>
                       <ucd>stat.value</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>solution_id</name>
                       <description>Solution Identifier</description>
                       <ucd>meta.version</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>source_id</name>
                       <description>Unique source identifier (unique within a particular Data Release)</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>teff_gspphot_lower</name>
                       <description>Lower confidence level (16%) of effective temperature from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective;stat.min</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>teff_gspphot_upper</name>
                       <description>Upper confidence level (84%) of effective temperature from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective;stat.max</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vbroad</name>
                       <description>Spectral line broadening parameter</description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vbroad_error</name>
                       <description>Uncertainty on the spectral line broadening</description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vbroad_nb_transits</name>
                       <description>Number of transits used to compute vbroad</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>visibility_periods_used</name>
                       <description>Number of visibility periods used in Astrometric solution</description>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>designation</name>
                       <description>Unique source designation (unique across all Data Releases)</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>stc:AstroCoords.Position3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax</name>
                       <description>Parallax</description>
                       <unit>mas</unit>
                       <ucd>pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>parallax_error</name>
                       <description>Standard error of parallax</description>
                       <unit>mas</unit>
                       <ucd>stat.error;pos.parallax.trig</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra</name>
                       <description>Proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmra_error</name>
                       <description>Standard error of proper motion in right ascension direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.ra</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C1</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdec</name>
                       <description>Proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>pos.pm;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pmdec_error</name>
                       <description>Standard error of proper motion in declination direction</description>
                       <unit>mas.yr**-1</unit>
                       <ucd>stat.error;pos.pm;pos.eq.dec</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C2</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_g_mean_mag</name>
                       <description>G-band mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_bp_mean_mag</name>
                       <description>Integrated BP mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_rp_mean_mag</name>
                       <description>Integrated RP mean magnitude</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phot_variable_flag</name>
                       <description>Photometric variability flag</description>
                       <ucd>meta.code;src.var</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bp_rp</name>
                       <description>BP - RP colour</description>
                       <unit>mag</unit>
                       <ucd>phot.color;em.opt.B;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bp_g</name>
                       <description>BP - G colour</description>
                       <unit>mag</unit>
                       <ucd>phot.color;em.opt.B;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>g_rp</name>
                       <description>G - RP colour</description>
                       <unit>mag</unit>
                       <ucd>phot.color;em.opt;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radial_velocity</name>
                       <description>Radial velocity </description>
                       <unit>km.s**-1</unit>
                       <ucd>spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Value3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radial_velocity_error</name>
                       <description>Radial velocity error </description>
                       <unit>km.s**-1</unit>
                       <ucd>stat.error;spect.dopplerVeloc.opt;em.opt.I</ucd>
                       <utype>stc:AstroCoords.Velocity3D.Error3.C3</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ruwe</name>
                       <description>Renormalised unit weight error</description>
                       <ucd>stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>non_single_star</name>
                       <description>Flag indicating the availability of additional information in the various Non-Single Star tables</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>has_xp_continuous</name>
                       <description>Flag indicating the availability of mean BP/RP spectrum in continuous representation for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>has_xp_sampled</name>
                       <description>Flag indicating the availability of mean BP/RP spectrum in sampled form for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>has_rvs</name>
                       <description>Flag indicating the availability of mean RVS spectrum for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>has_epoch_photometry</name>
                       <description>Flag indicating the availability of epoch photometry for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>has_mcmc_gspphot</name>
                       <description>Flag indicating the availability of GSP-Phot MCMC samples for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>has_mcmc_msc</name>
                       <description>Flag indicating the availability of MSC MCMC samples for this source</description>
                       <ucd>meta.code.status</ucd>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>teff_gspphot</name>
                       <description>Effective temperature from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logg_gspphot</name>
                       <description>Surface gravity from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>phys.gravity</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mh_gspphot</name>
                       <description>Iron abundance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>'dex'</unit>
                       <ucd>phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>distance_gspphot</name>
                       <description>Distance from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>pc</unit>
                       <ucd>pos.distance;pos.eq</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>azero_gspphot</name>
                       <description>Monochromatic extinction $A_0$ at 547.7nm from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ag_gspphot</name>
                       <description>Extinction in G band from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phys.absorption;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ebpminrp_gspphot</name>
                       <description>Reddening $E(G_{\rm BP} - G_{\rm RP})$ from GSP-Phot Aeneas best library using BP/RP spectra</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess</ucd>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="470992970" esatapplus:size_bytes="102146768896" type="base_table">
                    <name>catalogues.t_tmass_original_valid_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_ang</name>
                       <description>Position angle on the sky of the semi-major axis of the position uncertainty ellipse (East of North)</description>
                       <unit>deg </unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_maj</name>
                       <description>Semi-major axis length of the one sigma position uncertainty ellipse</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>err_min</name>
                       <description>Semi-minor axis length of the one sigma position uncertainty ellipse</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_key</name>
                       <description>Unique identification number of the record in the XSC (2MASS Extended Source Catalogue) that corresponds to this point source. Can be NULL if no corresponding extended source is present in the XSC.</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_date</name>
                       <description>The Julian Date of the source measurement accurate to +30 seconds. This value is extrapolated from the start time of the Survey scan using the difference between the declinations of the source and the first row in the Tile divided by the scanning rate of the telescope (approximately 5sec). The scanning rate of the two 2MASS telescopes was slightly different because of the need to optimize the dithering of images on the arrays.</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <description>2MASS name. Sexagesimal, equatorial position-based source name in the form: Jhmmssss+ddmmsss[ABC...] The prefix “2MASS ” is not explicitly listed in the designation.</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>J2000 right ascension with respect to the ICRS</description>
                       <unit>deg </unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>J2000 declination with respect to the ICRS</description>
                       <unit>deg </unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_m</name>
                       <description>Default J-band magnitude. In the case of a source not detected in the J-band, it is an upper limit and the corresponding total photometric uncertainty is NULL. In the case of a source detected in the J-band and with no useful brightness estimate, it is set to NULL.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>j_msigcom</name>
                       <description>Total photometric uncertainty for the default J-band magnitude. This column is NULL if the default magnitude is a 95% confidence upper limit (i.e. the source is not detected, or inconsistently deblended in the J-band).</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_m</name>
                       <description>Default H-band magnitude. In the case of a source not detected in the H-band, it is an upper limit and the corresponding total photometric uncertainty is NULL. In the case of a source detected in the H-band and with no useful brightness estimate, it is set to NULL.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>h_msigcom</name>
                       <description>Total photometric uncertainty for the default H-band magnitude. This column is NULL if the default magnitude is a 95% confidence upper limit (i.e. the source is not detected, or inconsistently deblended in the H-band).</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ks_m</name>
                       <description>Default Ks-band magnitude. In the case of a source not detected in the Ks-band, it is an upper limit and the corresponding total photometric uncertainty is NULL. In the case of a source detected in the Ks-band and with no useful brightness estimate, it is set to NULL.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ks_msigcom</name>
                       <description>Total photometric uncertainty for the default Ks-band magnitude. This column is NULL if the default magnitude is a 95% confidence upper limit (i.e. the source is not detected, or inconsistently deblended in the Ks-band.</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="20780" esatapplus:size_bytes="5259264" type="base_table">
                    <name>catalogues.t_v_akari_asteroids_flux_cat_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>alpha</name>
                       <description>Phase angle (Sun-Target-Observer angle)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_name</name>
                       <description>Asteroid name</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>a_num</name>
                       <description>Asteroid number</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bn</name>
                       <description>Observed band</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ccflux</name>
                       <description>Color-corrected flux density</description>
                       <unit>Jy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cit</name>
                       <description>Reference</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>clat</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>clon</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datetime</name>
                       <description>Observation date and time</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination (J2000) in decimal degrees</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>delta</name>
                       <description>AKARI-centric distance</description>
                       <unit>AU</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_ccflux</name>
                       <description>Color-corrected flux density uncertainty</description>
                       <unit>Jy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>e_influx</name>
                       <description>In-band flux density uncertainty</description>
                       <unit>Jy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elong</name>
                       <description>Elongation angle (Sun-Observer-Target angle)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>influx</name>
                       <description>In-band flux density</description>
                       <unit>Jy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>naif_id</name>
                       <description>NAIF ID</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_mode</name>
                       <description>Observational mode</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prov_des</name>
                       <description>Provisional designation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension (J2000) in decimal degrees</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rh</name>
                       <description>Heliocentric distance</description>
                       <unit>AU</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>images</name>
                 <table esatapplus:flags="0" esatapplus:size="5" esatapplus:size_bytes="0" type="base_table">
                    <name>images.euclid_outreach</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>credit</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>euclid_outreach_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>large_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pixel_size</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>priority</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rotation</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tiles_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>title</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="2210" esatapplus:size_bytes="0" type="base_table">
                    <name>images.hst_outreach</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>credit</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hst_outreach_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>large_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pixel_size</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>priority</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rotation</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tiles_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>title</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" type="base_table">
                    <name>images.mv_euclid_outreach_ext_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>credit</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>euclid_outreach_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>large_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pixel_size</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>priority</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rotation</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tiles_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>title</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" type="base_table">
                    <name>images.mv_euclid_outreach_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>credit</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>euclid_outreach_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>large_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pixel_size</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>priority</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rotation</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tiles_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>title</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" type="base_table">
                    <name>images.mv_hst_outreach_ext_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>credit</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hst_outreach_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>large_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pixel_size</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>priority</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rotation</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <ucd>pos.outline</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tiles_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>title</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="2106" esatapplus:size_bytes="0" type="base_table">
                    <name>images.mv_hst_outreach_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>credit</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hst_outreach_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>large_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pixel_size</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>priority</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rotation</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tiles_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>title</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" type="base_table">
                    <name>images.mv_webb_outreach_ext_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>credit</name>
                       <ucd>null</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>description</name>
                       <ucd>null</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov_size</name>
                       <unit>degrees</unit>
                       <ucd>null</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>large_url</name>
                       <ucd>null</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pixel_size</name>
                       <ucd>null</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>priority</name>
                       <ucd>null</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rotation</name>
                       <unit>degrees</unit>
                       <ucd>null</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tiles_url</name>
                       <ucd>null</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>webb_outreach_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_name</name>
                       <ucd>null</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>title</name>
                       <ucd>null</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="13" esatapplus:size_bytes="0" type="base_table">
                    <name>images.mv_webb_outreach_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>credit</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov_size</name>
                       <unit>degrees</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>large_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pixel_size</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>priority</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rotation</name>
                       <unit>degrees</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tiles_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>webb_outreach_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>title</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="157" esatapplus:size_bytes="0" type="base_table">
                    <name>images.webb_outreach</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>credit</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov_size</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>large_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pixel_size</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>priority</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rotation</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tiles_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>webb_outreach_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>title</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>layouts</name>
                 <table esatapplus:flags="0" esatapplus:size="0" esatapplus:size_bytes="0" type="base_table">
                    <name>layouts.layout_keys</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>is_shown</name>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"key"</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>observations</name>
                 <table esatapplus:flags="0" esatapplus:size="8188" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_akari_irc_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>akari_irc_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <description>The Akari instrument</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_url</name>
                       <description>The URL to download the product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>archive_url</name>
                       <description>The URL to open the archive for the specfic observation</description>
                       <ucd>meta.ref.url</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_id</name>
                       <description>Akari observation identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>Target name</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Right ascension (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</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="false">
                       <name>dec_deg</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C25</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="16611" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_chandra_obs_photo_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>access_estsize</name>
                       <description>Estimated size of dataset in kB</description>
                       <unit>kB</unit>
                       <ucd>phys.size;meta.file</ucd>
                       <utype>obscore:Access.Size</utype>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>access_format</name>
                       <description>File content format</description>
                       <ucd>meta.id;class</ucd>
                       <utype>obscore:Access.Format</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calib_level</name>
                       <description>Calibration level</description>
                       <ucd>meta.id;class</ucd>
                       <utype>obscore:Obs.calibLevel</utype>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chandra_obs_photo_oid</name>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dataproduct_subtype</name>
                       <description>Data product specific type</description>
                       <ucd>meta.id;class</ucd>
                       <utype>obscore:Char.dataProductSubtype</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dataproduct_type</name>
                       <description>Logical data product type</description>
                       <ucd>meta.id;class</ucd>
                       <utype>obscore:Obs.dataProductType</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_rights</name>
                       <description>Data rights</description>
                       <ucd>meta.code</ucd>
                       <utype>obscore:Curation.Rights</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_calib_status</name>
                       <description>Type of spectral coord calibration</description>
                       <ucd>meta.code.qual</ucd>
                       <utype>obscore:Char.SpatialAxis.calibStatus</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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.Interval.HiLim</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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.Interval.LoLim</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_res_power</name>
                       <description>Spectral resolving power</description>
                       <unit>m</unit>
                       <ucd>spec.resolution</ucd>
                       <utype>obscore:Char.SpectralAxis.Resolution.resolpower.refval</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_res_power_max</name>
                       <description>Resolving power max value on spectral axis</description>
                       <unit>m</unit>
                       <ucd>spect.resolution;stat.min</ucd>
                       <utype>obscore:Char.SpatialAxis.Resolution.resolPower.HiLim</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_res_power_min</name>
                       <description>Resolving power min value on spectral axis</description>
                       <unit>m</unit>
                       <ucd>spect.resolution;stat.min</ucd>
                       <utype>obscore:Char.SpatialAxis.Resolution.resolPower.LoLim</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_ucd</name>
                       <description>Nature of the spectral axis</description>
                       <ucd>meta.ucd</ucd>
                       <utype>obscore:Char.SpatialAxis.ucd</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_unit</name>
                       <description>Units along the spectral axis</description>
                       <ucd>meta.unit</ucd>
                       <utype>obscore:Char.SpatialAxis.unit</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>facility_name</name>
                       <description>Name of the instrument used for this observation</description>
                       <ucd>meta.id;instr.tel</ucd>
                       <utype>obscore:Provenance.ObsConfig.Facility.name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_creation_date</name>
                       <description>Date when the dataset was created</description>
                       <ucd>time;meta.dataset</ucd>
                       <utype>obscore:DataID.Date</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_creator_did</name>
                       <description>IVOA dataset identifier given by the creator</description>
                       <ucd>meta.id</ucd>
                       <utype>obscore:DataID.CreatorDID</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_creator_name</name>
                       <description>Name of the creator of the data</description>
                       <ucd>meta.id;creator</ucd>
                       <utype>obscore:DataID.Creator</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_publisher_did</name>
                       <description>Dataset identifier given by the publisher</description>
                       <ucd>meta.ref.url;meta.curation</ucd>
                       <utype>obscore:Curation.PublisherDID</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_release_date</name>
                       <description>Observation release date (ISO 8601)</description>
                       <ucd>time.release</ucd>
                       <utype>obscore:Curation.releaseDate</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_title</name>
                       <description>Brief description of dataset in free format</description>
                       <ucd>meta.title;obs</ucd>
                       <utype>obscore:DataID.Title</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_calib_status</name>
                       <description>Level of calibration for the observable coord</description>
                       <ucd>stat.error;phot.flux</ucd>
                       <utype>obscore:Char.ObservableAxis.Accuracy.StatError.Refval.value</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_stat_error_type</name>
                       <description>Error</description>
                       <ucd>meta.stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_ucd</name>
                       <description>UCD of observable (e.g. phot.flux.density)</description>
                       <ucd>meta.ucd</ucd>
                       <utype>obscore:Char.ObservableAxis.ucd</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_unit</name>
                       <description>Units used for the observable values</description>
                       <ucd>meta.unit</ucd>
                       <utype>obscore:Char.ObservableAxis.unit</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pol_states</name>
                       <description>List of polarization states or NULL if not applicable</description>
                       <ucd>meta.code;phys.polarization</ucd>
                       <utype>obscore:Char.PolarisationAxis.stateList</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_id</name>
                       <description>Identifier of proposal to which observation belongs</description>
                       <ucd>meta.id;obs.proposal</ucd>
                       <utype>obscore:Provenance.proposalID</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>publisher_id</name>
                       <description>IVOA-ID for the Publisher</description>
                       <ucd>meta.ref.url;meta.curation</ucd>
                       <utype>obscore:Curation.PublisherID</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_calib_status</name>
                       <description>Type of calibration along the spatial axis</description>
                       <ucd>meta.code.qual</ucd>
                       <utype>obscore:Char.SpatialAxis.calibStatus</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_fov</name>
                       <description>Diameter (bounds) of the covered region</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>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_region</name>
                       <description>Region covered as specified in STC or ADQL</description>
                       <unit>deg</unit>
                       <ucd>phys.area;obs</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_resolution</name>
                       <description>Spatial resolution of data as FWHM</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angResolution</ucd>
                       <utype>obscore:Char.SpatialAxis.Resolution.refval.cresolution</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_resolution_max</name>
                       <description>Resolution max value on spectral axis</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angResolution;stat_max</ucd>
                       <utype>obscore:Char.SpatialAxis.Resolution.Bounds.Limits.Interval.HiLim</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_resolution_min</name>
                       <description>Resolution min value on spectral axis (FHWM of PSF)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angResolution;stat_min</ucd>
                       <utype>obscore:Char.SpatialAxis.Resolution.Bounds.Limits.Interval.LoLim</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_stat_error</name>
                       <description>Astrometric precision along the spatial axis</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos.eq</ucd>
                       <utype>obscore:Char.SpatialAxis.Accuracy.statError.refval.value</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_class</name>
                       <description>Class of the target object as in SSA</description>
                       <ucd>src.class</ucd>
                       <utype>obscore:Target.class</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_calib_status</name>
                       <description>Type of time coord calibration</description>
                       <ucd>meta.code.qual</ucd>
                       <utype>obscore:Char.TimeAxis.calibStatus</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_max</name>
                       <description>End time in MJD</description>
                       <unit>d </unit>
                       <utype>obscore:Char.TimeAxis.Coverage.Bounds.Limits.Interval.StopTime</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_resolution</name>
                       <description>Temporal resolution FWHM</description>
                       <unit>s</unit>
                       <ucd>time.resolution</ucd>
                       <utype>obscore:Char.TimeAxis.Resolution.Refval</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_stat_error</name>
                       <description>Time coord statistical error</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;time</ucd>
                       <utype>obscore:Char.TimeAxis.Accuracy.StatError.Refval.value</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</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>access_url</name>
                       <description>URL used to access (download) dataset</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_id</name>
                       <description>Observation ID</description>
                       <ucd>meta.id;meta.main</ucd>
                       <utype>obscore:DataID.Creatordid</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <description>The Chandra instrument</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="false">
                       <name>target_name</name>
                       <description>Target name</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="false">
                       <name>s_ra</name>
                       <description>Central right ascension, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</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="false">
                       <name>s_dec</name>
                       <description>Central declination, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C3</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_min</name>
                       <description>Start time in MJD</description>
                       <unit>d </unit>
                       <utype>obscore:Char.TimeAxis.Coverage.Bounds.Limits.Interval.StartTime</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="2202" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_chandra_obs_spectra_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>access_format</name>
                       <description>File content format</description>
                       <ucd>meta.id;class</ucd>
                       <utype>obscore:Access.Format</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calib_level</name>
                       <description>Calibration level</description>
                       <ucd>meta.id;class</ucd>
                       <utype>obscore:Obs.calibLevel</utype>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chandra_obs_spectra_oid</name>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dataproduct_subtype</name>
                       <description>Data product specific type</description>
                       <ucd>meta.id;class</ucd>
                       <utype>obscore:Char.dataProductSubtype</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dataproduct_type</name>
                       <description>Logical data product type</description>
                       <ucd>meta.id;class</ucd>
                       <utype>obscore:Obs.dataProductType</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_rights</name>
                       <description>Data rights</description>
                       <ucd>meta.code</ucd>
                       <utype>obscore:Curation.Rights</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_calib_status</name>
                       <description>Type of spectral coord calibration</description>
                       <ucd>meta.code.qual</ucd>
                       <utype>obscore:Char.SpatialAxis.calibStatus</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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.Interval.HiLim</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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.Interval.LoLim</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_res_power</name>
                       <description>Spectral resolving power</description>
                       <unit>m</unit>
                       <ucd>spec.resolution</ucd>
                       <utype>obscore:Char.SpectralAxis.Resolution.resolpower.refval</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_res_power_max</name>
                       <description>Resolving power max value on spectral axis</description>
                       <unit>m</unit>
                       <ucd>spect.resolution;stat.min</ucd>
                       <utype>obscore:Char.SpatialAxis.Resolution.resolPower.HiLim</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_res_power_min</name>
                       <description>Resolving power min value on spectral axis</description>
                       <unit>m</unit>
                       <ucd>spect.resolution;stat.min</ucd>
                       <utype>obscore:Char.SpatialAxis.Resolution.resolPower.LoLim</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_ucd</name>
                       <description>Nature of the spectral axis</description>
                       <ucd>meta.ucd</ucd>
                       <utype>obscore:Char.SpatialAxis.ucd</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_unit</name>
                       <description>Units along the spectral axis</description>
                       <ucd>meta.unit</ucd>
                       <utype>obscore:Char.SpatialAxis.unit</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>facility_name</name>
                       <description>Name of the instrument used for this observation</description>
                       <ucd>meta.id;instr.tel</ucd>
                       <utype>obscore:Provenance.ObsConfig.Facility.name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_creation_date</name>
                       <description>Date when the dataset was created</description>
                       <ucd>time;meta.dataset</ucd>
                       <utype>obscore:DataID.Date</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_creator_did</name>
                       <description>IVOA dataset identifier given by the creator</description>
                       <ucd>meta.id</ucd>
                       <utype>obscore:DataID.CreatorDID</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_creator_name</name>
                       <description>Name of the creator of the data</description>
                       <ucd>meta.id;creator</ucd>
                       <utype>obscore:DataID.Creator</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_publisher_did</name>
                       <description>Dataset identifier given by the publisher</description>
                       <ucd>meta.ref.url;meta.curation</ucd>
                       <utype>obscore:Curation.PublisherDID</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_release_date</name>
                       <description>Observation release date (ISO 8601)</description>
                       <ucd>time.release</ucd>
                       <utype>obscore:Curation.releaseDate</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_title</name>
                       <description>Brief description of dataset in free format</description>
                       <ucd>meta.title;obs</ucd>
                       <utype>obscore:DataID.Title</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_calib_status</name>
                       <description>Level of calibration for the observable coord</description>
                       <ucd>stat.error;phot.flux</ucd>
                       <utype>obscore:Char.ObservableAxis.Accuracy.StatError.Refval.value</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_stat_error_type</name>
                       <description>Error</description>
                       <ucd>meta.stat.error</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_ucd</name>
                       <description>UCD of observable (e.g. phot.flux.density)</description>
                       <ucd>meta.ucd</ucd>
                       <utype>obscore:Char.ObservableAxis.ucd</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_unit</name>
                       <description>Units used for the observable values</description>
                       <ucd>meta.unit</ucd>
                       <utype>obscore:Char.ObservableAxis.unit</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pol_states</name>
                       <description>List of polarization states or NULL if not applicable</description>
                       <ucd>meta.code;phys.polarization</ucd>
                       <utype>obscore:Char.PolarisationAxis.stateList</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_id</name>
                       <description>Identifier of proposal to which observation belongs</description>
                       <ucd>meta.id;obs.proposal</ucd>
                       <utype>obscore:Provenance.proposalID</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>publisher_id</name>
                       <description>IVOA-ID for the Publisher</description>
                       <ucd>meta.ref.url;meta.curation</ucd>
                       <utype>obscore:Curation.PublisherID</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_calib_status</name>
                       <description>Type of calibration along the spatial axis</description>
                       <ucd>meta.code.qual</ucd>
                       <utype>obscore:Char.SpatialAxis.calibStatus</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_fov</name>
                       <description>Diameter (bounds) of the covered region</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>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_region</name>
                       <description>Region covered as specified in STC or ADQL</description>
                       <unit>deg</unit>
                       <ucd>phys.area;obs</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_resolution</name>
                       <description>Spatial resolution of data as FWHM</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angResolution</ucd>
                       <utype>obscore:Char.SpatialAxis.Resolution.refval.cresolution</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_resolution_max</name>
                       <description>Resolution max value on spectral axis</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angResolution;stat_max</ucd>
                       <utype>obscore:Char.SpatialAxis.Resolution.Bounds.Limits.Interval.HiLim</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_resolution_min</name>
                       <description>Resolution min value on spectral axis (FHWM of PSF)</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angResolution;stat_min</ucd>
                       <utype>obscore:Char.SpatialAxis.Resolution.Bounds.Limits.Interval.LoLim</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_stat_error</name>
                       <description>Astrometric precision along the spatial axis</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;pos.eq</ucd>
                       <utype>obscore:Char.SpatialAxis.Accuracy.statError.refval.value</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_class</name>
                       <description>Class of the target object as in SSA</description>
                       <ucd>src.class</ucd>
                       <utype>obscore:Target.class</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_calib_status</name>
                       <description>Type of time coord calibration</description>
                       <ucd>meta.code.qual</ucd>
                       <utype>obscore:Char.TimeAxis.calibStatus</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_max</name>
                       <description>End time in MJD</description>
                       <unit>d </unit>
                       <utype>obscore:Char.TimeAxis.Coverage.Bounds.Limits.Interval.StopTime</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_resolution</name>
                       <description>Temporal resolution FWHM</description>
                       <unit>s</unit>
                       <ucd>time.resolution</ucd>
                       <utype>obscore:Char.TimeAxis.Resolution.Refval</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_stat_error</name>
                       <description>Time coord statistical error</description>
                       <unit>arcsec</unit>
                       <ucd>stat.error;time</ucd>
                       <utype>obscore:Char.TimeAxis.Accuracy.StatError.Refval.value</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>access_url</name>
                       <description>URL used to access (download) dataset</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_id</name>
                       <description>Observation ID</description>
                       <ucd>meta.id;meta.main</ucd>
                       <utype>obscore:DataID.Creatordid</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_ra</name>
                       <description>Central right ascension, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2d.Valu</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_dec</name>
                       <description>Central declination, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2d.Valu</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>Target name</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="false">
                       <name>instrument_name</name>
                       <description>The Chandra instrument</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="false">
                       <name>t_min</name>
                       <description>Start time in MJD</description>
                       <unit>d </unit>
                       <utype>obscore:Char.TimeAxis.Coverage.Bounds.Limits.Interval.StartTime</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <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>access_estsize</name>
                       <description>Estimated size of dataset in kB</description>
                       <unit>kB</unit>
                       <ucd>phys.size;meta.file</ucd>
                       <utype>obscore:Access.Size</utype>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="336" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_cheops_obs_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sci_cor_lc_opt_link</name>
                       <description>The URL to download the Optimal Lightvurve fits file</description>
                       <ucd>meta.ref.url;meta.product</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>quality_report_link</name>
                       <description>The URL to download the Data Reduction Report</description>
                       <ucd>meta.ref.url;meta.product</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>targname</name>
                       <description>Name of target for the observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Right Ascension (J2000)</description>
                       <unit>degrees</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Declination (J2000)</description>
                       <unit>degrees</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_g</name>
                       <description>Brightness of the target in Gaia band</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag_chps</name>
                       <description>Brightness of the target in Cheops band</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_id</name>
                       <description>Observation ID</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_start_u</name>
                       <description>Start of observation time in UTC</description>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_stop_u</name>
                       <description>End of observation time in UTC</description>
                       <ucd>time.end</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cheops_obs_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="170" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_efeds_obs_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"area"</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>efeds_obs_oid</name>
                       <unit>null</unit>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prod_url</name>
                       <description>
             URL of associated data product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsid</name>
                       <description>
             Observation ID</description>
                       <ucd>meta.id;meta.main;meta.dataset</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_pnt</name>
                       <description>
             scheduled pointing direction</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_pnt</name>
                       <description>
             scheduled pointing direction</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object</name>
                       <description>
             Target from proposal</description>
                       <ucd>meta.id;src</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"date-obs"</name>
                       <description>
             Start Time (UTC) of first exposure</description>
                       <ucd>time.start;obs</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_mode</name>
                       <description>
             obsmode: SURVEY or POINTING</description>
                       <ucd>obs.param;obs</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"date-end"</name>
                       <description>
             End Time (UTC) of last exposure</description>
                       <ucd>time.end;obs</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>emin1</name>
                       <description>
             lower boundary energy interval</description>
                       <unit>keV</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>emax1</name>
                       <description>
             upper boundary energy interval</description>
                       <unit>keV</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_bary</name>
                       <description>
             barycenter of observation footprint</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;pos.barycenter</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_bary</name>
                       <description>
             barycenter of observation footprint</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;pos.barycenter</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stcs</name>
                       <description>
             Footprint as space-time coordinate string</description>
                       <ucd>pos.eq;pos.outline</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fieldid</name>
                       <description>
             Observation field identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>texp</name>
                       <description>
             combined observation time</description>
                       <unit>s</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nexp</name>
                       <description>
             number of observations</description>
                       <ucd>meta.number;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="1056" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_euclid_mosaic_product_nisp</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <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>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension of the FPA, in degrees.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <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>
                       <flag>primary</flag>
                    </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>
                       <flag>primary</flag>
                    </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>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <description>File name of the associated file</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="352" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_euclid_mosaic_product_vis</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <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>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension of the FPA, in degrees.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <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>
                       <flag>primary</flag>
                    </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>
                       <flag>primary</flag>
                    </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>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_name</name>
                       <description>File name of the associated file</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="6898" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_ida_data_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C11</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <description>Name of the instrument used for this observation</description>
                       <utype>obscore:Provenance.ObsConfig.Instrument.name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Observation identifier for the ISO observations</description>
                       <utype>obscore:DataID.Creatordid</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Observation internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_url</name>
                       <description>The URL to download the product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Time-averaged flux in the 20-40 keV band. Appropriate conversion factors are: (20-40keV) 10mCrab=7.57e-11erg/cm2/s=1.71e-3ph/cm2/s. </description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C13</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="8661" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_iso_spectra_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_product_type</name>
                       <description>Data product type: lsan: ; lsp : ; lsph : ; psp/P40 : ; psph : ; ssph : ; swaa : SWS Auto-Analysis Results; </description>
                       <utype>obscore:Obs.dataProductType</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Central declination of observations given in the J2000 equatorial system.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C12</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time_jd</name>
                       <description>The end time of the observation in Julian Days</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov_col1</name>
                       <description>fov_col1 and fov_col2 give the maximum field of view of the observation. For rectangular apertures, the sizes are given as parallel to the spacecraft Z and Y axis, respectively. For circular apertures, the diameter is given. For rasters, the field of view is calculated from the apertures and the raster parameters MxN respectively (number of points in a scanline X number of scanlines). If the resulting map presents gaps, the string "(sparse)" is attached. For observations performed in tracking mode (such as on Solar System Objects), the object-centered field-of-view is given (however the whole tracking raster area on the sky is taken into account in the search by position query).</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov_col2</name>
                       <description>fov_col1 and fov_col2 give the maximum field of view of the observation. For rectangular apertures, the sizes are given as parallel to the spacecraft Z and Y axis, respectively. For circular apertures, the diameter is given. For rasters, the field of view is calculated from the apertures and the raster parameters MxN respectively (number of points in a scanline X number of scanlines). If the resulting map presents gaps, the string "(sparse)" is attached. For observations performed in tracking mode (such as on Solar System Objects), the object-centered field-of-view is given (however the whole tracking raster area on the sky is taken into account in the search by position query).</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>is_validated</name>
                       <description>The OLP processing software that produced the current Archive products has been declared scientifically validated by the relevant instrument teams.</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Observation identifier for the ISO observations</description>
                       <ucd>meta.id;meta.main</ucd>
                       <utype>obscore:DataID.Creatordid</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id_aux</name>
                       <description>The TDT number of the observation. This number uniquely identifies an ISO observation.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observing_mode</name>
                       <description>The ISO observing modes: L01 : medium-resolution grating wavelength range spectrum; L02 : grating line spectra; L03 : Fabry-Pérot wavelength range spectrum; L04 : Fabry-Pérot line spectra; P40 : spectrophotometry with PHT-S; S01 : low-resolution full grating scan; S02 : grating line profile scan; S06 : grating scan; S07 : combined Fabry-Pérot line Scan and SW grating scan        </description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_url</name>
                       <description>The URL to download the product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Central right ascension of observations given in the J2000 equatorial system.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C12</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_hours</name>
                       <description>Right ascencsion in decimal hours</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>roll_angle</name>
                       <description>Reference instrument J2000 role angle</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time_jd</name>
                       <description>The start time of the observation in Julian Days</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s_circle</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>Target name as given by proposer</description>
                       <utype>obscore:Target.Name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="105033" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_iue_spectra_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>class</name>
                       <description>The IUE Object Classification code for the target</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec1950</name>
                       <description>The Homogeneous Declination of the object for equinox B1950.</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>decb1950</name>
                       <description>The Homogeneous Declination of the object for equinox B1950 in degrees.</description>
                       <unit>deg</unit>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C27</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>decb1950_j2000</name>
                       <unit>deg</unit>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C28</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_target</name>
                       <description>The target Declination for equinox B1950 as provided by the Guest Observer.</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C26</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object</name>
                       <description>The Homogeneous Object Identifier (HOI) for the target. This field has been defined only for output purposes. It is one of the names of the object given by SIMBAD, or following the IAU Minor Planet Center recommendations in the case of comets and asteroids. </description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>posangle</name>
                       <description>The position angle of the large aperture during the observation.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra1950</name>
                       <description>The Homogeneous Right Ascension of the object for equinox B1950.</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C4</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rab1950</name>
                       <description>The Homogeneous Right Ascension of the object for equinox B1950 in degrees.</description>
                       <unit>deg</unit>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C5</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rab1950_j2000</name>
                       <unit>deg</unit>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C6</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_target</name>
                       <description>The target Right Ascension for equinox B1950 as provided by the Guest Observer.</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C3</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s_circle</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</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>product_url</name>
                       <description>The URL to download the product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Observation identifier for the IUE observations</description>
                       <utype>obscore:DataID.Creatordid</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>The Homogeneous Declination of the object for equinox J2000 in degrees.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C19</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>The Homogeneous Right Ascension of the object for equinox J2000 in degrees.</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C5</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>The target name as provided by the Guest Observer.</description>
                       <utype>obscore:Target.Name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>aperture</name>
                       <description>The aperture used for the exposure: Large: large aperture, 10x20 arcsec oval; Small: small aperture, 3 arcsec diameter circle; N/A: not applicable (e.g. NULL and flat field images).</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>disp</name>
                       <description>The dispersion mode of the observation: Low : low resolution, ~6Å; High : high resolution, ~0.2Å; N/A : not applicable (e.g. NULL and flat field images).</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>The U.T. date and time of the start of the exposure</description>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>The effective exposure time in seconds, i.e. the commanded exposure time corrected for camera rise time and exposure quantization, and for aperture length and trail rate quantization for trailed exposures.</description>
                       <unit>s</unit>
                       <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>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filename</name>
                       <description>Filename(camera)(number)(disp)(aper).FITS</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="7472" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_nida_images_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>archive_link</name>
                       <ucd>meta.ref.url</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time</name>
                       <ucd>time.end</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nida_images_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <ucd>meta.ref.url;meta.preview</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_url</name>
                       <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>stc_s</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wavelengths</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>identifier</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <unit>degrees</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scientific_flag</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>min_wavelength</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>max_wavelength</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="43788" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_spitzer_irac_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time_mjd</name>
                       <description>Observation End Time</description>
                       <unit>MJD</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time_mjd</name>
                       <description>Observation Start Time</description>
                       <unit>MJD</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_url</name>
                       <description>The URL to download the product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_id</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <description>Instrument</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Right ascension (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</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="false">
                       <name>dec_deg</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C22</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>Observation Start Time</description>
                       <unit>time</unit>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stop_time</name>
                       <description>Observation Stop Time</description>
                       <unit>time</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Observation duration</description>
                       <unit>s</unit>
                       <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>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="2985" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_suzaku_data_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Observation internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</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>product_url</name>
                       <description>The URL to download the product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Observation ID</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <description>Suzaku instrument</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Right Ascension (Pointing Position)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C3</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Declination (Pointing Position)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C21</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target</name>
                       <description>Designation of the Pointed Source</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" type="base_table">
                    <name>observations.mv_v_corot_astero_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalink</name>
                       <description>Corot Datalink to high level products</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>corot</name>
                       <description>[1/21960] (corotid) ID of the CoRoT target</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>raj2000</name>
                       <description>(alpha) Right ascension of star, J2000</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dej2000</name>
                       <description>(delta) Declination, J2000 (degrees)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filedate</name>
                       <description>(crea_dat) File generation date</description>
                       <unit>s</unit>
                       <ucd>time.epoch;meta.file</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pv</name>
                       <description>(pipe_ver) Pipeline process version</description>
                       <ucd>meta.software</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n2v</name>
                       <description>(n2_ver) Version of N2 data</description>
                       <ucd>meta.software</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date1</name>
                       <description>(startdat) UT date of first measurement</description>
                       <unit>s</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date2</name>
                       <description>(end_date) UT date of last measurment</description>
                       <unit>s</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spt</name>
                       <description>? (spectral_type) Spectral type, from EXODAT</description>
                       <ucd>src.spType</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>run</name>
                       <description>[SLIRca0-9] (run_code) (G1)</description>
                       <ucd>meta.id;obs</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ccd</name>
                       <description>? (hlfccdid) reference of the half CCD from which the product originates e.g. 'E1R' for Right CCD#1 of Exoplanet channel</description>
                       <ucd>obs.field</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>magnit_v</name>
                       <description>? (magnit_v) Visual magnitude of the target</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"(b-v)"</name>
                       <description>? (mag_diff) Color index (B-V)</description>
                       <unit>mag</unit>
                       <ucd>phot.color</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>recno</name>
                       <description>Record number assigned by the VizieR team. Should Not be used for identification.</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"size"</name>
                       <description>? (filesize) [17280,32921280] bytes in file</description>
                       <unit>Mbyte</unit>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>star</name>
                       <description>Name of the star observed</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>absm_v</name>
                       <description>? (absm_v) Star absolute magnitude in V</description>
                       <unit>mag</unit>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>teff</name>
                       <description>? (teff) Star effective temperature</description>
                       <unit>K</unit>
                       <ucd>phys.temperature.effective</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>logg</name>
                       <description>? (gravity) Star gravity (log scale)</description>
                       <unit>log(cm.s**-2)</unit>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"[fe/h]"</name>
                       <description>? (metal) Star metallicity (log scale)</description>
                       <unit>log(Sun)</unit>
                       <ucd>phys.abund.Z</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lcmean</name>
                       <description>? (lc_mean) light curve mean intensity</description>
                       <unit>ct/s</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lcrms</name>
                       <description>? (lc_rms) light curve rms</description>
                       <unit>ct/s</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>assocdata</name>
                       <description>Associated data file type</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filename</name>
                       <description>(filename) Name of file with time series</description>
                       <ucd>meta.id;time.epoch;meta.file</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_region</name>
                       <description>Region covered as specified in STC or ADQL</description>
                       <unit>deg</unit>
                       <ucd>phys.area;obs</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" type="base_table">
                    <name>observations.mv_v_corot_exo_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datalink</name>
                       <description>Corot Datalink to high level products</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>raj2000</name>
                       <description>(alpha) Right ascension of star, J2000</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dej2000</name>
                       <description>(delta) Declination, J2000 (degrees)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pv</name>
                       <description>(pipe_ver) Pipeline process version</description>
                       <ucd>meta.software</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n2v</name>
                       <description>(n2_ver) Version of N2 data</description>
                       <ucd>meta.software</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>col</name>
                       <description>[01] 0 = monochrome results, 1 = 3-channels</description>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date1</name>
                       <description>(startdat) UT date of first measurement</description>
                       <unit>s</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date2</name>
                       <description>(end_date) UT date of last measurement</description>
                       <unit>s</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>corot</name>
                       <description>[100396342/739016552] (corotid) ID of the CoRoT target</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spt</name>
                       <description>? (spectral_type) Spectral type, from EXODAT</description>
                       <ucd>src.spType</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"e(b-v)"</name>
                       <description>? (E(B-V)) E(B-V) colour excess, from EXODAT</description>
                       <unit>mag</unit>
                       <ucd>phot.color.excess</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>run</name>
                       <description>[SLIRca0-9] (run_code) (G1)</description>
                       <ucd>meta.id;obs</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ccd</name>
                       <description>(hlfccdid) reference of the half CCD from which the product originates e.g. E1R for Right CCD#1 of Exoplanet channel</description>
                       <ucd>obs.field</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wid</name>
                       <description>? (win_id) Window identification</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mag</name>
                       <description>? (magnitud) Magnitude of the target</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>recno</name>
                       <description>Record number assigned by the VizieR team. Should Not be used for identification.</description>
                       <ucd>meta.record</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filedate</name>
                       <description>(crea_dat) File generation date</description>
                       <unit>s</unit>
                       <ucd>time.epoch</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>contf</name>
                       <description>[0,1]? (contfact) contamination factor</description>
                       <ucd>stat.fit.param</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"exp"</name>
                       <description>[-1,512]? (exptime) Exposure time</description>
                       <unit>s</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bmag</name>
                       <description>? (magnit_b) Star magnitude B</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.B</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>vmag</name>
                       <description>? (magnit_v) Star magnitude V</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.V</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rmag</name>
                       <description>? (magnit_r) Star magnitude R</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.R</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>imag</name>
                       <description>? (magnit_i) Star magnitude I</description>
                       <unit>mag</unit>
                       <ucd>phot.mag;em.opt.I</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>tcol</name>
                       <description>[-1,41510]? (coltemp) Color temperature</description>
                       <unit>K</unit>
                       <ucd>phys.temperature</ucd>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lcmean</name>
                       <description>? (lc_mean) light curve mean</description>
                       <unit>ct/s</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lcrms</name>
                       <description>? (lc_rms) light curve rms</description>
                       <unit>ct/s</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nh</name>
                       <description>(nbhotpix) Number of hot pixels</description>
                       <unit>pix</unit>
                       <ucd>meta.number</ucd>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_region</name>
                       <description>Region covered as specified in STC or ADQL</description>
                       <unit>deg</unit>
                       <ucd>phys.area;obs</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bmean</name>
                       <description>? (lc_rms_b) light curve mean B</description>
                       <unit>ct/s</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gmean</name>
                       <description>? (lc_rms_g) light curve mean G</description>
                       <unit>ct/s</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rmean</name>
                       <description>? (lc_rms_r) light curve mean R</description>
                       <unit>ct/s</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wmean</name>
                       <description>? (lc_rms_r) light curve mean white light</description>
                       <unit>ct/s</unit>
                       <ucd>phot.mag;stat.mean</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>brms</name>
                       <description>? (lc_rms_b) light curve rms B</description>
                       <unit>ct/s</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>grms</name>
                       <description>? (lc_rms_g) light curve rms G</description>
                       <unit>ct/s</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rrms</name>
                       <description>? (lc_rms_r) light curve rms R</description>
                       <unit>ct/s</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wrms</name>
                       <description>? (lc_rms_r) light curve rms white light</description>
                       <unit>ct/s</unit>
                       <ucd>src.var.amplitude</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"size"</name>
                       <description>? Size of file (bytes)</description>
                       <unit>Mbyte</unit>
                       <ucd>meta.note</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>assocdata</name>
                       <description>Associated data file type</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filename</name>
                       <description>(filename) Name of file with time series</description>
                       <ucd>meta.id;time.epoch;meta.file</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>w_file</name>
                       <description>Name of associated WINDESCRIPTOR file</description>
                       <ucd>meta.id;meta.file</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="7607" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_esasky_xmm_om_optical_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_utc</name>
                       <ucd>time.end</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>position_angle</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proprietary_end_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xmm_om_optical_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</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>product_url</name>
                       <description>The URL to download the product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>The XMM-Newton observation identification</description>
                       <utype>obscore:DataID.Creatordid</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <description>Instrument</description>
                       <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="false">
                       <name>observation_oid</name>
                       <description>Observation internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter</name>
                       <description>Filter</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Right Ascension (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C6</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C18</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_utc</name>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Total exposure time of observation</description>
                       <unit>s</unit>
                       <utype>obscore:Char.TimeAxis.Coverage.Support.Extent</utype>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="17381" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_esasky_xmm_om_uv_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_utc</name>
                       <ucd>time.end</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>position_angle</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proprietary_end_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xmm_om_uv_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</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>product_url</name>
                       <description>The URL to download the product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>The XMM-Newton observation identification</description>
                       <utype>obscore:DataID.Creatordid</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <description>Instrument</description>
                       <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="false">
                       <name>observation_oid</name>
                       <description>Observation internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter</name>
                       <description>Filter</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Right Ascension (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C7</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C17</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_utc</name>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Total exposure time of observation</description>
                       <unit>s</unit>
                       <utype>obscore:Char.TimeAxis.Coverage.Support.Extent</utype>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="63763" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_jwst_obs_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>access_estsize</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>access_format</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <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>calib_level</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>core_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dataproduct_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>datarelease</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_max</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_min</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_res_power</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_ucd</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_xel</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>facility_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <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>lastmodified</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>metarelease</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_collection</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_id</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_publisher_did</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>o_ucd</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>planeid</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pol_states</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pol_xel</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>position_bounds_area</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>position_bounds_center</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>position_bounds_spoly</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_dec</name>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_fov</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_ra</name>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_region</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_resolution</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_xel1</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_xel2</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_exptime</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_max</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_min</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_resolution</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_xel</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_jwst_obs_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="8477" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_nida_spectra_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>archive_url</name>
                       <ucd>meta.ref.url</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time</name>
                       <ucd>time.end</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>max_wavelength</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>min_wavelength</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>nida_spectra_oid</name>
                       <ucd>meta.oid</ucd>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>object_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scientific_flag</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</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>product_url</name>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>identifier</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</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="false">
                       <name>dec_deg</name>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C23</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wavelengths</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="2307" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_obscore_isla_fdw_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calib_level</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dataproduct_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_max</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_min</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_collection</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_fov</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>access_url</name>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_id</name>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_ra</name>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_dec</name>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_min</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_max</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_exptime</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>access_estsize</name>
                       <unit>B</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="false">
                       <name>target_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="32387" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_v_alma_obs_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dataproduct_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_max</name>
                       <description>Stop in spectral coordinates</description>
                       <unit>m</unit>
                       <utype>obscore:Char.SpectralAxis.Coverage.Bounds.Limits.Interval.HiLim</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_min</name>
                       <description>Start in spectral coordinates</description>
                       <unit>m</unit>
                       <utype>obscore:Char.SpectralAxis.Coverage.Bounds.Limits.Interval.LoLim</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>em_res_power</name>
                       <description>Spectral resolving power</description>
                       <unit>m</unit>
                       <utype>obscore:Char.SpectralAxis.Resolution.resolpower.refval</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>frequency_support</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_publisher_did</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_release_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pol_states</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scan_intent</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>science_keyword</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_region</name>
                       <description>Region bounded by observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_max</name>
                       <description>End time of observation (MJD)</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_alma_obs_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>access_url</name>
                       <description>URL. to download the data</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Dataset identifier</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_ra</name>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</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="false">
                       <name>s_dec</name>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C4</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>s_fov</name>
                       <description>Size of the region covered (~diameter of minimum bounding circle)</description>
                       <unit>deg</unit>
                       <utype>obscore:Char.SpatialAxis.Coverage.Bounds.Extent.diameter</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>Name of intended target</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_min</name>
                       <description>Start time of observation (MJD)</description>
                       <unit>d</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>t_exptime</name>
                       <description>Exposure time of observation</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>band_list</name>
                       <description>Space delimited list of bands</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>freq_min</name>
                       <description>Minimum frequency of observation</description>
                       <unit>GHz</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>freq_max</name>
                       <description>Maximum frequency of observation</description>
                       <unit>GHz</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scientific_category</name>
                       <description>Scientific category</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="564" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_v_esasky_jwst_images_fdw_fdw</name>
                    <description>JWST Observations (Near-Infrared)</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>collection</name>
                       <description>Name of the data collection</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_product_type</name>
                       <description>Data product type</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release</name>
                       <description>Date the data for a plane is public (UTC)</description>
                       <utype>caom2:Plane.dataRelease</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detector</name>
                       <description>Name of the detector defined in instrument_keywords</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time</name>
                       <description>Stop time in MJD</description>
                       <unit>d</unit>
                       <ucd>time.end;obs.exposure</ucd>
                       <utype>Char.TimeAxis.Coverage.Bounds.Limits.StopTime</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>energy_bounds_lower</name>
                       <description>Start in spectral coordinates</description>
                       <unit>m</unit>
                       <ucd>em.wl;stat.min</ucd>
                       <utype>Char.SpectralAxis.Coverage.Bounds.Limits.LoLimit</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>energy_bounds_upper</name>
                       <description>Stop in spectral coordinates</description>
                       <unit>m</unit>
                       <ucd>em.wl;stat.max</ucd>
                       <utype>Char.SpectralAxis.Coverage.Bounds.Limits.HiLimit</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>energy_bounds_width</name>
                       <description>Width of the energy bounds</description>
                       <unit>m</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Diameter (bounds) of the covered region</description>
                       <unit>deg</unit>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <utype>Char.SpatialAxis.Coverage.Bounds.Extent.diameter</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>intent</name>
                       <description>Intended purpose of data (one of: science, calibration)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>members</name>
                       <description>Observations used to generate this on</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsid</name>
                       <description>Foreign key</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plane_id</name>
                       <description>Unique plane identifier</description>
                       <utype>caom2:Plane.id</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_keywords</name>
                       <description>Proposal keywords (separated by |)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_pi</name>
                       <description>Proposal Principal Investigator</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>subarray</name>
                       <description>SUBARRAY field extracted from instrument_keywords</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_category</name>
                       <description>TARGETCATEGORY parameter extracted from target_keywords</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_keywords</name>
                       <description>Target keywords (separated by |)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_moving</name>
                       <description>Flag for moving target</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>template</name>
                       <description>TEMPLATE parameter extracted from instrument_keywords</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wave_central</name>
                       <description>Central wavelength in spectral coordinates</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_url</name>
                       <description>URL used to access (download) the 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>postcard_url</name>
                       <description>URL used to access (download) the postcard</description>
                       <ucd>meta.ref.url;meta.preview</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Observation ID</description>
                       <ucd>meta.id;meta.main</ucd>
                       <utype>DataID.observationID</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>Astronomical object observed, if any</description>
                       <ucd>meta.id;src</ucd>
                       <utype>Target.name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Central right ascension, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Central declination, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <description>Name of the instrument used for this observation</description>
                       <ucd>meta.id;instr</ucd>
                       <utype>Provenance.ObsConfig.Instrument.name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observing_mode</name>
                       <description>Observing Mode extracted from EXP_KEY keyword</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_id</name>
                       <description>Collection-specific unique proposal identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calibrationlevel</name>
                       <description>Calibration level {0, 1, 2, 3, 4}</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>Start time in MJD</description>
                       <unit>d</unit>
                       <ucd>time.start;obs.exposure</ucd>
                       <utype>Char.TimeAxis.Coverage.Bounds.Limits.StartTime</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Total exposure time</description>
                       <unit>s</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <utype>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>filter</name>
                       <description>Collection-specific name for energy band (e.g. filter name)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Sky region covered by the data product(expressed in ICRS frame)</description>
                       <ucd>pos.outline;obs.field</ucd>
                       <utype>Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="326" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_v_esasky_jwst_images_miri_fdw_fdw</name>
                    <description>JWST Observations (Mid-Infrared)</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>collection</name>
                       <description>Name of the data collection</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_product_type</name>
                       <description>Data product type</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release</name>
                       <description>Date the data for a plane is public (UTC)</description>
                       <utype>caom2:Plane.dataRelease</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detector</name>
                       <description>Name of the detector defined in instrument_keywords</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time</name>
                       <description>Stop time in MJD</description>
                       <unit>d</unit>
                       <ucd>time.end;obs.exposure</ucd>
                       <utype>Char.TimeAxis.Coverage.Bounds.Limits.StopTime</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>energy_bounds_lower</name>
                       <description>Start in spectral coordinates</description>
                       <unit>m</unit>
                       <ucd>em.wl;stat.min</ucd>
                       <utype>Char.SpectralAxis.Coverage.Bounds.Limits.LoLimit</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>energy_bounds_upper</name>
                       <description>Stop in spectral coordinates</description>
                       <unit>m</unit>
                       <ucd>em.wl;stat.max</ucd>
                       <utype>Char.SpectralAxis.Coverage.Bounds.Limits.HiLimit</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>energy_bounds_width</name>
                       <description>Width of the energy bounds</description>
                       <unit>m</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Diameter (bounds) of the covered region</description>
                       <unit>deg</unit>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <utype>Char.SpatialAxis.Coverage.Bounds.Extent.diameter</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>intent</name>
                       <description>Intended purpose of data (one of: science, calibration)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>members</name>
                       <description>Observations used to generate this on</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsid</name>
                       <description>Foreign key</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plane_id</name>
                       <description>Unique plane identifier</description>
                       <utype>caom2:Plane.id</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_keywords</name>
                       <description>Proposal keywords (separated by |)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_pi</name>
                       <description>Proposal Principal Investigator</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>subarray</name>
                       <description>SUBARRAY field extracted from instrument_keywords</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_category</name>
                       <description>TARGETCATEGORY parameter extracted from target_keywords</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_keywords</name>
                       <description>Target keywords (separated by |)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_moving</name>
                       <description>Flag for moving target</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>template</name>
                       <description>TEMPLATE parameter extracted from instrument_keywords</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wave_central</name>
                       <description>Central wavelength in spectral coordinates</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_url</name>
                       <description>URL used to access (download) the 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>postcard_url</name>
                       <description>URL used to access (download) the postcard</description>
                       <ucd>meta.ref.url;meta.preview</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Observation ID</description>
                       <ucd>meta.id;meta.main</ucd>
                       <utype>DataID.observationID</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>Astronomical object observed, if any</description>
                       <ucd>meta.id;src</ucd>
                       <utype>Target.name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Central right ascension, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Central declination, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <description>Name of the instrument used for this observation</description>
                       <ucd>meta.id;instr</ucd>
                       <utype>Provenance.ObsConfig.Instrument.name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observing_mode</name>
                       <description>Observing Mode extracted from EXP_KEY keyword</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_id</name>
                       <description>Collection-specific unique proposal identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calibrationlevel</name>
                       <description>Calibration level {0, 1, 2, 3, 4}</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>Start time in MJD</description>
                       <unit>d</unit>
                       <ucd>time.start;obs.exposure</ucd>
                       <utype>Char.TimeAxis.Coverage.Bounds.Limits.StartTime</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Total exposure time</description>
                       <unit>s</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <utype>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>filter</name>
                       <description>Collection-specific name for energy band (e.g. filter name)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Sky region covered by the data product(expressed in ICRS frame)</description>
                       <ucd>pos.outline;obs.field</ucd>
                       <utype>Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="609" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_v_esasky_jwst_spectra_fdw_fdw</name>
                    <description>JWST Spectra (Near-Infrared)</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>collection</name>
                       <description>Name of the data collection</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_product_type</name>
                       <description>Data product type</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release</name>
                       <description>Date the data for a plane is public (UTC)</description>
                       <utype>caom2:Plane.dataRelease</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detector</name>
                       <description>Name of the detector defined in instrument_keywords</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time</name>
                       <description>Stop time in MJD</description>
                       <unit>d</unit>
                       <ucd>time.end;obs.exposure</ucd>
                       <utype>Char.TimeAxis.Coverage.Bounds.Limits.StopTime</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>energy_bounds_lower</name>
                       <description>Start in spectral coordinates</description>
                       <unit>m</unit>
                       <ucd>em.wl;stat.min</ucd>
                       <utype>Char.SpectralAxis.Coverage.Bounds.Limits.LoLimit</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>energy_bounds_upper</name>
                       <description>Stop in spectral coordinates</description>
                       <unit>m</unit>
                       <ucd>em.wl;stat.max</ucd>
                       <utype>Char.SpectralAxis.Coverage.Bounds.Limits.HiLimit</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>energy_bounds_width</name>
                       <description>Width of the energy bounds</description>
                       <unit>m</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Diameter (bounds) of the covered region</description>
                       <unit>deg</unit>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <utype>Char.SpatialAxis.Coverage.Bounds.Extent.diameter</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>intent</name>
                       <description>Intended purpose of data (one of: science, calibration)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>members</name>
                       <description>Observations used to generate this on</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsid</name>
                       <description>Foreign key</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plane_id</name>
                       <description>Unique plane identifier</description>
                       <utype>caom2:Plane.id</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_keywords</name>
                       <description>Proposal keywords (separated by |)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_pi</name>
                       <description>Proposal Principal Investigator</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>subarray</name>
                       <description>SUBARRAY field extracted from instrument_keywords</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_category</name>
                       <description>TARGETCATEGORY parameter extracted from target_keywords</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_keywords</name>
                       <description>Target keywords (separated by |)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_moving</name>
                       <description>Flag for moving target</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>template</name>
                       <description>TEMPLATE parameter extracted from instrument_keywords</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wave_central</name>
                       <description>Central wavelength in spectral coordinates</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_url</name>
                       <description>URL used to access (download) the 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>postcard_url</name>
                       <description>URL used to access (download) the postcard</description>
                       <ucd>meta.ref.url;meta.preview</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Observation ID</description>
                       <ucd>meta.id;meta.main</ucd>
                       <utype>DataID.observationID</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>Astronomical object observed, if any</description>
                       <ucd>meta.id;src</ucd>
                       <utype>Target.name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Central right ascension, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Central declination, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <description>Name of the instrument used for this observation</description>
                       <ucd>meta.id;instr</ucd>
                       <utype>Provenance.ObsConfig.Instrument.name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observing_mode</name>
                       <description>Observing Mode extracted from EXP_KEY keyword</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_id</name>
                       <description>Collection-specific unique proposal identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calibrationlevel</name>
                       <description>Calibration level {0, 1, 2, 3, 4}</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>Start time in MJD</description>
                       <unit>d</unit>
                       <ucd>time.start;obs.exposure</ucd>
                       <utype>Char.TimeAxis.Coverage.Bounds.Limits.StartTime</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Total exposure time</description>
                       <unit>s</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <utype>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>filter</name>
                       <description>Collection-specific name for energy band (e.g. filter name)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Sky region covered by the data product(expressed in ICRS frame)</description>
                       <ucd>pos.outline;obs.field</ucd>
                       <utype>Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="96" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_v_esasky_jwst_spectra_miri_fdw_fdw</name>
                    <description>JWST Spectra (Mid-Infrared)</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>collection</name>
                       <description>Name of the data collection</description>
                       <ucd>meta.id</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_product_type</name>
                       <description>Data product type</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>data_release</name>
                       <description>Date the data for a plane is public (UTC)</description>
                       <utype>caom2:Plane.dataRelease</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>detector</name>
                       <description>Name of the detector defined in instrument_keywords</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time</name>
                       <description>Stop time in MJD</description>
                       <unit>d</unit>
                       <ucd>time.end;obs.exposure</ucd>
                       <utype>Char.TimeAxis.Coverage.Bounds.Limits.StopTime</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>energy_bounds_lower</name>
                       <description>Start in spectral coordinates</description>
                       <unit>m</unit>
                       <ucd>em.wl;stat.min</ucd>
                       <utype>Char.SpectralAxis.Coverage.Bounds.Limits.LoLimit</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>energy_bounds_upper</name>
                       <description>Stop in spectral coordinates</description>
                       <unit>m</unit>
                       <ucd>em.wl;stat.max</ucd>
                       <utype>Char.SpectralAxis.Coverage.Bounds.Limits.HiLimit</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>energy_bounds_width</name>
                       <description>Width of the energy bounds</description>
                       <unit>m</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Diameter (bounds) of the covered region</description>
                       <unit>deg</unit>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <utype>Char.SpatialAxis.Coverage.Bounds.Extent.diameter</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>intent</name>
                       <description>Intended purpose of data (one of: science, calibration)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>members</name>
                       <description>Observations used to generate this on</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsid</name>
                       <description>Foreign key</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>plane_id</name>
                       <description>Unique plane identifier</description>
                       <utype>caom2:Plane.id</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_keywords</name>
                       <description>Proposal keywords (separated by |)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_pi</name>
                       <description>Proposal Principal Investigator</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>subarray</name>
                       <description>SUBARRAY field extracted from instrument_keywords</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_category</name>
                       <description>TARGETCATEGORY parameter extracted from target_keywords</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_keywords</name>
                       <description>Target keywords (separated by |)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_moving</name>
                       <description>Flag for moving target</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>template</name>
                       <description>TEMPLATE parameter extracted from instrument_keywords</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wave_central</name>
                       <description>Central wavelength in spectral coordinates</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_url</name>
                       <description>URL used to access (download) the 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>postcard_url</name>
                       <description>URL used to access (download) the postcard</description>
                       <ucd>meta.ref.url;meta.preview</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Observation ID</description>
                       <ucd>meta.id;meta.main</ucd>
                       <utype>DataID.observationID</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>Astronomical object observed, if any</description>
                       <ucd>meta.id;src</ucd>
                       <utype>Target.name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Central right ascension, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Central declination, ICRS</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <description>Name of the instrument used for this observation</description>
                       <ucd>meta.id;instr</ucd>
                       <utype>Provenance.ObsConfig.Instrument.name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observing_mode</name>
                       <description>Observing Mode extracted from EXP_KEY keyword</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_id</name>
                       <description>Collection-specific unique proposal identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>calibrationlevel</name>
                       <description>Calibration level {0, 1, 2, 3, 4}</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>Start time in MJD</description>
                       <unit>d</unit>
                       <ucd>time.start;obs.exposure</ucd>
                       <utype>Char.TimeAxis.Coverage.Bounds.Limits.StartTime</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Total exposure time</description>
                       <unit>s</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <utype>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>filter</name>
                       <description>Collection-specific name for energy band (e.g. filter name)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Sky region covered by the data product(expressed in ICRS frame)</description>
                       <ucd>pos.outline;obs.field</ucd>
                       <utype>Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="27105" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_v_hsa_esasky_photo_fdw_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</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>product_url</name>
                       <description>The URL to download the product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>The identifier of a Herschel observation</description>
                       <utype>obscore:DataID.Creatordid</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Database index number</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Actual right ascension of pointing</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C10</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Actual declination of pointing</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C14</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>The name of the target</description>
                       <utype>obscore:Target.Name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <description>The Herschel instrument </description>
                       <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="false">
                       <name>filter</name>
                       <description>Filter or filters used</description>
                       <unit>microns</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>The start date and time of the observation</description>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time</name>
                       <description>The end date and time of the observation</description>
                       <ucd>time.end</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Duration of the observation in seconds</description>
                       <unit>seconds</unit>
                       <utype>obscore:Char.TimeAxis.Coverage.Support.Extent</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observing_mode_name</name>
                       <description>Name of the Herschel observing mode</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="17161" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_v_hsa_esasky_spectra_fdw_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time</name>
                       <description>The end date and time of the observation</description>
                       <ucd>time.end</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_mode</name>
                       <description>The Herschel instrument mode</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Database index number</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_url</name>
                       <description>The URL to download the product</description>
                       <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>observation_id</name>
                       <description>The identifier of a Herschel observation</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Actual right ascension of pointing</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Actual declination of pointing</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>The name of the target</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <description>The Herschel instrument </description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observing_mode_name</name>
                       <description>Name of the Herschel observing mode</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>band</name>
                       <description>Frequency or wavelength band in which the data were taken</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>The start date and time of the observation</description>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Duration of the observation in seconds</description>
                       <unit>seconds</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="681290" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_v_hst_mmi_observation_fdw_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</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>product_url</name>
                       <description>The URL to download the product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Data set 9 character name. First character indicates instrument; L=COS; I=WFC3; J=ACS; N=NICMOS; O=STIS; U=WFPC2; W=WFPC; X=FOC; Y=FOS; Z=GHRS; F=FGS; V=HSP.</description>
                       <utype>obscore:DataID.Creatordid</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Observation internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Right Ascension (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C14</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C10</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>Observer assigned target name</description>
                       <utype>obscore:Target.Name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <description>The HST instrument and channel</description>
                       <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="false">
                       <name>filter</name>
                       <description>Filter</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>Observation start time</description>
                       <unit>time</unit>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time</name>
                       <description>Observation stop time</description>
                       <unit>time</unit>
                       <ucd>time.end</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exposure_duration</name>
                       <description>Exposure time of observation</description>
                       <unit>s</unit>
                       <utype>obscore:Char.TimeAxis.Coverage.Support.Extent</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>collection</name>
                       <description>The type of Hubble collection. 'HST' is the standard HST archive content; 'HLA' the Hubble Legacy Archive; 'HLSP' High level science product. </description>
                       <utype>obscore:DataID.Collection</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="153961" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_v_hst_mmi_observation_infrared_fdw_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time</name>
                       <description>Observation stop time</description>
                       <unit>time</unit>
                       <ucd>time.end</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Observation internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</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>product_url</name>
                       <description>The URL to download the product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Data set 9 character name. First character indicates instrument; L=COS; I=WFC3; J=ACS; N=NICMOS; O=STIS; U=WFPC2; W=WFPC; X=FOC; Y=FOS; Z=GHRS; F=FGS; V=HSP.</description>
                       <utype>obscore:DataID.Creatordid</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Right Ascension (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C14</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C10</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>Observer assigned target name</description>
                       <utype>obscore:Target.Name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <description>The HST instrument and channel</description>
                       <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="false">
                       <name>collection</name>
                       <description>The type of Hubble collection. 'HST' is the standard HST archive content; 'HLA' the Hubble Legacy Archive; 'HLSP' High level science product. </description>
                       <utype>obscore:DataID.Collection</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_type</name>
                       <description>Type of observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter</name>
                       <description>Filter</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>Observation start time</description>
                       <unit>time</unit>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exposure_duration</name>
                       <description>Exposure time of observation</description>
                       <unit>seconds</unit>
                       <utype>obscore:Char.TimeAxis.Coverage.Support.Extent</utype>
                       <dataType xsi:type="vs:VOTableType">float</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="505532" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_v_hst_mmi_observation_optical_fdw_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time</name>
                       <description>Observation stop time</description>
                       <unit>time</unit>
                       <ucd>time.end</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Observation internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</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>product_url</name>
                       <description>The URL to download the product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Data set 9 character name. First character indicates instrument; L=COS; I=WFC3; J=ACS; N=NICMOS; O=STIS; U=WFPC2; W=WFPC; X=FOC; Y=FOS; Z=GHRS; F=FGS; V=HSP.</description>
                       <utype>obscore:DataID.Creatordid</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Right Ascension (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C15</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C9</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>Observer assigned target name</description>
                       <utype>obscore:Target.Name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <description>The HST instrument and channel</description>
                       <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="false">
                       <name>collection</name>
                       <description>The type of Hubble collection. 'HST' is the standard HST archive content; 'HLA' the Hubble Legacy Archive; 'HLSP' High level science product. </description>
                       <utype>obscore:DataID.Collection</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter</name>
                       <description>Filter</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>Observation start time</description>
                       <unit>time</unit>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exposure_duration</name>
                       <description>Exposure time of observation</description>
                       <unit>seconds</unit>
                       <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>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="72687" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_v_hst_mmi_observation_uv_fdw_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time</name>
                       <description>Observation stop time</description>
                       <unit>time</unit>
                       <ucd>time.end</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Observation internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</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>product_url</name>
                       <description>The URL to download the product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Data set 9 character name. First character indicates instrument; L=COS; I=WFC3; J=ACS; N=NICMOS; O=STIS; U=WFPC2; W=WFPC; X=FOC; Y=FOS; Z=GHRS; F=FGS; V=HSP.</description>
                       <utype>obscore:DataID.Creatordid</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Right Ascension (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C16</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C8</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>Observer assigned target name</description>
                       <utype>obscore:Target.Name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <description>The HST instrument and channel</description>
                       <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="false">
                       <name>collection</name>
                       <description>The type of Hubble collection. 'HST' is the standard HST archive content; 'HLA' the Hubble Legacy Archive; 'HLSP' High level science product. </description>
                       <utype>obscore:DataID.Collection</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter</name>
                       <description>Filter</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>Observation start time</description>
                       <unit>time</unit>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exposure_duration</name>
                       <description>Exposure time of observation</description>
                       <unit>seconds</unit>
                       <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>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="45760" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_v_hst_mmi_spectra_infrared_fdw_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time</name>
                       <description>Observation stop time</description>
                       <unit>time</unit>
                       <ucd>time.end</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Observation internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</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>product_url</name>
                       <description>The URL to download the product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Data set 9 character name. First character indicates instrument; L=COS; I=WFC3; J=ACS; N=NICMOS; O=STIS; U=WFPC2; W=WFPC; X=FOC; Y=FOS; Z=GHRS; F=FGS; V=HSP.</description>
                       <utype>obscore:DataID.Creatordid</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>Observer assigned target name</description>
                       <utype>obscore:Target.Name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <description>The HST instrument and channel</description>
                       <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="false">
                       <name>obs_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wave_central</name>
                       <description>Central wavelength</description>
                       <unit>Angstroms</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter</name>
                       <description>Filters/Gratings</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>collection</name>
                       <description>The type of Hubble collection. 'HST' is the standard HST archive content; 'HLA' the Hubble Legacy Archive; 'HLSP' High level science product. </description>
                       <utype>obscore:DataID.Collection</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Right Ascension (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C17</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C7</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>Observation start time</description>
                       <unit>time</unit>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exposure_duration</name>
                       <description>Exposure time of observation</description>
                       <unit>seconds</unit>
                       <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>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="55113" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_v_hst_mmi_spectra_optical_fdw_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>collection</name>
                       <description>The type of Hubble collection. 'HST' is the standard HST archive content; 'HLA' the Hubble Legacy Archive; 'HLSP' High level science product. </description>
                       <utype>obscore:DataID.Collection</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time</name>
                       <description>Observation stop time</description>
                       <unit>time</unit>
                       <ucd>time.end</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Observation internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</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>product_url</name>
                       <description>The URL to download the product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Data set 9 character name. First character indicates instrument; L=COS; I=WFC3; J=ACS; N=NICMOS; O=STIS; U=WFPC2; W=WFPC; X=FOC; Y=FOS; Z=GHRS; F=FGS; V=HSP.</description>
                       <utype>obscore:DataID.Creatordid</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>Observer assigned target name</description>
                       <utype>obscore:Target.Name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <description>The HST instrument and channel</description>
                       <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="false">
                       <name>obs_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter</name>
                       <description>Filters/Gratings</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wave_central</name>
                       <description>Central wavelength</description>
                       <unit>Angstroms</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Right Ascension (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C18</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C6</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>Observation start time</description>
                       <unit>time</unit>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exposure_duration</name>
                       <description>Exposure time of observation</description>
                       <unit>seconds</unit>
                       <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>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="37602" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_v_hst_mmi_spectra_uv_fdw_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>collection</name>
                       <description>The type of Hubble collection. 'HST' is the standard HST archive content; 'HLA' the Hubble Legacy Archive; 'HLSP' High level science product. </description>
                       <utype>obscore:DataID.Collection</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time</name>
                       <description>Observation stop time</description>
                       <unit>time</unit>
                       <ucd>time.end</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Observation internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</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>product_url</name>
                       <description>The URL to download the product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>Data set 9 character name. First character indicates instrument; L=COS; I=WFC3; J=ACS; N=NICMOS; O=STIS; U=WFPC2; W=WFPC; X=FOC; Y=FOS; Z=GHRS; F=FGS; V=HSP.</description>
                       <utype>obscore:DataID.Creatordid</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>Observer assigned target name</description>
                       <utype>obscore:Target.Name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <description>The HST instrument and channel</description>
                       <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="false">
                       <name>obs_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter</name>
                       <description>Filters/Gratings</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wave_central</name>
                       <description>Central wavelength</description>
                       <unit>Angstroms</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C9</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C15</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>Observation start time</description>
                       <unit>time</unit>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exposure_duration</name>
                       <description>Exposure time of observation</description>
                       <unit>seconds</unit>
                       <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>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="12316" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_v_xsa_esasky_photo_fdw_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>position_angle</name>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</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>product_url</name>
                       <description>The URL to download the product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>The XMM-Newton observation identification</description>
                       <utype>obscore:DataID.Creatordid</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Observation internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Right Ascension (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C4</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C20</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>Target name</description>
                       <utype>obscore:Target.Name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <description>Instrument</description>
                       <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="false">
                       <name>start_time</name>
                       <description>Observation Start Time</description>
                       <unit>time</unit>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_time</name>
                       <description>Observation End Time</description>
                       <unit>time</unit>
                       <ucd>time.end</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Total exposure time of observation</description>
                       <unit>s</unit>
                       <utype>obscore:Char.TimeAxis.Coverage.Support.Extent</utype>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="10968" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.mv_v_v_xsa_spectra_rgs_fdw_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_utc</name>
                       <description>Observation End Time</description>
                       <unit>time</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <description>Internal ESASky column for searching and indexing the footprint with pgsphere</description>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Observation internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>position_angle</name>
                       <description>Position Angle</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <ucd>meta.ref.url;meta.preview</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>product_url</name>
                       <description>The URL to download the product</description>
                       <ucd>meta.dataset;meta.ref.url</ucd>
                       <utype>obscore:Access.Reference</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>The XMM-Newton observation identification</description>
                       <utype>obscore:DataID.Creatordid</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <description>Right Ascension (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C5</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C19</utype>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>Target name</description>
                       <utype>obscore:Target.Name</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <description>Instrument</description>
                       <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="false">
                       <name>band</name>
                       <description>Frequency or wavelength band in which the data were taken</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_utc</name>
                       <description>Observation Start Time</description>
                       <unit>time</unit>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Total exposure time of observation</description>
                       <unit>s</unit>
                       <utype>obscore:Char.TimeAxis.Coverage.Support.Extent</utype>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stc_s</name>
                       <description>Footprint of the observation in STC string format</description>
                       <utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="27051" esatapplus:size_bytes="0" type="base_table">
                    <name>observations.v_mv_v_esasky_xmm_om_fdw</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg</name>
                       <ucd>pos.eq.dec;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Total exposure time of observation</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_utc</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter</name>
                       <description>Filter</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fov</name>
                       <ucd>pos.outline;meta.pgsphere</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <description>Instrument</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix</name>
                       <description>Healpix pixel of the center of the observation for nside 256</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>The XMM-Newton observation identification</description>
                       <ucd>meta.id;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Observation internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>position_angle</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>postcard_url</name>
                       <description>The URL to download the postcard preview</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>product_url</name>
                       <description>The URL to download the product</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proprietary_end_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg</name>
                       <ucd>pos.eq.ra;meta.main</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_utc</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>target</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xmm_om_optical_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>public</name>
                 <table esatapplus:flags="0" esatapplus:size="1" esatapplus:size_bytes="0" type="base_table">
                    <name>public.dual</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dummy</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="1" esatapplus:size_bytes="0" type="base_table">
                    <name>public.function_dummy</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dummy</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>sso</name>
                 <table esatapplus:flags="0" esatapplus:size="114958" esatapplus:size_bytes="0" type="base_table">
                    <name>sso.card_reduction_herschel</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epochs</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>positions</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="14409" esatapplus:size_bytes="0" type="base_table">
                    <name>sso.card_reduction_hst</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epochs</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>positions</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="41738" esatapplus:size_bytes="0" type="base_table">
                    <name>sso.card_reduction_xmm</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epochs</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>positions</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="3" esatapplus:size_bytes="0" type="base_table">
                    <name>sso.count_metadata</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>count_column</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>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="156134" esatapplus:size_bytes="0" type="base_table">
                    <name>sso.count_table</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>herschel</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hst</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xmm</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xmm_om</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="781292" esatapplus:size_bytes="0" type="base_table">
                    <name>sso.ssoid</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>last_update</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="339139" esatapplus:size_bytes="0" type="base_table">
                    <name>sso.xmatch_herschel</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_dot_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_dot_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elong_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elong_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_de_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_de_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_ra_cos_de_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_ra_cos_de_2</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>observation_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phase_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phase_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos1_deg_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos2_deg_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="165607" esatapplus:size_bytes="0" type="base_table">
                    <name>sso.xmatch_hst</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_dot_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_dot_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elong_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elong_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_de_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_de_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_ra_cos_de_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_ra_cos_de_2</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>observation_oid</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phase_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phase_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos2_deg_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg_1</name>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg_1</name>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos1_deg_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="54297" esatapplus:size_bytes="0" type="base_table">
                    <name>sso.xmatch_xmm</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_dot_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_dot_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elong_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elong_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_de_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_de_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_ra_cos_de_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_ra_cos_de_2</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>observation_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phase_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phase_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos2_deg_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg_1</name>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg_1</name>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos1_deg_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="51987" esatapplus:size_bytes="0" type="base_table">
                    <name>sso.xmatch_xmm_om</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_dot_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_dot_2</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">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elong_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elong_2</name>
                       <dataType xsi:type="vs:VOTableType">double</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="false">
                       <name>mlim_obs</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_de_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_de_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_ra_cos_de_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_ra_cos_de_2</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>observation_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phase_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phase_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos2_deg_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</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>target_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_1_corrected</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xmatch_type</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg_1</name>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg_1</name>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg_2</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos1_deg_err</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_1</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>sso_20190705</name>
                 <table esatapplus:flags="0" esatapplus:size="431639" esatapplus:size_bytes="0" type="base_table">
                    <name>sso_20190705.xmatch_herschel_aster</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_id</name>
                       <description>sso identifier (astorb database)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_name</name>
                       <description>sso name (astorb db)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>observation identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>target name of the observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <description>instrument of the observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observing_mode_name</name>
                       <description>Observation Mode</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>start time of the observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>total exposure time of the observation</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter</name>
                       <description>filter/band of the observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg_1</name>
                       <description>sso expected right ascension (J2000) at the start time of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg_1</name>
                       <description>sso expected declination (J2000) at the start time of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_1</name>
                       <description>expected distance to the sso from the satellite at the start time of the observation</description>
                       <unit>au</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_1</name>
                       <description>sso expected v magnitude at the start time of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phase_1</name>
                       <description>sso expected phase angle at the start time of the observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elong_1</name>
                       <description>sso expected elongation at the start time of the observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_ra_cos_de_1</name>
                       <description>sso expected proper motion along ra axis at the start time of the observation</description>
                       <unit>arcsec/min</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_de_1</name>
                       <description>sso expected proper motion along dec axis at the start time of the observation</description>
                       <unit>arcsec/min</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_dot_1</name>
                       <description>sso expected speed at the start time of the observation</description>
                       <unit>km/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos1_deg_err</name>
                       <description>sso positional error at the start time of the observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg_2</name>
                       <description>sso positional error at the start time of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg_2</name>
                       <description>sso expected declination (J2000) at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_2</name>
                       <description>expected distance to the sso from the satellite at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>au</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_2</name>
                       <description>sso expected magnitude V at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phase_2</name>
                       <description>sso expected phase angle at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elong_2</name>
                       <description>sso expected elongation at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_ra_cos_de_2</name>
                       <description>sso expected proper motion along ra axis at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>arcsec/min</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_de_2</name>
                       <description>sso expected proper motion along dec axis at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>arcsec/min</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_dot_2</name>
                       <description>expected sso distance to the sso from the satellite at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>km/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos2_deg_err</name>
                       <description>sso expected positional error at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xmatch_type</name>
                       <description>type of match (2: inside FoV;1: pos+error radius crossing FoV;3:sso path crossing FoV)</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_70</name>
                       <description>sso theoretical flux at 70 micron</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_100</name>
                       <description>sso theoretical flux at 100 micron</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_160</name>
                       <description>sso theoretical flux at 160 micron</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_250</name>
                       <description>sso theoretical flux at 250 micron</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_350</name>
                       <description>sso theoretical flux at 350 micron</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_500</name>
                       <description>sso theoretical flux at 500 micron</description>
                       <unit>mJy</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>is_visible</name>
                       <description>flag indicating if corresponding detection is above flux sensitivity</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="164537" esatapplus:size_bytes="0" type="base_table">
                    <name>sso_20190705.xmatch_hst_aster</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_id</name>
                       <description>sso identifier (astorb database)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_name</name>
                       <description>sso name (astorb db)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>observation identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_name</name>
                       <description>instrument</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>target name of the observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>start time of the observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exposure_duration</name>
                       <description>total time duration of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg_1</name>
                       <description>sso expected right ascension (J2000) at the start time of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg_1</name>
                       <description>sso expected declination (J2000) at the start time of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_1</name>
                       <description>expected distance to the sso from the satellite at the start time of the observation</description>
                       <unit>au</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_1</name>
                       <description>sso expected v magnitude at the start time of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phase_1</name>
                       <description>sso expected phase angle at the start time of the observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elong_1</name>
                       <description>sso expected elongation at the start time of the observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_ra_cos_de_1</name>
                       <description>sso expected proper motion along ra axis at the start time of the observation</description>
                       <unit>arcsec/min</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_de_1</name>
                       <description>sso expected proper motion along dec axis at the start time of the observation</description>
                       <unit>arcsec/min</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_dot_1</name>
                       <description>sso expected speed at the start time of the observation</description>
                       <unit>km/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos1_deg_err</name>
                       <description>sso positional error at the start time of the observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg_2</name>
                       <description>sso positional error at the start time of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg_2</name>
                       <description>sso expected declination (J2000) at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_2</name>
                       <description>expected distance to the sso from the satellite at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>au</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_2</name>
                       <description>sso expected magnitude V at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phase_2</name>
                       <description>sso expected phase angle at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elong_2</name>
                       <description>sso expected elongation at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_ra_cos_de_2</name>
                       <description>sso expected proper motion along ra axis at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>arcsec/min</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_de_2</name>
                       <description>sso expected proper motion along dec axis at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>arcsec/min</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_dot_2</name>
                       <description>expected sso distance to the sso from the satellite at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>km/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos2_deg_err</name>
                       <description>sso expected positional error at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xmatch_type</name>
                       <description>type of match (2: inside FoV;1: pos+error radius crossing FoV;3:sso path crossing FoV)</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="168498" esatapplus:size_bytes="0" type="base_table">
                    <name>sso_20190705.xmatch_xmm_aster</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_id</name>
                       <description>sso identifier (astorb database)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sso_name</name>
                       <description>sso name (astorb db)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <description>observation identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>indexed</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_name</name>
                       <description>target name of the observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter</name>
                       <description>filter/band of the observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_time</name>
                       <description>start time of the observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>total exposure time of the observation</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg_1</name>
                       <description>sso expected right ascension (J2000) at the start time of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg_1</name>
                       <description>sso expected declination (J2000) at the start time of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_1</name>
                       <description>expected distance to the sso from the satellite at the start time of the observation</description>
                       <unit>au</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_1</name>
                       <description>sso expected v magnitude at the start time of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phase_1</name>
                       <description>sso expected phase angle at the start time of the observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elong_1</name>
                       <description>sso expected elongation at the start time of the observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_ra_cos_de_1</name>
                       <description>sso expected proper motion along ra axis at the start time of the observation</description>
                       <unit>arcsec/min</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_de_1</name>
                       <description>sso expected proper motion along dec axis at the start time of the observation</description>
                       <unit>arcsec/min</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_dot_1</name>
                       <description>sso expected speed at the start time of the observation</description>
                       <unit>km/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos1_deg_err</name>
                       <description>sso positional error at the start time of the observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_deg_2</name>
                       <description>sso positional error at the start time of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_deg_2</name>
                       <description>sso expected declination (J2000) at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_2</name>
                       <description>expected distance to the sso from the satellite at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>au</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_2</name>
                       <description>sso expected magnitude V at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>phase_2</name>
                       <description>sso expected phase angle at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>elong_2</name>
                       <description>sso expected elongation at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_ra_cos_de_2</name>
                       <description>sso expected proper motion along ra axis at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>arcsec/min</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mu_de_2</name>
                       <description>sso expected proper motion along dec axis at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>arcsec/min</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_dot_2</name>
                       <description>expected sso distance to the sso from the satellite at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>km/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pos2_deg_err</name>
                       <description>sso expected positional error at the end time of the observation, end time computed as the start time plus duration of the observation</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xmatch_type</name>
                       <description>type of match (2: inside FoV;1: pos+error radius crossing FoV;3:sso path crossing FoV)</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mlim_obs</name>
                       <description>limiting magnitude of the observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>v_mag_1_corrected</name>
                       <description>sso expected magnitude V at the start of the observation, zero-point corrected for the specific instrument filter</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>is_visible</name>
                       <description>flag indicating if corresponding detection is above limiting magnitude </description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>tap_config</name>
                 <table esatapplus:flags="0" esatapplus:size="5" esatapplus:size_bytes="8192" type="base_table">
                    <name>tap_config.coord_sys</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epoch</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>equinox</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>system</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xml_output</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="5" esatapplus:size_bytes="0" type="base_table">
                    <name>tap_config.properties</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"key"</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"value"</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>tap_descriptors</name>
                 <table esatapplus:flags="0" type="base_table">
                    <name>tap_descriptors.descriptors</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>intersect_polygon_query</name>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mission</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>name_short</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>
                 </table>
                 <table esatapplus:flags="0" type="base_table">
                    <name>tap_descriptors.sso_extras</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>descriptor_table_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>xmatch_table</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>tap_schema</name>
                 <table esatapplus:flags="0" esatapplus:size="10" esatapplus:size_bytes="0" type="base_table">
                    <name>tap_schema.columns</name>
                    <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="false">
                       <name>flags</name>
                       <dataType xsi:type="vs:VOTableType">int</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="false">
                       <name>"public"</name>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ref</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="true">
                       <name>"size"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>std</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>table_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>ucd</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>unit</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>utype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>xtype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <foreignKey>
                       <targetTable>tap_schema.tables</targetTable>
                       <fkColumn>
                          <fromColumn>table_name</fromColumn>
                          <targetColumn>table_name</targetColumn>
                       </fkColumn>
                       <description>TAP schema table name</description>
                    </foreignKey>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="0" esatapplus:size_bytes="0" type="base_table">
                    <name>tap_schema.functions</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>array_dims</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>array_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>function_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"public"</name>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>return_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>schema_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="196" esatapplus:size_bytes="0" type="base_table">
                    <name>tap_schema.functions_arguments</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>all_functions_id</name>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>arg_order</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>arg_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>argument_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>arraysize</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>default_value</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>max_value</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>min_value</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"public"</name>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="5" esatapplus:size_bytes="0" type="base_table">
                    <name>tap_schema.key_columns</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>from_column</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>key_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>target_column</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <foreignKey>
                       <targetTable>tap_schema.keys</targetTable>
                       <fkColumn>
                          <fromColumn>key_id</fromColumn>
                          <targetColumn>key_id</targetColumn>
                       </fkColumn>
                       <description>TAP schema key columns key id</description>
                    </foreignKey>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="0" esatapplus:size_bytes="0" type="base_table">
                    <name>tap_schema.keys</name>
                    <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="false">
                       <name>from_schema</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="false">
                       <name>"public"</name>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target_schema</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>target_table</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>utype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <foreignKey>
                       <targetTable>tap_schema.tables</targetTable>
                       <fkColumn>
                          <fromColumn>from_table</fromColumn>
                          <targetColumn>table_name</targetColumn>
                       </fkColumn>
                       <description>TAP schema keys from table</description>
                    </foreignKey>
                    <foreignKey>
                       <targetTable>tap_schema.tables</targetTable>
                       <fkColumn>
                          <fromColumn>target_table</fromColumn>
                          <targetColumn>table_name</targetColumn>
                       </fkColumn>
                       <description>TAP schema keys target table</description>
                    </foreignKey>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="3" esatapplus:size_bytes="0" type="base_table">
                    <name>tap_schema.schemas</name>
                    <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="false">
                       <name>"public"</name>
                       <dataType xsi:type="vs:VOTableType">boolean</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="false">
                       <name>title</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>utype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="1" esatapplus:size_bytes="0" type="base_table">
                    <name>tap_schema.tables</name>
                    <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="false">
                       <name>flags</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hierarchy</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"public"</name>
                       <dataType xsi:type="vs:VOTableType">boolean</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>