<?xml-stylesheet href='/static/xsl/oai.xsl' type='text/xsl'?>
<ri:Resource created="2017-03-10T08:31:55" status="active" updated="2026-06-30T22:01:39.082" version="1.2" xmlns:esatapplus="http://esa.int/xml/EsaTapPlus" xmlns:ri="http://www.ivoa.net/xml/RegistryInterface/v1.0" xmlns:tr="http://www.ivoa.net/xml/TAPRegExt/v1.0" xmlns:vr="http://www.ivoa.net/xml/VOResource/v1.0" xmlns:vs="http://www.ivoa.net/xml/VODataService/v1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ivoa.net/xml/TAPRegExt/v1.0 http://vo.ari.uni-heidelberg.de/docs/schemata/TAPRegExt.xsd http://www.ivoa.net/xml/VOResource/v1.0 http://vo.ari.uni-heidelberg.de/docs/schemata/VOResource.xsd http://www.ivoa.net/xml/VODataService/v1.1 http://vo.ari.uni-heidelberg.de/docs/schemata/VODataService.xsd" xsi:type="vs:CatalogService">
           <title>XMM-Newton data and catalogues</title>
           <shortName>XMM</shortName>
           <identifier>ivo://esavo/xmm/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>XMM-Newton, X-rays, ESA, ESAC</subject>
              <description>This service provides access to XMM-Newton data and catalogues generated by the ESA XMM mission hosted at the ESAC Science Data Centre</description>
              <referenceURL>http://archives.esac.esa.int/xmm</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://nxsa.esac.esa.int/tap-server/tap</accessURL>
              </interface>
              <language>
                 <name>ADQL</name>
                 <version ivo-id="ivo://ivoa.net/std/ADQL#v2.0">2.0</version>
                 <version ivo-id="ivo://ivoa.net/std/ADQL#v2.1">2.1</version>
                 <description>ADQL 2.1</description>
                 <languageFeatures type="ivo://ivoa.net/std/tapregext#features-udf">
                    <feature>
                       <form>esdc_array_dims(n VARCHAR) -&gt; VARCHAR</form>
                       <description>
        						Returns a text representation of array dimensions
        						Parameters:
        							n: Input array.</description>
                    </feature>
                    <feature>
                       <form>esdc_array_element(n VARCHAR, position INTEGER) -&gt; VARCHAR</form>
                       <description>
        						Returns the requested element (second argument) of the provided array as first argument in the input
        						Parameters:
        							n: Input array.
        							position: array position of the element to be retrieved where position = 1 refers to the first array element</description>
                    </feature>
                    <feature>
                       <form>esdc_array_length(n VARCHAR, dim INTEGER) -&gt; INTEGER</form>
                       <description>
        						Returns the length of the requested array dimension
        						Parameters:
        							n: Input array.
        							dim: Input dimension.</description>
                    </feature>
                    <feature>
                       <form>esdc_array_ndims(n VARCHAR) -&gt; INTEGER</form>
                       <description>
        						Returns the number of dimensions of the array.
        						Parameters:
        							n: Input array.</description>
                    </feature>
                    <feature>
                       <form>esdc_astrometric_parameter_error(e_ra_deg DOUBLE, e_de_deg DOUBLE, e_plx DOUBLE, e_pm_ra DOUBLE, e_pm_de DOUBLE, de_ra DOUBLE, plx_ra DOUBLE, pm_ra_ra DOUBLE, pm_de_ra DOUBLE, plx_de DOUBLE, pm_ra_de DOUBLE, pm_de_de DOUBLE, pm_ra_plx DOUBLE, pm_de_plx DOUBLE, pm_de_pm_ra DOUBLE, parallax DOUBLE, radial_velocity DOUBLE, e_rv DOUBLE) -&gt; DOUBLE[21]</form>
                       <description>
        						Returns the astrometric parameter errors double array to be used as input for epoch_prop() function
        						Parameters:
        							e_ra_deg: Standard Error in Right Ascension (mas)
        							e_de_deg: Standard Error in Declination (mas)
        							e_plx: Standard Error in Parallax (mas)
        							e_pm_ra: Standard Error in Proper Motion in RA (mas/yr)
        							e_pm_de: Standard Error in Proper Motion in Dec (mas/yr)
        							de_ra: Correlation Coefficient RA/Dec
        							plx_ra: Correlation Coefficient Parallax/RA
        							pm_ra_ra: Correlation Coefficient Proper Motion in RA/RA
        							pm_de_ra: Correlation Coefficient Proper Motion in Dec/RA
        							plx_de: Correlation Coefficient Parallax/Dec
        							pm_ra_de: Correlation Coefficient Proper Motion in RA/Dec
        							pm_de_de: Correlation Coefficient, Proper Motion in Dec/Dec
        							pm_ra_plx: Correlation Coefficient Proper Motion in RA/Parallax
        							pm_de_plx: Correlation Coefficient, Proper Motion in Dec/Parallax
        							pm_de_pm_ra: Correlation Coefficient, Proper Motion in RA/Proper Motion in Dec
        							parallax: Parallax (mas)
        							radial_velocity: Radial Velocity (km/s)
        							e_rv: Standard Error in Radial Velocity (km/s)</description>
                    </feature>
                    <feature>
                       <form>esdc_astrometric_parameters(ra DOUBLE, de DOUBLE, parallax DOUBLE, pm_ra DOUBLE, pm_de DOUBLE, radial_velocity DOUBLE) -&gt; DOUBLE[6]</form>
                       <description>
        						Returns the astrometric parameters double array to be used as input for epoch_prop() function
        						Parameters:
        							ra: Right Ascension (deg)
        							de: Declination (deg)
        							parallax: Parallax (mas)
        							pm_ra: Proper Motion in Right Ascension (mas/yr)
        							pm_de: Proper Motion in Declination (mas/yr)
        							radial_velocity: Radial Velocity (km/s)</description>
                    </feature>
                    <feature>
                       <form>esdc_cardinality(n VARCHAR) -&gt; INTEGER</form>
                       <description>
        						Returns the total number of elements in the array, or 0 if the array is empty.
        						Parameters:
        							n: Input array.</description>
                    </feature>
                    <feature>
                       <form>esdc_case_condition(default_value VARCHAR, conditions VARCHAR, results VARCHAR) -&gt; VARCHAR</form>
                       <description>
        						For an array of input conditions and results, return the first one found true.
        						Parameters:
        							default_value: Value to return if all conditions are false.
        							conditions: Input conditions array.
        							results: Input results array.</description>
                    </feature>
                    <feature>
                       <form>esdc_case_expression(input_value VARCHAR, default_value VARCHAR, condition_values VARCHAR, results VARCHAR) -&gt; VARCHAR</form>
                       <description>
        						For an array of input conditions and results, return the first one found equal to input value.
        						Parameters:
        							input_value: Value to compare condition values with.
        							default_value: Value to return if none of condition_values equal input_value.
        							condition_values: Input results array.
        							results: Input results array.</description>
                    </feature>
                    <feature>
                       <form>esdc_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>
              <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://nxsa.esac.esa.int/tap-server/tap/availability </accessURL>
              </interface>
           </capability>
           <capability standardID="ivo://ivoa.net/std/VOSI#tables-1.1">
              <interface role="std" version="1.1" xsi:type="vs:ParamHTTP">
                 <accessURL use="full">https://nxsa.esac.esa.int/tap-server/tap/tables</accessURL>
              </interface>
           </capability>
           <capability standardID="ivo://ivoa.net/std/DALI#examples">
              <interface xsi:type="vr:WebBrowser">
                 <accessURL use="full">https://nxsa.esac.esa.int/tap-server/tap/examples/</accessURL>
              </interface>
           </capability>
           <capability standardID="ivo://ivoa.net/std/VOSI#capabilities">
              <interface role="std" version="1.0" xsi:type="vs:ParamHTTP">
                 <accessURL use="full"> https://nxsa.esac.esa.int/tap-server/tap/capabilities </accessURL>
              </interface>
           </capability>
           <tableset xsi:schemaLocation="http://www.ivoa.net/xml/VODataService/v1.1 http://www.ivoa.net/xml/VODataService/v1.1 http://esa.int/xml/EsaTapPlus https://nxsa.esac.esa.int/tap-server/xml/esaTapPlusAttributes.xsd" xsi:type="vs:TableSet">
              <schema esatapplus:public="true">
                 <name>esasky</name>
                 <table esatapplus:flags="0" esatapplus:size="3397248" esatapplus:size_bytes="5431689216" type="base_table">
                    <name>esasky.epic_source_cat</name>
                    <description>The XMM-Newton Serendipitous Source Catalogue: 5XMM-DR15</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_id</name>
                       <description>XMM-Newton observation identification of the detection</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </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>
                       <flag>primary</flag>
                    </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>pps_srcnum</name>
                       <description>The (decimal) source number in the individual PPS source list for this observation. When expressed in the hexadecimal system it identifies the source-specific product files belonging to this detection</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 that comprise the stack</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_contrib</name>
                       <description>Number of observations of the unique source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_exp</name>
                       <description>Total number of individual instrument observations of the unique source</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 (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</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>radec_err</name>
                       <description>Quadratic sum of 1-sigma errors in RA and DEC</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sum_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>ep_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>revolut</name>
                       <description>XMM-Newton revolution number of the observation</description>
                       <unit>orbit</unit>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii</name>
                       <description>Galactic longitude of the detection in degrees corresponding to the coordinates RA and DEC.</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 of the detection in degrees corresponding to the coordinates RA and DEC.</description>
                       <unit>deg</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 taking into account blended sources</description>
                       <dataType xsi:type="vs:VOTableType">int</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-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_parallax_over_error</name>
                       <description>Gaia DR3 catalogue source parallax over error</description>
                       <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 EP_FLUX</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_source_id</name>
                       <description>Gaia DR3 catalogue source ID</description>
                       <dataType xsi:type="vs:VOTableType">long</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux_err</name>
                       <description>1-sigma error on EP_1_FLUX</description>
                       <unit>erg.cm-2.s-1</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux_err</name>
                       <description>1-sigma error on EP_2_FLUX</description>
                       <unit>erg.cm-2.s-1</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux_err</name>
                       <description>1-sigma error on EP_3_FLUX</description>
                       <unit>erg.cm-2.s-1</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux_err</name>
                       <description>1-sigma error on EP_4_FLUX</description>
                       <unit>erg.cm-2.s-1</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux_err</name>
                       <description>1-sigma error on EP_5_FLUX</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flux</name>
                       <description>EPIC pn flux in the 0.2-12.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</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 in the 0.2-0.5 keV band</description>
                       <unit>erg.cm-2.s-1</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_1_FLUX</description>
                       <unit>erg.cm-2.s-1</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 in the 0.5-1.0 keV band</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_chisq_dof</name>
                       <description>OM B band variability measure degrees of freedom</description>
                       <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_2_FLUX</description>
                       <unit>erg.cm-2.s-1</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 in the 1.0-2.0 keV band</description>
                       <unit>erg.cm-2.s-1</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_3_FLUX</description>
                       <unit>erg.cm-2.s-1</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 in the 2.0-4.5 keV band</description>
                       <unit>erg.cm-2.s-1</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_4_FLUX</description>
                       <unit>erg.cm-2.s-1</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 the 4.5-12.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flux</name>
                       <description>EPIC MOS1 flux in the 0.2-12.0 keV band</description>
                       <unit>erg.cm-2.s-1</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_FLUX</description>
                       <unit>erg.cm-2.s-1</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 the 0.2-0.5 keV band</description>
                       <unit>erg.cm-2.s-1</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_1_FLUX</description>
                       <unit>erg.cm-2.s-1</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 the 0.5-1.0 keV band</description>
                       <unit>erg.cm-2.s-1</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_2_FLUX</description>
                       <unit>erg.cm-2.s-1</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 the 1.0-2.0 keV band</description>
                       <unit>erg.cm-2.s-1</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_3_FLUX</description>
                       <unit>erg.cm-2.s-1</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 the 2.0-4.5 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</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 the 4.5-12.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flux</name>
                       <description>EPIC MOS2 flux in the 0.2-12.0 keV 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>m2_flux_err</name>
                       <description>1-sigma error on M2_FLUX</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>m2_1_flux</name>
                       <description>EPIC MOS2 flux in the 0.2-0.5 keV 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>m2_1_flux_err</name>
                       <description>1-sigma error on M2_1_FLUX</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>m2_2_flux</name>
                       <description>EPIC MOS2 flux in the 0.5-1.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</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 the 1.0-2.0 keV 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>m2_3_flux_err</name>
                       <description>1-sigma error on M2_3_FLUX</description>
                       <unit>erg.cm-2.s-1</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 the 2.0-4.5 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</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 the 4.5-12.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_rate</name>
                       <description>EPIC count rate in the 0.2-12.0 keV band</description>
                       <unit>counts.s-1</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_cts</name>
                       <description>EPIC counts in the 0.2-12.0 keV band</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>extent</name>
                       <description>Extent radius determined 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>extent_err</name>
                       <description>1-sigma symmetric 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>Extent likelihood, negative values imply point-like, L &gt;= 4 implies extended</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 of energy bands 1 and 2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1_err</name>
                       <description>1-sigma error on EP_HR1</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 of energy bands 2 and 3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2_err</name>
                       <description>1-sigma error on EP_HR2</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 of energy bands 3 and 4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3_err</name>
                       <description>1-sigma error on EP_HR3</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 of energy bands 4 and 5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4_err</name>
                       <description>1-sigma error on EP_HR4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1</name>
                       <description>EPIC/pn hardness ratio of energy bands 1 and 2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1_err</name>
                       <description>1-sigma error on PN_HR1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2</name>
                       <description>EPIC/pn hardness ratio of energy bands 2 and 3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2_err</name>
                       <description>1-sigma error on PN_HR2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3</name>
                       <description>EPIC/pn hardness ratio of energy bands 3 and 4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3_err</name>
                       <description>1-sigma error on PN_HR3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4</name>
                       <description>EPIC/pn hardness ratio of energy bands 4 and 5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4_err</name>
                       <description>1-sigma error on PN_HR4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1</name>
                       <description>EPIC/MOS1 hardness ratio of energy bands 1 and 2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1_err</name>
                       <description>1-sigma error on M1_HR1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2</name>
                       <description>EPIC/MOS1 hardness ratio of energy bands 2 and 3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2_err</name>
                       <description>1-sigma error on M1_HR2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3</name>
                       <description>EPIC/MOS1 hardness ratio of energy bands 3 and 4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3_err</name>
                       <description>1-sigma error on M1_HR3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4</name>
                       <description>EPIC/MOS1 hardness ratio of energy bands 4 and 5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4_err</name>
                       <description>1-sigma error on M1_HR4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1</name>
                       <description>EPIC/MOS2 hardness ratio of energy bands 1 and 2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1_err</name>
                       <description>1-sigma error on M2_HR1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2</name>
                       <description>EPIC/MOS2 hardness ratio of energy bands 2 and 3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2_err</name>
                       <description>1-sigma error on M2_HR2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3</name>
                       <description>EPIC/MOS2 hardness ratio of energy bands 3 and 4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3_err</name>
                       <description>1-sigma error on M2_HR3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4</name>
                       <description>EPIC/MOS2 hardness ratio of energy bands 4 and 5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4_err</name>
                       <description>1-sigma error on M2_HR4</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 the 0.2-0.5 keV band of 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_exp</name>
                       <description>PSF-weighted exposure of the detection in the 0.5-1.0 keV band of 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_exp</name>
                       <description>PSF-weighted exposure of the detection in the 1.0-2.0 keV band of 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_exp</name>
                       <description>PSF-weighted exposure of the detection in the 2.0-4.5 keV band of 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_exp</name>
                       <description>PSF-weighted exposure of the detection in the 4.5-12.0 keV band of EPIC/pn</description>
                       <unit>s</unit>
                       <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 the 0.2-0.5 keV band of 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_exp</name>
                       <description>PSF-weighted exposure of the detection in the 0.5-1.0 keV band of 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_exp</name>
                       <description>PSF-weighted exposure of the detection in the 1.0-2.0 keV band of 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_exp</name>
                       <description>PSF-weighted exposure of the detection in the 2.0-4.5 keV band of 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_exp</name>
                       <description>PSF-weighted exposure of the detection in the 4.5-12.0 keV band of EPIC/MOS1</description>
                       <unit>s</unit>
                       <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 the 0.2-0.5 keV band of 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_exp</name>
                       <description>PSF-weighted exposure of the detection in the 0.5-1.0 keV band of 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_exp</name>
                       <description>PSF-weighted exposure of the detection in the 1.0-2.0 keV band of 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_exp</name>
                       <description>PSF-weighted exposure of the detection in the 2.0-4.5 keV band of 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_exp</name>
                       <description>PSF-weighted exposure of the detection in the 4.5-12.0 keV band of EPIC/MOS2</description>
                       <unit>s</unit>
                       <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 in 0.2-12.0 keV band</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_bg</name>
                       <description>EPIC/pn background map in the 0.2-0.5 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_bg</name>
                       <description>EPIC/pn background map in the 0.5-1.0 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_bg</name>
                       <description>EPIC/pn background map in the 1.0-2.0 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_bg</name>
                       <description>EPIC/pn background map in the 2.0-4.5 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_bg</name>
                       <description>EPIC/pn background map in the 4.5-12.0 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <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 in 0.2-12.0 keV band</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_bg</name>
                       <description>EPIC/MOS1 background map in the 0.2-0.5 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_bg</name>
                       <description>EPIC/MOS1 background map in the 0.5-1.0 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_bg</name>
                       <description>EPIC/MOS1 background map in the 1.0-2.0 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_bg</name>
                       <description>EPIC/MOS1 background map in the 2.0-4.5 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_bg</name>
                       <description>EPIC/MOS1 background map in the 4.5-12.0 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <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 in 0.2-12.0 keV band</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_bg</name>
                       <description>EPIC/MOS2 background map in the 0.2-0.5 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_bg</name>
                       <description>EPIC/MOS2 background map in the 0.5-1.0 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_bg</name>
                       <description>EPIC/MOS2 background map in the 1.0-2.0 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_bg</name>
                       <description>EPIC/MOS2 background map in the 2.0-4.5 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_bg</name>
                       <description>EPIC/MOS2 background map in the 4.5-12.0 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_ontime</name>
                       <description>Total good EPIC exposure time</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_ontime</name>
                       <description>Total good EPIC/pn exposure time</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_ontime</name>
                       <description>Total good EPIC/MOS1 exposure time</description>
                       <unit>s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_ontime</name>
                       <description>Total good EPIC/MOS2 exposure time</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. A value below 1 corresponds to negligible pile-up (less than a few % flux loss) while values larger than 10 denote heavy pile-up</description>
                       <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. A value below 1 corresponds to negligible pile-up (less than a few % flux loss) while values larger than 10 denote heavy pile-up</description>
                       <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. A value below 1 corresponds to negligible pile-up (less than a few % flux loss) while values larger than 10 denote heavy pile-up</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>m1_maskfrac</name>
                       <description>PSF-weighted detector coverage in EPIC/MOS1</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/MOS2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </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>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_vig</name>
                       <description>EPIC/pn vignetting factor in the 0.2-0.5 keV band in this observation</description>
                       <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 the 0.5-1.0 keV band in this observation</description>
                       <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 the 1.0-2.0 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_vig</name>
                       <description>EPIC/pn vignetting factor in the 2.0-4.5 keV band in this observation</description>
                       <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 the 4.5-12.0 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_vig</name>
                       <description>EPIC/MOS1 vignetting factor in the 0.2-0.5 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_vig</name>
                       <description>EPIC/MOS1 vignetting factor in the 0.5-1.0 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_vig</name>
                       <description>EPIC/MOS1 vignetting factor in the 1.0-2.0 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_vig</name>
                       <description>EPIC/MOS1 vignetting factor in the 2.0-4.5 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_vig</name>
                       <description>EPIC/MOS1 vignetting factor in the 4.5-12.0 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_vig</name>
                       <description>EPIC/MOS2 vignetting factor in the 0.2-0.5 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_vig</name>
                       <description>EPIC/MOS2 vignetting factor in the 0.5-1.0 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_vig</name>
                       <description>EPIC/MOS2 vignetting factor in the 1.0-2.0 keV band in this observation</description>
                       <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 the 2.0-4.5 keV band in this observation</description>
                       <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 the 4.5-12.0 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_flag</name>
                       <description>EPIC detection quality flags</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flag</name>
                       <description>EPIC/pn detection quality flags</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flag</name>
                       <description>EPIC/MOS1 detection quality flags</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flag</name>
                       <description>EPIC/MOS2 detection quality flags</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_chisq</name>
                       <description>OM B band variability measure (chi squared from fitting a constant value)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2</name>
                       <description>Reduced chi squared of EPIC band 0.2-12.0 keV inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_chisq_dof</name>
                       <description>OM V band variability measure degrees of freedom</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob</name>
                       <description>Probability that the EPIC band 0.2-12.0 keV flux variability is consistent with zero</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio</name>
                       <description>Maximum EPIC flux ratio band 0.2-12.0 keV</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_parallax</name>
                       <description>Gaia DR3 catalogue source parallax</description>
                       <unit>mas</unit>
                       <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 FRATIO</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_parallax_error</name>
                       <description>Gaia DR3 catalogue source parallax error</description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_pm_ra</name>
                       <description>Gaia DR3 catalogue source right ascension proper motion</description>
                       <unit>mas yr-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxvar</name>
                       <description>Maximum EPIC inter-observation flux difference in terms of sigma</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_pm_dec</name>
                       <description>Gaia DR3 catalogue source declination proper motion</description>
                       <unit>mas yr-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_match_prob</name>
                       <description>Probability of the Gaia and X-ray source match</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classopt_prob_galaxy</name>
                       <description>Optical classification posterior probability that the source is a galaxy</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_flux_err_up_pl</name>
                       <description>Upper 1-sigma (84th percentile) confidence limit of EPIC absorbed flux of absorbed powerlaw spectral fit (0.2-12.0 keV)</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>spec_nh_pl</name>
                       <description>EPIC equivalent Hydrogen column density NH from absorbed powerlaw full spectral fit</description>
                       <unit>cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_nh_err_up_pl</name>
                       <description>Upper 1-sigma (84th percentile) confidence limit of EPIC NH of absorbed powerlaw spectral fit</description>
                       <unit>cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_gamma_err_up_pl</name>
                       <description>Upper 1-sigma (84th percentile) confidence limit of EPIC photon index of absorbed powerlaw spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_iin_pl</name>
                       <description>EPIC inter-instrument normalisation from absorbed powerlaw full spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_iin_err_lo_pl</name>
                       <description>Lower 1-sigma (16th percentile) confidence limit of EPIC inter-instrument normalisation of absorbed powerlaw spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_pvalue_pl</name>
                       <description>Pvalue of absorbed powerlaw full spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_flag_pl</name>
                       <description>Flag that indicates possible issues with powerlaw spectral fit. A value of 0 indicates no issues</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_zsp</name>
                       <description>Spectral redshift</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_tpz_z_best</name>
                       <description>Redshift determined using the TPZ method</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_source_cat_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>approx_source_var</name>
                       <description>Long-term variability factor obtained from multi X-ray mission data. Provided for sources with variability &gt;5, at ~95% confidence</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classopt_class</name>
                       <description>Output class given by the optical source classification</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classopt_prob_agn</name>
                       <description>Optical classification posterior probability that the source is an AGN</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classopt_prob_star</name>
                       <description>Optical classification posterior probability that the source is a star</description>
                       <dataType xsi:type="vs:VOTableType">double</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>stack_det_ml</name>
                       <description>Detection maximum likelihood using fitting of the 5 band spectrum (0.2-12.0 keV)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_flux</name>
                       <description>Mean flux of spectral detection using fitting of the 5 band spectrum (0.2-12.0 keV)</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_flux_err</name>
                       <description>1-sigma symmetric error on STACK_FLUX</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2prob</name>
                       <description>Null hypothesis probability of the chi-squared test of constancy applied to the source time series. For a detection it is the smallest value across all instruments/exposures with a time series; for a stacked source it is the smallest value across all contributing detections.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fvar</name>
                       <description>Fractional excess variance of the source time series. For a detection it is taken from the instrument/exposure with the smallest CHI2PROB; for a stacked source it is taken from the contributing detection with the smallest CHI2PROB. Negative values from the time-series fit are reported as NULL.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fvar_err</name>
                       <description>1-sigma uncertainty on FVAR. For a detection it is taken from the instrument/exposure with the smallest CHI2PROB; for a stacked source it is taken from the contributing detection with the smallest CHI2PROB. Negative values from the time-series fit are reported as NULL.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_flag</name>
                       <description>Variability flag set to True when CHI2PROB is below 1e-5; False otherwise (including when no time series is available - check CHI2PROB IS NOT NULL to distinguish 'not variable' from 'no data').</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_class</name>
                       <description>Output class given by the X-ray source classification</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_outlier</name>
                       <description>X-ray classification outlier measure</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_agn</name>
                       <description>X-ray classification posterior probability that the source is an AGN</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_star</name>
                       <description>X-ray classification posterior probability that the source is a star</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_gal_xrb</name>
                       <description>X-ray classification posterior probability that the source is a galactic X-ray binary</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_gal_cv</name>
                       <description>X-ray classification posterior probability that the source is a CV</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_bkg_agn</name>
                       <description>X-ray classification posterior probability that the source is a background AGN, i.e. not in foreground galaxy</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_extragal_xrb</name>
                       <description>X-ray classification posterior probability that the source is an extragalactic X-ray binary</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_extended</name>
                       <description>X-ray classification posterior probability that the source is extended</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_srcid</name>
                       <description>Identification of the OM source in SUSS v6.2</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_ab_mag</name>
                       <description>OM UVW2 band magnitude (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_ab_mag_err</name>
                       <description>OM UVW2 band magnitude error (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_chisq</name>
                       <description>OM V band variability measure (chi squared from fitting a constant value)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_ab_mag</name>
                       <description>OM UVM2 band magnitude (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_ab_mag_err</name>
                       <description>OM UVM2 band magnitude error (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_ab_mag</name>
                       <description>OM UVW1 band magnitude (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_ab_mag_err</name>
                       <description>OM UVW1 band magnitude error (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_ab_mag</name>
                       <description>OM U band magnitude (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_ab_mag_err</name>
                       <description>OM U band magnitude error (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_ab_mag</name>
                       <description>OM B band magnitude (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_ab_mag_err</name>
                       <description>OM B band magnitude error (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_ab_mag</name>
                       <description>OM V band magnitude (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_ab_mag_err</name>
                       <description>OM V band magnitude error (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_match_prob</name>
                       <description>Probability of the OM and X-ray source match</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_quality_flag</name>
                       <description>OM UVW2 band quality flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_quality_flag</name>
                       <description>OM UVM2 band quality flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_quality_flag</name>
                       <description>OM UVW1 band quality flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_quality_flag</name>
                       <description>OM U band quality flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_quality_flag</name>
                       <description>OM B band quality flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_quality_flag</name>
                       <description>OM V band quality flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_dof_pl</name>
                       <description>Degrees of freedom of absorbed powerlaw full spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_extended_flag</name>
                       <description>OM UVW2 band extent flag. 1 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_flux_err_lo_pl</name>
                       <description>Lower 1-sigma (16th percentile) confidence limit of EPIC absorbed flux of absorbed powerlaw spectral fit (0.2-12.0 keV)</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>om_uvm2_extended_flag</name>
                       <description>OM UVM2 band extent flag. 1 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_flux_pl</name>
                       <description>EPIC absorbed flux from absorbed powerlaw full spectral fit (0.2-12.0 keV)</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>om_uvw1_extended_flag</name>
                       <description>OM UVW1 band extent flag. 1 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_gamma_err_lo_pl</name>
                       <description>Lower 1-sigma (16th percentile) confidence limit of EPIC photon index of absorbed powerlaw spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_extended_flag</name>
                       <description>OM U band extent flag. 1 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_gamma_pl</name>
                       <description>EPIC photon index from absorbed powerlaw full spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_extended_flag</name>
                       <description>OM B band extent flag. 1 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_iin_err_up_pl</name>
                       <description>Upper 1-sigma (84th percentile) confidence limit of EPIC inter-instrument normalisation of absorbed powerlaw spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_extended_flag</name>
                       <description>OM V band extent flag. 1 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_nh_err_lo_pl</name>
                       <description>Lower 1-sigma (16th percentile) confidence limit of EPIC NH of absorbed powerlaw spectral fit</description>
                       <unit>cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_chisq</name>
                       <description>OM UVW2 band variability measure (chi squared from fitting a constant value)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_chisq_dof</name>
                       <description>OM UVW2 band variability measure degrees of freedom</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_chisq</name>
                       <description>OM UVM2 band variability measure (chi squared from fitting a constant value)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_chisq_dof</name>
                       <description>OM UVM2 band variability measure degrees of freedom</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_chisq</name>
                       <description>OM UVW1 band variability measure (chi squared from fitting a constant value)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_chisq_dof</name>
                       <description>OM UVW1 band variability measure degrees of freedom</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_chisq</name>
                       <description>OM U band variability measure (chi squared from fitting a constant value)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_chisq_dof</name>
                       <description>OM U band variability measure degrees of freedom</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_tpz_flag_zconf</name>
                       <description>Confidence limit on redshift using the TPZ method</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_lph_z_best</name>
                       <description>Redshift determined using the LePhare method</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_lph_flag_zconf</name>
                       <description>Confidence limit on redshift using the LePhare method</description>
                       <dataType xsi:type="vs:VOTableType">double</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">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="384" esatapplus:size_bytes="3178496" type="base_table">
                    <name>esasky.epic_source_cat_q3c_maxmin</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcid_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcid_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pps_srcnum_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pps_srcnum_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_obs_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_obs_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_contrib_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_contrib_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_exp_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_exp_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sum_flag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sum_flag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_det_ml_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_det_ml_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>revolut_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>revolut_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_blend_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_blend_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_parallax_over_error_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_parallax_over_error_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_source_id_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_source_id_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_chisq_dof_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_chisq_dof_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_rate_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_rate_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_rate_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_rate_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_cts_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_cts_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_cts_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_cts_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent_ml_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent_ml_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_exp_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_exp_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_exp_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_exp_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_exp_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_exp_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_exp_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_exp_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_exp_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_exp_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_exp_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_exp_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_exp_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_exp_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_exp_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_exp_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_exp_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_exp_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_exp_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_exp_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_exp_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_exp_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_exp_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_exp_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_exp_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_exp_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_exp_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_exp_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_exp_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_exp_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_bg_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_bg_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_bg_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_bg_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_bg_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_bg_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_bg_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_bg_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_bg_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_bg_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_bg_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_bg_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_bg_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_bg_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_bg_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_bg_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_bg_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_bg_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_bg_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_bg_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_bg_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_bg_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_bg_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_bg_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_bg_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_bg_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_bg_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_bg_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_bg_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_bg_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_bg_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_bg_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_bg_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_bg_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_bg_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_bg_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_ontime_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_ontime_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_ontime_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_ontime_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_ontime_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_ontime_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_ontime_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_ontime_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_pileup_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_pileup_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_pileup_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_pileup_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_pileup_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_pileup_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_maskfrac_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_maskfrac_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_maskfrac_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_maskfrac_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_maskfrac_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_maskfrac_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_ref_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_ref_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_vig_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_vig_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_vig_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_vig_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_vig_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_vig_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_vig_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_vig_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_vig_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_vig_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_vig_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_vig_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_vig_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_vig_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_vig_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_vig_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_vig_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_vig_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_vig_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_vig_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_vig_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_vig_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_vig_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_vig_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_vig_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_vig_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_vig_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_vig_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_vig_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_vig_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_chisq_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_chisq_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_chisq_dof_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_chisq_dof_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_parallax_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_parallax_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_parallax_error_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_parallax_error_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_pm_ra_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_pm_ra_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxvar_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxvar_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_pm_dec_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_pm_dec_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_match_prob_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_match_prob_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classopt_prob_galaxy_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classopt_prob_galaxy_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_flux_err_up_pl_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_flux_err_up_pl_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_nh_pl_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_nh_pl_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_nh_err_up_pl_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_nh_err_up_pl_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_gamma_err_up_pl_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_gamma_err_up_pl_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_iin_pl_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_iin_pl_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_iin_err_lo_pl_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_iin_err_lo_pl_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_pvalue_pl_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_pvalue_pl_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_flag_pl_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_flag_pl_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_zsp_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_zsp_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_tpz_z_best_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_tpz_z_best_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_source_cat_oid_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_source_cat_oid_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>approx_source_var_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>approx_source_var_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classopt_prob_agn_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classopt_prob_agn_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classopt_prob_star_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classopt_prob_star_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_first_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_first_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_last_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_last_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_det_ml_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_det_ml_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_flux_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_flux_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_flux_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_flux_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2prob_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2prob_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fvar_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fvar_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fvar_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fvar_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_outlier_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_outlier_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_agn_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_agn_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_star_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_star_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_gal_xrb_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_gal_xrb_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_gal_cv_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_gal_cv_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_bkg_agn_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_bkg_agn_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_extragal_xrb_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_extragal_xrb_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_extended_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_extended_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_srcid_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_srcid_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_ab_mag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_ab_mag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_ab_mag_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_ab_mag_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_chisq_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_chisq_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_ab_mag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_ab_mag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_ab_mag_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_ab_mag_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_ab_mag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_ab_mag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_ab_mag_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_ab_mag_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_ab_mag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_ab_mag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_ab_mag_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_ab_mag_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_ab_mag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_ab_mag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_ab_mag_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_ab_mag_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_ab_mag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_ab_mag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_ab_mag_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_ab_mag_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_match_prob_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_match_prob_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_quality_flag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_quality_flag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_quality_flag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_quality_flag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_quality_flag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_quality_flag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_quality_flag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_quality_flag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_quality_flag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_quality_flag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_quality_flag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_quality_flag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_dof_pl_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_dof_pl_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_extended_flag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_extended_flag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_flux_err_lo_pl_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_flux_err_lo_pl_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_extended_flag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_extended_flag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_flux_pl_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_flux_pl_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_extended_flag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_extended_flag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_gamma_err_lo_pl_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_gamma_err_lo_pl_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_extended_flag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_extended_flag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_gamma_pl_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_gamma_pl_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_extended_flag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_extended_flag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_iin_err_up_pl_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_iin_err_up_pl_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_extended_flag_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_extended_flag_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_nh_err_lo_pl_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_nh_err_lo_pl_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_chisq_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_chisq_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_chisq_dof_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_chisq_dof_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_chisq_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_chisq_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_chisq_dof_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_chisq_dof_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_chisq_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_chisq_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_chisq_dof_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_chisq_dof_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_chisq_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_chisq_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_chisq_dof_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_chisq_dof_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_tpz_flag_zconf_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_tpz_flag_zconf_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_lph_z_best_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_lph_z_best_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_lph_flag_zconf_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_lph_flag_zconf_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moc_ipix</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moc_order</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="29692" esatapplus:size_bytes="1351680" type="base_table">
                    <name>esasky.epic_source_cat_q3c_moc</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moc_count</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moc_ipix</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moc_order</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="121662" esatapplus:size_bytes="88260608" type="base_table">
                    <name>esasky.slew_source_cat</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcname</name>
                       <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>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>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>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>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>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>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>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>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>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_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>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>
                    <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>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_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>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>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>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>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>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>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>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>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_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>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>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_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_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_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_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>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>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_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>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>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_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>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>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_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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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_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>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>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_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>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>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>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>rassname</name>
                       <dataType xsi:type="vs:VOTableType">char</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_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>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>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>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>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>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>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>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>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_xmmsl1</name>
                       <description>XMMSL1 name</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>
                       <unit>pixels</unit>
                       <dataType xsi:type="vs:VOTableType">int</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>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="384" esatapplus:size_bytes="1081344" type="base_table">
                    <name>esasky.slew_source_cat_q3c_maxmin</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moc_ipix</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moc_order</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcnum_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcnum_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>us_extras_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>us_extras_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b8_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b8_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b8_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b8_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b7_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b7_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b7_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b7_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b6_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b6_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b6_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rate_b6_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b8_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b8_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b8_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b8_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b7_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b7_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b7_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b7_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b6_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b6_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b6_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b6_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                       <flag>primary</flag>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b8_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b8_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b8_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b8_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b7_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b7_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b7_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b7_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b6_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b6_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b6_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b6_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x_ima_b8_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x_ima_b8_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_ima_b8_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_ima_b8_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x_ima_b7_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x_ima_b7_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_ima_b7_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_ima_b7_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x_ima_b6_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>x_ima_b6_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_ima_b6_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_ima_b6_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_ml_b8_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_ml_b8_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_ml_b7_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_ml_b7_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_ml_b6_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>det_ml_b6_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_ml_b8_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_ml_b8_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_ml_b7_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_ml_b7_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_ml_b6_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_ml_b6_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b8_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b8_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b8_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b8_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b7_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b7_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b7_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b7_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b6_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b6_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b6_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ext_b6_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bg_map_b8_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bg_map_b8_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bg_map_b7_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bg_map_b7_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bg_map_b6_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bg_map_b6_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exp_map_b8_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exp_map_b8_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exp_map_b7_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exp_map_b7_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exp_map_b6_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exp_map_b6_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hr1_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hr1_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hr1_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>hr1_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_b8_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_b8_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_b8_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_b8_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii_b8_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii_b8_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_b8_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_b8_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii_b8_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii_b8_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_b7_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_b7_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_b7_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_b7_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_b7_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_b7_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii_b7_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii_b7_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii_b7_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii_b7_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_b6_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_b6_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_b6_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec_b6_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_b6_err_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>radec_b6_err_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii_b6_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii_b6_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii_b6_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii_b6_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_dist_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>id_dist_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>image_bg_rate_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>image_bg_rate_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rass_dist_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rass_dist_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_start_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_start_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_stop_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mjd_stop_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filt_cnts_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filt_cnts_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unfilt_cnts_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>unfilt_cnts_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix_maxval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>npix_minval</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="76315" esatapplus:size_bytes="3416064" type="base_table">
                    <name>esasky.slew_source_cat_q3c_moc</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moc_count</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moc_ipix</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moc_order</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>job_upload</name>
              </schema>
              <schema esatapplus:public="true">
                 <name>public</name>
                 <table esatapplus:flags="0" esatapplus:size="1" type="base_table">
                    <name>public.dual</name>
                    <description>auxiliary table to be used as dummy "from"</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>dummy</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>tap_config</name>
                 <table esatapplus:flags="0" esatapplus:size="5" type="base_table">
                    <name>tap_config.coord_sys</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>epoch</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>equinox</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>system</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>xml_output</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="2" type="base_table">
                    <name>tap_config.properties</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>"key"</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>"value"</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>tap_schema</name>
                 <table esatapplus:flags="0" type="base_table">
                    <name>tap_schema.columns</name>
                    <description>TAP SCHEMA columns</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>arraysize</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>column_index</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>column_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>datatype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>db_column_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>indexed</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>principal</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>schema_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>"size"</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>std</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>table_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>ucd</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>unit</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>utype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>xtype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <foreignKey>
                       <targetTable>tap_schema.tables</targetTable>
                       <fkColumn>
                          <fromColumn>table_name</fromColumn>
                          <targetColumn>table_name</targetColumn>
                       </fkColumn>
                       <description>TAP schema table name</description>
                    </foreignKey>
                 </table>
                 <table esatapplus:flags="0" type="base_table">
                    <name>tap_schema.key_columns</name>
                    <description>TAP SCHEMA key columns</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>from_column</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>key_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>target_column</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <foreignKey>
                       <targetTable>tap_schema.keys</targetTable>
                       <fkColumn>
                          <fromColumn>key_id</fromColumn>
                          <targetColumn>key_id</targetColumn>
                       </fkColumn>
                       <description>TAP schema key columns key id</description>
                    </foreignKey>
                 </table>
                 <table esatapplus:flags="0" type="base_table">
                    <name>tap_schema.keys</name>
                    <description>TAP SCHEMA keys</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>from_table</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>key_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>target_table</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>utype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <foreignKey>
                       <targetTable>tap_schema.tables</targetTable>
                       <fkColumn>
                          <fromColumn>from_table</fromColumn>
                          <targetColumn>table_name</targetColumn>
                       </fkColumn>
                       <description>TAP schema keys from table</description>
                    </foreignKey>
                    <foreignKey>
                       <targetTable>tap_schema.tables</targetTable>
                       <fkColumn>
                          <fromColumn>target_table</fromColumn>
                          <targetColumn>table_name</targetColumn>
                       </fkColumn>
                       <description>TAP schema keys target table</description>
                    </foreignKey>
                 </table>
                 <table esatapplus:flags="0" type="base_table">
                    <name>tap_schema.schemas</name>
                    <description>TAP SCHEMA schemas</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>db_schema_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>schema_index</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>schema_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>utype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" type="base_table">
                    <name>tap_schema.tables</name>
                    <description>TAP SCHEMA tables</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>db_table_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>schema_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"size"</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>size_bytes</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>table_index</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>table_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>table_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="true">
                       <name>utype</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <foreignKey>
                       <targetTable>tap_schema.schemas</targetTable>
                       <fkColumn>
                          <fromColumn>schema_name</fromColumn>
                          <targetColumn>schema_name</targetColumn>
                       </fkColumn>
                       <description>TAP schema schema name</description>
                    </foreignKey>
                 </table>
              </schema>
              <schema esatapplus:public="true">
                 <name>tap_upload</name>
              </schema>
              <schema esatapplus:public="true">
                 <name>xsa</name>
                 <table esatapplus:flags="0" esatapplus:size="36600" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.data_product</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filename</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filepath</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"level"</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obsid</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="10" esatapplus:size_bytes="32768" type="base_table">
                    <name>xsa.image_gallery_categories</name>
                    <description>Auxiliary categories metadata table for the archive UI image gallery</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cat_description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cat_id</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cat_title</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="40" esatapplus:size_bytes="98304" type="base_table">
                    <name>xsa.image_gallery_subcategories</name>
                    <description>Auxiliary subcategories metadata table for the archive UI image gallery</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>cat_id</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sub_description</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sub_id</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sub_title</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="1022790" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.joint_exposure_info</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exposure_id</name>
                       <description>Exposure Identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exposure_oid</name>
                       <description>Internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter</name>
                       <description>Exposure Filter</description>
                       <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>is_scientific</name>
                       <description>If it is Scientific Exposure</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mode</name>
                       <description>Instrument Mode</description>
                       <dataType xsi:type="vs:VOTableType">char</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</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="18516" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.joint_observation_info</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>abstract</name>
                       <description>Proposal Abstract text</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ao</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>category</name>
                       <description>Proposal Category</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>coord_obs</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>coord_type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>description</name>
                       <description>Target Type description</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">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>footprint_fov</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>heasarc_code</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>is_public</name>
                       <description>If the observation is public</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mosaic</name>
                       <description>If the observation is part of a mosaic (or a mosaic parent)</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mosaic_parent</name>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>moving_target</name>
                       <description>If the observation contains a moving target</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_fov_scircle</name>
                       <dataType xsi:type="vs:VOTableType">double</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</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>odf_version</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pi_first_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pi_name</name>
                       <description>PI first name or surname</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pi_surname</name>
                       <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>pps_version</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>processed</name>
                       <description>If the observation has PPS available</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_id</name>
                       <description>Proposal Identifier</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</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_h</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>revolution</name>
                       <description>The XMM-Newton revolution number</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>seq_id</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_utc</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>std_odf</name>
                       <description>If the observation has a standard (or non-problematic) ODF</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target</name>
                       <description>Target name given by proposer</description>
                       <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="false">
                       <name>type</name>
                       <description>Prposal Program</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>with_science</name>
                       <description>If the observation is processed and contains science products</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="3397248" esatapplus:size_bytes="5124399104" type="base_table">
                    <name>xsa.small_epic_source_cat</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>approx_source_var</name>
                       <description>Long-term variability factor obtained from multi X-ray mission data. Provided for sources with variability &gt;5, at ~95% confidence</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii</name>
                       <description>Galactic latitude of the detection in degrees corresponding to the coordinates RA and DEC.</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>chi2prob</name>
                       <description>Null hypothesis probability of the chi-squared test of constancy applied to the source time series. For a detection it is the smallest value across all instruments/exposures with a time series; for a stacked source it is the smallest value across all contributing detections.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classopt_class</name>
                       <description>Output class given by the optical source classification</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classopt_prob_agn</name>
                       <description>Optical classification posterior probability that the source is an AGN</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classopt_prob_galaxy</name>
                       <description>Optical classification posterior probability that the source is a galaxy</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classopt_prob_star</name>
                       <description>Optical classification posterior probability that the source is a star</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_class</name>
                       <description>Output class given by the X-ray source classification</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_outlier</name>
                       <description>X-ray classification outlier measure</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_agn</name>
                       <description>X-ray classification posterior probability that the source is an AGN</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_bkg_agn</name>
                       <description>X-ray classification posterior probability that the source is a background AGN, i.e. not in foreground galaxy</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_extended</name>
                       <description>X-ray classification posterior probability that the source is extended</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_extragal_xrb</name>
                       <description>X-ray classification posterior probability that the source is an extragalactic X-ray binary</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_gal_cv</name>
                       <description>X-ray classification posterior probability that the source is a CV</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_gal_xrb</name>
                       <description>X-ray classification posterior probability that the source is a galactic X-ray binary</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_star</name>
                       <description>X-ray classification posterior probability that the source is a star</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux_err</name>
                       <description>1-sigma error on EP_1_FLUX</description>
                       <unit>erg.cm-2.s-1</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux_err</name>
                       <description>1-sigma error on EP_2_FLUX</description>
                       <unit>erg.cm-2.s-1</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux_err</name>
                       <description>1-sigma error on EP_3_FLUX</description>
                       <unit>erg.cm-2.s-1</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux_err</name>
                       <description>1-sigma error on EP_4_FLUX</description>
                       <unit>erg.cm-2.s-1</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux_err</name>
                       <description>1-sigma error on EP_5_FLUX</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_cts</name>
                       <description>EPIC counts in the 0.2-12.0 keV band</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>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_flag</name>
                       <description>EPIC detection quality flags</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-2.s-1</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 EP_FLUX</description>
                       <unit>erg.cm-2.s-1</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 of energy bands 1 and 2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1_err</name>
                       <description>1-sigma error on EP_HR1</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 of energy bands 2 and 3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2_err</name>
                       <description>1-sigma error on EP_HR2</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 of energy bands 3 and 4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3_err</name>
                       <description>1-sigma error on EP_HR3</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 of energy bands 4 and 5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4_err</name>
                       <description>1-sigma error on EP_HR4</description>
                       <dataType xsi:type="vs:VOTableType">double</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>Total good EPIC exposure time</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>EPIC count rate in the 0.2-12.0 keV band</description>
                       <unit>counts.s-1</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent</name>
                       <description>Extent radius determined 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>extent_err</name>
                       <description>1-sigma symmetric 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>Extent likelihood, negative values imply point-like, L &gt;= 4 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxvar</name>
                       <description>Maximum EPIC inter-observation 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>Maximum EPIC flux ratio band 0.2-12.0 keV</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 FRATIO</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fvar</name>
                       <description>Fractional excess variance of the source time series. For a detection it is taken from the instrument/exposure with the smallest CHI2PROB; for a stacked source it is taken from the contributing detection with the smallest CHI2PROB. Negative values from the time-series fit are reported as NULL.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fvar_err</name>
                       <description>1-sigma uncertainty on FVAR. For a detection it is taken from the instrument/exposure with the smallest CHI2PROB; for a stacked source it is taken from the contributing detection with the smallest CHI2PROB. Negative values from the time-series fit are reported as NULL.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_parallax</name>
                       <description>Gaia DR3 catalogue source parallax</description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_parallax_error</name>
                       <description>Gaia DR3 catalogue source parallax error</description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_parallax_over_error</name>
                       <description>Gaia DR3 catalogue source parallax over error</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_pm_dec</name>
                       <description>Gaia DR3 catalogue source declination proper motion</description>
                       <unit>mas yr-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_pm_ra</name>
                       <description>Gaia DR3 catalogue source right ascension proper motion</description>
                       <unit>mas yr-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_source_id</name>
                       <description>Gaia DR3 catalogue source ID</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_match_prob</name>
                       <description>Probability of the Gaia and X-ray source match</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>lii</name>
                       <description>Galactic longitude of the detection in degrees corresponding to the coordinates RA and DEC.</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>EPIC/MOS1 background map in the 0.2-0.5 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <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 the 0.2-0.5 keV band of 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 the 0.2-0.5 keV band</description>
                       <unit>erg.cm-2.s-1</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_1_FLUX</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_vig</name>
                       <description>EPIC/MOS1 vignetting factor in the 0.2-0.5 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_bg</name>
                       <description>EPIC/MOS1 background map in the 0.5-1.0 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <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 the 0.5-1.0 keV band of 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 the 0.5-1.0 keV band</description>
                       <unit>erg.cm-2.s-1</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_2_FLUX</description>
                       <unit>erg.cm-2.s-1</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 the 0.5-1.0 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_bg</name>
                       <description>EPIC/MOS1 background map in the 1.0-2.0 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <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 the 1.0-2.0 keV band of 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 the 1.0-2.0 keV band</description>
                       <unit>erg.cm-2.s-1</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_3_FLUX</description>
                       <unit>erg.cm-2.s-1</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 the 1.0-2.0 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_bg</name>
                       <description>EPIC/MOS1 background map in the 2.0-4.5 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <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 the 2.0-4.5 keV band of 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 the 2.0-4.5 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</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 the 2.0-4.5 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_bg</name>
                       <description>EPIC/MOS1 background map in the 4.5-12.0 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <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 the 4.5-12.0 keV band of 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 the 4.5-12.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</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 the 4.5-12.0 keV band in this 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 in 0.2-12.0 keV band</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flag</name>
                       <description>EPIC/MOS1 detection quality flags</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flux</name>
                       <description>EPIC MOS1 flux in the 0.2-12.0 keV band</description>
                       <unit>erg.cm-2.s-1</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_FLUX</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1</name>
                       <description>EPIC/MOS1 hardness ratio of energy bands 1 and 2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1_err</name>
                       <description>1-sigma error on M1_HR1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2</name>
                       <description>EPIC/MOS1 hardness ratio of energy bands 2 and 3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2_err</name>
                       <description>1-sigma error on M1_HR2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3</name>
                       <description>EPIC/MOS1 hardness ratio of energy bands 3 and 4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3_err</name>
                       <description>1-sigma error on M1_HR3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4</name>
                       <description>EPIC/MOS1 hardness ratio of energy bands 4 and 5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4_err</name>
                       <description>1-sigma error on M1_HR4</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/MOS1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_ontime</name>
                       <description>Total good EPIC/MOS1 exposure time</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. A value below 1 corresponds to negligible pile-up (less than a few % flux loss) while values larger than 10 denote heavy pile-up</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_bg</name>
                       <description>EPIC/MOS2 background map in the 0.2-0.5 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <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 the 0.2-0.5 keV band of 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 the 0.2-0.5 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_vig</name>
                       <description>EPIC/MOS2 vignetting factor in the 0.2-0.5 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_bg</name>
                       <description>EPIC/MOS2 background map in the 0.5-1.0 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <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 the 0.5-1.0 keV band of 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 the 0.5-1.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</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 the 0.5-1.0 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_bg</name>
                       <description>EPIC/MOS2 background map in the 1.0-2.0 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <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 the 1.0-2.0 keV band of 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 the 1.0-2.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</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 the 1.0-2.0 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_bg</name>
                       <description>EPIC/MOS2 background map in the 2.0-4.5 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <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 the 2.0-4.5 keV band of 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 the 2.0-4.5 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</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 the 2.0-4.5 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_bg</name>
                       <description>EPIC/MOS2 background map in the 4.5-12.0 keV band at detection position</description>
                       <unit>counts.pixel-1</unit>
                       <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 the 4.5-12.0 keV band of 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 the 4.5-12.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</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 the 4.5-12.0 keV band in this 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 in 0.2-12.0 keV band</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flag</name>
                       <description>EPIC/MOS2 detection quality flags</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flux</name>
                       <description>EPIC MOS2 flux in the 0.2-12.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1</name>
                       <description>EPIC/MOS2 hardness ratio of energy bands 1 and 2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1_err</name>
                       <description>1-sigma error on M2_HR1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2</name>
                       <description>EPIC/MOS2 hardness ratio of energy bands 2 and 3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2_err</name>
                       <description>1-sigma error on M2_HR2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3</name>
                       <description>EPIC/MOS2 hardness ratio of energy bands 3 and 4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3_err</name>
                       <description>1-sigma error on M2_HR3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4</name>
                       <description>EPIC/MOS2 hardness ratio of energy bands 4 and 5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4_err</name>
                       <description>1-sigma error on M2_HR4</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/MOS2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_ontime</name>
                       <description>Total good EPIC/MOS2 exposure time</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. A value below 1 corresponds to negligible pile-up (less than a few % flux loss) while values larger than 10 denote heavy pile-up</description>
                       <dataType xsi:type="vs:VOTableType">double</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 taking into account blended 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 observations of the unique source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_exp</name>
                       <description>Total number of individual instrument observations of the unique source</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 that comprise the stack</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 of the detection</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_ab_mag</name>
                       <description>OM B band magnitude (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_ab_mag_err</name>
                       <description>OM B band magnitude error (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_chisq</name>
                       <description>OM B band variability measure (chi squared from fitting a constant value)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_chisq_dof</name>
                       <description>OM B band variability measure degrees of freedom</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_extended_flag</name>
                       <description>OM B band extent flag. 1 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_quality_flag</name>
                       <description>OM B band quality flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_match_prob</name>
                       <description>Probability of the OM and X-ray source match</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_srcid</name>
                       <description>Identification of the OM source in SUSS v6.2</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_ab_mag</name>
                       <description>OM U band magnitude (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_ab_mag_err</name>
                       <description>OM U band magnitude error (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_chisq</name>
                       <description>OM U band variability measure (chi squared from fitting a constant value)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_chisq_dof</name>
                       <description>OM U band variability measure degrees of freedom</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_extended_flag</name>
                       <description>OM U band extent flag. 1 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_quality_flag</name>
                       <description>OM U band quality flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_ab_mag</name>
                       <description>OM UVM2 band magnitude (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_ab_mag_err</name>
                       <description>OM UVM2 band magnitude error (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_chisq</name>
                       <description>OM UVM2 band variability measure (chi squared from fitting a constant value)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_chisq_dof</name>
                       <description>OM UVM2 band variability measure degrees of freedom</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_extended_flag</name>
                       <description>OM UVM2 band extent flag. 1 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_quality_flag</name>
                       <description>OM UVM2 band quality flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_ab_mag</name>
                       <description>OM UVW1 band magnitude (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_ab_mag_err</name>
                       <description>OM UVW1 band magnitude error (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_chisq</name>
                       <description>OM UVW1 band variability measure (chi squared from fitting a constant value)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_chisq_dof</name>
                       <description>OM UVW1 band variability measure degrees of freedom</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_extended_flag</name>
                       <description>OM UVW1 band extent flag. 1 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_quality_flag</name>
                       <description>OM UVW1 band quality flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_ab_mag</name>
                       <description>OM UVW2 band magnitude (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_ab_mag_err</name>
                       <description>OM UVW2 band magnitude error (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_chisq</name>
                       <description>OM UVW2 band variability measure (chi squared from fitting a constant value)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_chisq_dof</name>
                       <description>OM UVW2 band variability measure degrees of freedom</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_extended_flag</name>
                       <description>OM UVW2 band extent flag. 1 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_quality_flag</name>
                       <description>OM UVW2 band quality flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_ab_mag</name>
                       <description>OM V band magnitude (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_ab_mag_err</name>
                       <description>OM V band magnitude error (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_chisq</name>
                       <description>OM V band variability measure (chi squared from fitting a constant value)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_chisq_dof</name>
                       <description>OM V band variability measure degrees of freedom</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_extended_flag</name>
                       <description>OM V band extent flag. 1 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_quality_flag</name>
                       <description>OM V band quality flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_bg</name>
                       <description>EPIC/pn background map in the 0.2-0.5 keV band at detection position</description>
                       <unit>counts.pixel-1</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 the 0.2-0.5 keV band of 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 in the 0.2-0.5 keV band</description>
                       <unit>erg.cm-2.s-1</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_1_FLUX</description>
                       <unit>erg.cm-2.s-1</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 the 0.2-0.5 keV band 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>EPIC/pn background map in the 0.5-1.0 keV band at detection position</description>
                       <unit>counts.pixel-1</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 the 0.5-1.0 keV band of 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 in the 0.5-1.0 keV band</description>
                       <unit>erg.cm-2.s-1</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_2_FLUX</description>
                       <unit>erg.cm-2.s-1</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 the 0.5-1.0 keV band 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>EPIC/pn background map in the 1.0-2.0 keV band at detection position</description>
                       <unit>counts.pixel-1</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 the 1.0-2.0 keV band of 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 in the 1.0-2.0 keV band</description>
                       <unit>erg.cm-2.s-1</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_3_FLUX</description>
                       <unit>erg.cm-2.s-1</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 the 1.0-2.0 keV band 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>EPIC/pn background map in the 2.0-4.5 keV band at detection position</description>
                       <unit>counts.pixel-1</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 the 2.0-4.5 keV band of 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 in the 2.0-4.5 keV band</description>
                       <unit>erg.cm-2.s-1</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_4_FLUX</description>
                       <unit>erg.cm-2.s-1</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 the 2.0-4.5 keV band 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>EPIC/pn background map in the 4.5-12.0 keV band at detection position</description>
                       <unit>counts.pixel-1</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 the 4.5-12.0 keV band of 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 the 4.5-12.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</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 the 4.5-12.0 keV band 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 in 0.2-12.0 keV band</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flag</name>
                       <description>EPIC/pn detection quality flags</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flux</name>
                       <description>EPIC pn flux in the 0.2-12.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1</name>
                       <description>EPIC/pn hardness ratio of energy bands 1 and 2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1_err</name>
                       <description>1-sigma error on PN_HR1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2</name>
                       <description>EPIC/pn hardness ratio of energy bands 2 and 3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2_err</name>
                       <description>1-sigma error on PN_HR2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3</name>
                       <description>EPIC/pn hardness ratio of energy bands 3 and 4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3_err</name>
                       <description>1-sigma error on PN_HR3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4</name>
                       <description>EPIC/pn hardness ratio of energy bands 4 and 5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4_err</name>
                       <description>1-sigma error on PN_HR4</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_ontime</name>
                       <description>Total good EPIC/pn exposure time</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. A value below 1 corresponds to negligible pile-up (less than a few % flux loss) while values larger than 10 denote heavy pile-up</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pps_srcnum</name>
                       <description>The (decimal) source number in the individual PPS source list for this observation. When expressed in the hexadecimal system it identifies the source-specific product files belonging to this detection</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension (J2000)</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>Quadratic sum of 1-sigma errors in RA and DEC</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_lph_flag_zconf</name>
                       <description>Confidence limit on redshift using the LePhare method</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_lph_z_best</name>
                       <description>Redshift determined using the LePhare method</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_tpz_flag_zconf</name>
                       <description>Confidence limit on redshift using the TPZ method</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_tpz_z_best</name>
                       <description>Redshift determined using the TPZ method</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_zsp</name>
                       <description>Spectral redshift</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>spec_dof_pl</name>
                       <description>Degrees of freedom of absorbed powerlaw full spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_flag_pl</name>
                       <description>Flag that indicates possible issues with powerlaw spectral fit. A value of 0 indicates no issues</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_flux_err_lo_pl</name>
                       <description>Lower 1-sigma (16th percentile) confidence limit of EPIC absorbed flux of absorbed powerlaw spectral fit (0.2-12.0 keV)</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>spec_flux_err_up_pl</name>
                       <description>Upper 1-sigma (84th percentile) confidence limit of EPIC absorbed flux of absorbed powerlaw spectral fit (0.2-12.0 keV)</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>spec_flux_pl</name>
                       <description>EPIC absorbed flux from absorbed powerlaw full spectral fit (0.2-12.0 keV)</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>spec_gamma_err_lo_pl</name>
                       <description>Lower 1-sigma (16th percentile) confidence limit of EPIC photon index of absorbed powerlaw spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_gamma_err_up_pl</name>
                       <description>Upper 1-sigma (84th percentile) confidence limit of EPIC photon index of absorbed powerlaw spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_gamma_pl</name>
                       <description>EPIC photon index from absorbed powerlaw full spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_iin_err_lo_pl</name>
                       <description>Lower 1-sigma (16th percentile) confidence limit of EPIC inter-instrument normalisation of absorbed powerlaw spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_iin_err_up_pl</name>
                       <description>Upper 1-sigma (84th percentile) confidence limit of EPIC inter-instrument normalisation of absorbed powerlaw spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_iin_pl</name>
                       <description>EPIC inter-instrument normalisation from absorbed powerlaw full spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_nh_err_lo_pl</name>
                       <description>Lower 1-sigma (16th percentile) confidence limit of EPIC NH of absorbed powerlaw spectral fit</description>
                       <unit>cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_nh_err_up_pl</name>
                       <description>Upper 1-sigma (84th percentile) confidence limit of EPIC NH of absorbed powerlaw spectral fit</description>
                       <unit>cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_nh_pl</name>
                       <description>EPIC equivalent Hydrogen column density NH from absorbed powerlaw full spectral fit</description>
                       <unit>cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_pvalue_pl</name>
                       <description>Pvalue of absorbed powerlaw full spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</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>stack_det_ml</name>
                       <description>Detection maximum likelihood using fitting of the 5 band spectrum (0.2-12.0 keV)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_flux</name>
                       <description>Mean flux of spectral detection using fitting of the 5 band spectrum (0.2-12.0 keV)</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_flux_err</name>
                       <description>1-sigma symmetric error on STACK_FLUX</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sum_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>var_chi2</name>
                       <description>Reduced chi squared of EPIC band 0.2-12.0 keV inter-observation variability</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_flag</name>
                       <description>Variability flag set to True when CHI2PROB is below 1e-5; False otherwise (including when no time series is available - check CHI2PROB IS NOT NULL to distinguish 'not variable' from 'no data').</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob</name>
                       <description>Probability that the EPIC band 0.2-12.0 keV flux variability is consistent with zero</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="9920390" esatapplus:size_bytes="3144335360" type="base_table">
                    <name>xsa.small_om_source_cat</name>
                    <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>
                    </column>
                    <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_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_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_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</name>
                       <description>Source Declination coordinate (deg)</description>
                       <unit>degrees</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>
                    </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>obsid</name>
                       <description>Source OBSID number</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </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>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Source Right Ascension coordinate (deg)</description>
                       <unit>degrees</unit>
                       <dataType xsi:type="vs:VOTableType">double</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</name>
                       <description>Source flux 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_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_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_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_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</name>
                       <description>Source flux 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_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_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_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</name>
                       <description>Source flux 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_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_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_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</name>
                       <description>Source flux 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_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_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_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</name>
                       <description>Source flux 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_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_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_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>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="121662" esatapplus:size_bytes="87195648" type="base_table">
                    <name>xsa.small_slew_source_cat</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</name>
                       <description>Declination J2000 [degrees] </description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</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">int</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>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>
                    </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>
                    </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>
                    </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>
                    </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>
                    </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>
                    </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>ra</name>
                       <description>Right Ascension [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</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>srcname</name>
                       <description>This is the official name for sources detected in the XMM-Newton slew survey</description>
                       <dataType xsi:type="vs:VOTableType">char</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">int</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">int</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>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="17704" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_all_observations</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>citext</name>
                       <description>Target name</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>
                       <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">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_utc</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>footprint_fov</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>heasarc_code</name>
                       <description>HEASARC Object Classification</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>moving_target</name>
                       <description>If the observation contains a moving target</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_equatorial_spoint</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_fov_scircle</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_galactic_spoint</name>
                       <dataType xsi:type="vs:VOTableType">double</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>Observation internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>odf_proc_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>odf_version</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>position_angle</name>
                       <description>Position Angle [degrees] </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pps_proc_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pps_version</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proprietary_end_date</name>
                       <description>Propietary period expiry date</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>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_nom</name>
                       <description>Right Ascension </description>
                       <unit>decimal hours</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>revolution</name>
                       <description>The XMM-Newton revolution number.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sas_version</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>seq_id</name>
                       <description>Pipeline sequence</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_utc</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>stc_s</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>with_science</name>
                       <description>Processed observation with science products</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="1075828" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_epic_source</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>dec</name>
                       <description>Declination J2000 [degrees] </description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_det_ml</name>
                       <description>Detection Likelihood</description>
                       <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_ext_err</name>
                       <description>EPIC Source Extent Error</description>
                       <unit>arcsec</unit>
                       <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_source_equatorial_spoint</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_source_fov_scircle</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>epic_source_galactic_spoint</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_tot</name>
                       <description>EPIC total band count rate of this source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_tot_err</name>
                       <description>Error on the EPIC total band count rate of this source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_tot_flux</name>
                       <description>Total 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>ep_tot_flux_err</name>
                       <description>Error on Total 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>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_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_tot</name>
                       <description>MOS1 Total Count Rate [counts/s]</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_tot_flux</name>
                       <description>MOS1 Total Flux [erg cm-2 s-1]</description>
                       <unit>erg/cm**2/s</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_tot</name>
                       <description>MOS2Total Count Rate [counts/s]</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_tot_flux</name>
                       <description>MOS2Total Flux [erg cm-2 s-1]</description>
                       <unit>erg/cm**2/s</unit>
                       <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>om_id1</name>
                       <description>Source number of OM PPS source possibly associated</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_id1_dist</name>
                       <description>Distance to OM_ID1 [arcsec]</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_id2</name>
                       <description>Source number of OM PPS source possibly associated</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_id2_dist</name>
                       <description>Distance to OM_ID2[arcsec]</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_id3</name>
                       <description>Source number of OM PPS source possibly associated</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_id3_dist</name>
                       <description>Distance to OM_ID3 [arcsec]</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_id4</name>
                       <description>Source number of OM PPS source possibly associated</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_id4_dist</name>
                       <description>Distance to OM_ID4 [arcsec]</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_id5</name>
                       <description>Source number of OM PPS source possibly associated</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_id5_dist</name>
                       <description>Distance to OM_ID5 [arcsec]</description>
                       <unit>arcsec</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_tot</name>
                       <description>PN Total Count Rate [counts/s]</description>
                       <unit>counts/s</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_tot_flux</name>
                       <description>PN Total Flux [erg cm-2 s-1]</description>
                       <unit>erg/cm**2/s</unit>
                       <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>
                       <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>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>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="3397248" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_epic_source_cat</name>
                    <description>The XMM-Newton Serendipitous Source Catalogue: 5XMM-DR15</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>approx_source_var</name>
                       <description>Long-term variability factor obtained from multi X-ray mission data. Provided for sources with variability &gt;5, at ~95% confidence</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii</name>
                       <description>Galactic latitude of the detection in degrees corresponding to the coordinates RA and DEC.</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>chi2prob</name>
                       <description>Null hypothesis probability of the chi-squared test of constancy applied to the source time series. For a detection it is the smallest value across all instruments/exposures with a time series; for a stacked source it is the smallest value across all contributing detections.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classopt_class</name>
                       <description>Output class given by the optical source classification</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classopt_prob_agn</name>
                       <description>Optical classification posterior probability that the source is an AGN</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classopt_prob_galaxy</name>
                       <description>Optical classification posterior probability that the source is a galaxy</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classopt_prob_star</name>
                       <description>Optical classification posterior probability that the source is a star</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_class</name>
                       <description>Output class given by the X-ray source classification</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_outlier</name>
                       <description>X-ray classification outlier measure</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_agn</name>
                       <description>X-ray classification posterior probability that the source is an AGN</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_bkg_agn</name>
                       <description>X-ray classification posterior probability that the source is a background AGN, i.e. not in foreground galaxy</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_extended</name>
                       <description>X-ray classification posterior probability that the source is extended</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_extragal_xrb</name>
                       <description>X-ray classification posterior probability that the source is an extragalactic X-ray binary</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_gal_cv</name>
                       <description>X-ray classification posterior probability that the source is a CV</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_gal_xrb</name>
                       <description>X-ray classification posterior probability that the source is a galactic X-ray binary</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>classx_prob_star</name>
                       <description>X-ray classification posterior probability that the source is a star</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination (J2000)</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dist_nn</name>
                       <description>Distance to the nearest neighbouring detection</description>
                       <unit>arcsec</unit>
                       <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>ell_major</name>
                       <description>Major semi-axis of the positional error ellipse</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ell_minor</name>
                       <description>Minor semi-axis of the positional error ellipse</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ell_pa</name>
                       <description>Rotation angle of the positional error ellipse</description>
                       <unit>deg</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_1_flux_err</name>
                       <description>1-sigma error on EP_1_FLUX</description>
                       <unit>erg.cm-2.s-1</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_2_flux_err</name>
                       <description>1-sigma error on EP_2_FLUX</description>
                       <unit>erg.cm-2.s-1</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_3_flux_err</name>
                       <description>1-sigma error on EP_3_FLUX</description>
                       <unit>erg.cm-2.s-1</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_4_flux_err</name>
                       <description>1-sigma error on EP_4_FLUX</description>
                       <unit>erg.cm-2.s-1</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_5_flux_err</name>
                       <description>1-sigma error on EP_5_FLUX</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_cts</name>
                       <description>EPIC counts in the 0.2-12.0 keV band</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>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_flag</name>
                       <description>EPIC detection quality flags</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-2.s-1</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 EP_FLUX</description>
                       <unit>erg.cm-2.s-1</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 of energy bands 1 and 2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr1_err</name>
                       <description>1-sigma error on EP_HR1</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 of energy bands 2 and 3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr2_err</name>
                       <description>1-sigma error on EP_HR2</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 of energy bands 3 and 4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr3_err</name>
                       <description>1-sigma error on EP_HR3</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 of energy bands 4 and 5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_hr4_err</name>
                       <description>1-sigma error on EP_HR4</description>
                       <dataType xsi:type="vs:VOTableType">double</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_offax</name>
                       <description>All-EPIC off-axis 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>Total good EPIC exposure time</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>EPIC count rate in the 0.2-12.0 keV band</description>
                       <unit>counts.s-1</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>extent</name>
                       <description>Extent radius determined 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>extent_err</name>
                       <description>1-sigma symmetric 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_err_lo</name>
                       <description>Lower 1-sigma asymmetric 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_err_up</name>
                       <description>Upper 1-sigma asymmetric 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>Extent likelihood, negative values imply point-like, L &gt;= 4 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fluxvar</name>
                       <description>Maximum EPIC inter-observation 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>Maximum EPIC inter-observation 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>Maximum EPIC inter-observation 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>Maximum EPIC inter-observation 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>Maximum EPIC inter-observation 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>Maximum EPIC inter-observation 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>Maximum EPIC flux ratio band 0.2-12.0 keV</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_1</name>
                       <description>Maximum EPIC band 1 inter-observation flux ratio</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 FRATIO_1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_2</name>
                       <description>Maximum EPIC band 2 inter-observation flux ratio</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 FRATIO_2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_3</name>
                       <description>Maximum EPIC band 3 inter-observation flux ratio</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 FRATIO_3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_4</name>
                       <description>Maximum EPIC band 4 inter-observation flux ratio</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 FRATIO_4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fratio_5</name>
                       <description>Maximum EPIC band 5 inter-observation flux ratio</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 FRATIO_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 FRATIO</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fvar</name>
                       <description>Fractional excess variance of the source time series. For a detection it is taken from the instrument/exposure with the smallest CHI2PROB; for a stacked source it is taken from the contributing detection with the smallest CHI2PROB. Negative values from the time-series fit are reported as NULL.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fvar_err</name>
                       <description>1-sigma uncertainty on FVAR. For a detection it is taken from the instrument/exposure with the smallest CHI2PROB; for a stacked source it is taken from the contributing detection with the smallest CHI2PROB. Negative values from the time-series fit are reported as NULL.</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_bpmag</name>
                       <description>Gaia DR3 catalogue source Bp magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_dist</name>
                       <description>Gaia DR3 catalogue source distance</description>
                       <unit>pc</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_gmag</name>
                       <description>Gaia DR3 catalogue source g magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_parallax</name>
                       <description>Gaia DR3 catalogue source parallax</description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_parallax_error</name>
                       <description>Gaia DR3 catalogue source parallax error</description>
                       <unit>mas</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_parallax_over_error</name>
                       <description>Gaia DR3 catalogue source parallax over error</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_pm_dec</name>
                       <description>Gaia DR3 catalogue source declination proper motion</description>
                       <unit>mas yr-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_pm_ra</name>
                       <description>Gaia DR3 catalogue source right ascension proper motion</description>
                       <unit>mas yr-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_rpmag</name>
                       <description>Gaia DR3 catalogue source Rp magnitude</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaiadr3_source_id</name>
                       <description>Gaia DR3 catalogue source ID</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>gaia_match_prob</name>
                       <description>Probability of the Gaia and X-ray source match</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>info_counterparts</name>
                       <description>Link to further information on counterparts</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii</name>
                       <description>Galactic longitude of the detection in degrees corresponding to the coordinates RA and DEC.</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>EPIC/MOS1 background map in the 0.2-0.5 keV band at detection position</description>
                       <unit>counts.pixel-1</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 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_ecf</name>
                       <description>Energy conversion factor for MOS1 in the 0.2-0.5 keV band</description>
                       <unit>cts.cm2.erg-1</unit>
                       <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 the 0.2-0.5 keV band of 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 the 0.2-0.5 keV band</description>
                       <unit>erg.cm-2.s-1</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_1_FLUX</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_rate</name>
                       <description>EPIC MOS1 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_rate_err</name>
                       <description>1-sigma error on M1_1_RATE</description>
                       <unit>counts.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_1_vig</name>
                       <description>EPIC/MOS1 vignetting factor in the 0.2-0.5 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_bg</name>
                       <description>EPIC/MOS1 background map in the 0.5-1.0 keV band at detection position</description>
                       <unit>counts.pixel-1</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 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_ecf</name>
                       <description>Energy conversion factor for MOS1 in the 0.5-1.0 keV band</description>
                       <unit>cts.cm2.erg-1</unit>
                       <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 the 0.5-1.0 keV band of 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 the 0.5-1.0 keV band</description>
                       <unit>erg.cm-2.s-1</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_2_FLUX</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_rate</name>
                       <description>EPIC MOS1 count rate in the 0.5-1.0 keV band</description>
                       <unit>counts.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_2_rate_err</name>
                       <description>1-sigma error on M1_2_RATE</description>
                       <unit>counts.s-1</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 the 0.5-1.0 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_bg</name>
                       <description>EPIC/MOS1 background map in the 1.0-2.0 keV band at detection position</description>
                       <unit>counts.pixel-1</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 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_ecf</name>
                       <description>Energy conversion factor for MOS1 in the 1.0-2.0 keV band</description>
                       <unit>cts.cm2.erg-1</unit>
                       <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 the 1.0-2.0 keV band of 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 the 1.0-2.0 keV band</description>
                       <unit>erg.cm-2.s-1</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_3_FLUX</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_rate</name>
                       <description>EPIC MOS1 count rate in the 1.0-2.0 keV band</description>
                       <unit>counts.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_3_rate_err</name>
                       <description>1-sigma error on M1_3_RATE</description>
                       <unit>counts.s-1</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 the 1.0-2.0 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_bg</name>
                       <description>EPIC/MOS1 background map in the 2.0-4.5 keV band at detection position</description>
                       <unit>counts.pixel-1</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 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_ecf</name>
                       <description>Energy conversion factor for MOS1 in the 2.0-4.5 keV band</description>
                       <unit>cts.cm2.erg-1</unit>
                       <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 the 2.0-4.5 keV band of 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 the 2.0-4.5 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_rate</name>
                       <description>EPIC MOS1 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_4_rate_err</name>
                       <description>1-sigma error on M1_4_RATE</description>
                       <unit>counts.s-1</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 the 2.0-4.5 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_bg</name>
                       <description>EPIC/MOS1 background map in the 4.5-12.0 keV band at detection position</description>
                       <unit>counts.pixel-1</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 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_ecf</name>
                       <description>Energy conversion factor for MOS1 in the 4.5-12.0 keV band</description>
                       <unit>cts.cm2.erg-1</unit>
                       <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 the 4.5-12.0 keV band of 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 the 4.5-12.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_rate</name>
                       <description>EPIC MOS1 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_5_rate_err</name>
                       <description>1-sigma error on M1_5_RATE</description>
                       <unit>counts.s-1</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 the 4.5-12.0 keV band in this 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 in 0.2-12.0 keV band</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_cts</name>
                       <description>EPIC MOS1 counts in the 0.2-12.0 keV band</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 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_filter</name>
                       <description>EPIC/MOS1 filter used for the observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flag</name>
                       <description>EPIC/MOS1 detection quality flags</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_flux</name>
                       <description>EPIC MOS1 flux in the 0.2-12.0 keV band</description>
                       <unit>erg.cm-2.s-1</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_FLUX</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1</name>
                       <description>EPIC/MOS1 hardness ratio of energy bands 1 and 2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr1_err</name>
                       <description>1-sigma error on M1_HR1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2</name>
                       <description>EPIC/MOS1 hardness ratio of energy bands 2 and 3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr2_err</name>
                       <description>1-sigma error on M1_HR2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3</name>
                       <description>EPIC/MOS1 hardness ratio of energy bands 3 and 4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr3_err</name>
                       <description>1-sigma error on M1_HR3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4</name>
                       <description>EPIC/MOS1 hardness ratio of energy bands 4 and 5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_hr4_err</name>
                       <description>1-sigma error on M1_HR4</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/MOS1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_offax</name>
                       <description>EPIC/MOS1 off-axis 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>m1_ontime</name>
                       <description>Total good EPIC/MOS1 exposure time</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. A value below 1 corresponds to negligible pile-up (less than a few % flux loss) while values larger than 10 denote heavy pile-up</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_rate</name>
                       <description>EPIC MOS1 count rate in the 0.2-12.0 keV band</description>
                       <unit>counts.s-1</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_rawx</name>
                       <description>X raw pixel position of detection in M1 image</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_rawy</name>
                       <description>Y raw pixel position of detection in M1 image</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m1_submode</name>
                       <description>EPIC/MOS1 submode used for the observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_bg</name>
                       <description>EPIC/MOS2 background map in the 0.2-0.5 keV band at detection position</description>
                       <unit>counts.pixel-1</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 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_ecf</name>
                       <description>Energy conversion factor for MOS2 in the 0.2-0.5 keV band</description>
                       <unit>cts.cm2.erg-1</unit>
                       <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 the 0.2-0.5 keV band of 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 the 0.2-0.5 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_rate</name>
                       <description>EPIC MOS2 count rate in the 0.2-0.5 keV band</description>
                       <unit>counts.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_rate_err</name>
                       <description>1-sigma error on M2_1_RATE</description>
                       <unit>counts.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_1_vig</name>
                       <description>EPIC/MOS2 vignetting factor in the 0.2-0.5 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_bg</name>
                       <description>EPIC/MOS2 background map in the 0.5-1.0 keV band at detection position</description>
                       <unit>counts.pixel-1</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 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_ecf</name>
                       <description>Energy conversion factor for MOS2 in the 0.5-1.0 keV band</description>
                       <unit>cts.cm2.erg-1</unit>
                       <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 the 0.5-1.0 keV band of 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 the 0.5-1.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_rate</name>
                       <description>EPIC MOS2 EPIC count rate in the 0.5-1.0 keV band</description>
                       <unit>counts.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_2_rate_err</name>
                       <description>1-sigma error on M2_2_RATE</description>
                       <unit>counts.s-1</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 the 0.5-1.0 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_bg</name>
                       <description>EPIC/MOS2 background map in the 1.0-2.0 keV band at detection position</description>
                       <unit>counts.pixel-1</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 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_ecf</name>
                       <description>Energy conversion factor for MOS2 in the 1.0-2.0 keV band</description>
                       <unit>cts.cm2.erg-1</unit>
                       <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 the 1.0-2.0 keV band of 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 the 1.0-2.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_rate</name>
                       <description>EPIC MOS2 count rate in the 1.0-2.0 keV band</description>
                       <unit>counts.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_3_rate_err</name>
                       <description>1-sigma error on M2_3_RATE</description>
                       <unit>counts.s-1</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 the 1.0-2.0 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_bg</name>
                       <description>EPIC/MOS2 background map in the 2.0-4.5 keV band at detection position</description>
                       <unit>counts.pixel-1</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 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_ecf</name>
                       <description>Energy conversion factor for MOS2 in the 2.0-4.5 keV band</description>
                       <unit>cts.cm2.erg-1</unit>
                       <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 the 2.0-4.5 keV band of 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 the 2.0-4.5 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_rate</name>
                       <description>EPIC MOS2 count rate in the 2.0-4.5 keV band</description>
                       <unit>counts.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_4_rate_err</name>
                       <description>1-sigma error on M2_4_RATE</description>
                       <unit>counts.s-1</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 the 2.0-4.5 keV band in this observation</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_bg</name>
                       <description>EPIC/MOS2 background map in the 4.5-12.0 keV band at detection position</description>
                       <unit>counts.pixel-1</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 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_ecf</name>
                       <description>Energy conversion factor for MOS2 in the 4.5-12.0 keV band</description>
                       <unit>cts.cm2.erg-1</unit>
                       <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 the 4.5-12.0 keV band of 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 the 4.5-12.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_rate</name>
                       <description>EPIC MOS2 count rate in the 4.5-12.0 keV band</description>
                       <unit>counts.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_5_rate_err</name>
                       <description>1-sigma error on M2_5_RATE</description>
                       <unit>counts.s-1</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 the 4.5-12.0 keV band in this 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 in 0.2-12.0 keV band</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_cts</name>
                       <description>EPIC MOS2 counts in the 0.2-12.0 keV band</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 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_filter</name>
                       <description>EPIC/MOS2 filter used for the observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flag</name>
                       <description>EPIC/MOS2 detection quality flags</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_flux</name>
                       <description>EPIC MOS2 flux in the 0.2-12.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1</name>
                       <description>EPIC/MOS2 hardness ratio of energy bands 1 and 2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr1_err</name>
                       <description>1-sigma error on M2_HR1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2</name>
                       <description>EPIC/MOS2 hardness ratio of energy bands 2 and 3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr2_err</name>
                       <description>1-sigma error on M2_HR2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3</name>
                       <description>EPIC/MOS2 hardness ratio of energy bands 3 and 4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr3_err</name>
                       <description>1-sigma error on M2_HR3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4</name>
                       <description>EPIC/MOS2 hardness ratio of energy bands 4 and 5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_hr4_err</name>
                       <description>1-sigma error on M2_HR4</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/MOS2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_offax</name>
                       <description>EPIC/MOS2 off-axis 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>m2_ontime</name>
                       <description>Total good EPIC/MOS2 exposure time</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. A value below 1 corresponds to negligible pile-up (less than a few % flux loss) while values larger than 10 denote heavy pile-up</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 in the 0.2-12.0 keV band</description>
                       <unit>counts.s-1</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_rawx</name>
                       <description>X raw pixel position of detection in M2 image</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_rawy</name>
                       <description>Y raw pixel position of detection in M2 image</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>m2_submode</name>
                       <description>EPIC/MOS2 submode used for the observation</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 taking into account blended 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 observations of the unique source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>n_exp</name>
                       <description>Total number of individual instrument observations of the unique source</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 that comprise the stack</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 of the detection</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_ab_mag</name>
                       <description>OM B band magnitude (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_ab_mag_err</name>
                       <description>OM B band magnitude error (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_chisq</name>
                       <description>OM B band variability measure (chi squared from fitting a constant value)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_chisq_dof</name>
                       <description>OM B band variability measure degrees of freedom</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_extended_flag</name>
                       <description>OM B band extent flag. 1 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_b_quality_flag</name>
                       <description>OM B band quality flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_match_prob</name>
                       <description>Probability of the OM and X-ray source match</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_srcid</name>
                       <description>Identification of the OM source in SUSS v6.2</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_ab_mag</name>
                       <description>OM U band magnitude (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_ab_mag_err</name>
                       <description>OM U band magnitude error (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_chisq</name>
                       <description>OM U band variability measure (chi squared from fitting a constant value)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_chisq_dof</name>
                       <description>OM U band variability measure degrees of freedom</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_extended_flag</name>
                       <description>OM U band extent flag. 1 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_u_quality_flag</name>
                       <description>OM U band quality flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_ab_mag</name>
                       <description>OM UVM2 band magnitude (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_ab_mag_err</name>
                       <description>OM UVM2 band magnitude error (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_chisq</name>
                       <description>OM UVM2 band variability measure (chi squared from fitting a constant value)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_chisq_dof</name>
                       <description>OM UVM2 band variability measure degrees of freedom</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_extended_flag</name>
                       <description>OM UVM2 band extent flag. 1 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvm2_quality_flag</name>
                       <description>OM UVM2 band quality flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_ab_mag</name>
                       <description>OM UVW1 band magnitude (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_ab_mag_err</name>
                       <description>OM UVW1 band magnitude error (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_chisq</name>
                       <description>OM UVW1 band variability measure (chi squared from fitting a constant value)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_chisq_dof</name>
                       <description>OM UVW1 band variability measure degrees of freedom</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_extended_flag</name>
                       <description>OM UVW1 band extent flag. 1 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw1_quality_flag</name>
                       <description>OM UVW1 band quality flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_ab_mag</name>
                       <description>OM UVW2 band magnitude (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_ab_mag_err</name>
                       <description>OM UVW2 band magnitude error (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_chisq</name>
                       <description>OM UVW2 band variability measure (chi squared from fitting a constant value)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_chisq_dof</name>
                       <description>OM UVW2 band variability measure degrees of freedom</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_extended_flag</name>
                       <description>OM UVW2 band extent flag. 1 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_uvw2_quality_flag</name>
                       <description>OM UVW2 band quality flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_ab_mag</name>
                       <description>OM V band magnitude (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_ab_mag_err</name>
                       <description>OM V band magnitude error (AB system)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_chisq</name>
                       <description>OM V band variability measure (chi squared from fitting a constant value)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_chisq_dof</name>
                       <description>OM V band variability measure degrees of freedom</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_extended_flag</name>
                       <description>OM V band extent flag. 1 implies extended</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_v_quality_flag</name>
                       <description>OM V band quality flag</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_bg</name>
                       <description>EPIC/pn background map in the 0.2-0.5 keV band at detection position</description>
                       <unit>counts.pixel-1</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 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>pn_1_ecf</name>
                       <description>Energy conversion factor for pn in the 0.2-0.5 keV band</description>
                       <unit>cts.cm2.erg-1</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 the 0.2-0.5 keV band of 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 in the 0.2-0.5 keV band</description>
                       <unit>erg.cm-2.s-1</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_1_FLUX</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_rate</name>
                       <description>EPIC pn count rate in the 0.2-0.5 keV band</description>
                       <unit>counts.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_1_rate_err</name>
                       <description>1-sigma error on PN_1_RATE</description>
                       <unit>counts.s-1</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 the 0.2-0.5 keV band 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>EPIC/pn background map in the 0.5-1.0 keV band at detection position</description>
                       <unit>counts.pixel-1</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 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>pn_2_ecf</name>
                       <description>Energy conversion factor for pn in the 0.5-1.0 keV band</description>
                       <unit>cts.cm2.erg-1</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 the 0.5-1.0 keV band of 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 in the 0.5-1.0 keV band</description>
                       <unit>erg.cm-2.s-1</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_2_FLUX</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_rate</name>
                       <description>EPIC pn count rate in the 0.5-1.0 keV band</description>
                       <unit>counts.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_2_rate_err</name>
                       <description>1-sigma error on PN_2_RATE</description>
                       <unit>counts.s-1</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 the 0.5-1.0 keV band 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>EPIC/pn background map in the 1.0-2.0 keV band at detection position</description>
                       <unit>counts.pixel-1</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 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>pn_3_ecf</name>
                       <description>Energy conversion factor for pn in the 1.0-2.0 keV band</description>
                       <unit>cts.cm2.erg-1</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 the 1.0-2.0 keV band of 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 in the 1.0-2.0 keV band</description>
                       <unit>erg.cm-2.s-1</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_3_FLUX</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_rate</name>
                       <description>EPIC pn count rate in the 1.0-2.0 keV band</description>
                       <unit>counts.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_3_rate_err</name>
                       <description>1-sigma error on PN_3_RATE</description>
                       <unit>counts.s-1</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 the 1.0-2.0 keV band 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>EPIC/pn background map in the 2.0-4.5 keV band at detection position</description>
                       <unit>counts.pixel-1</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 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>pn_4_ecf</name>
                       <description>Energy conversion factor for pn in the 2.0-4.5 keV band</description>
                       <unit>cts.cm2.erg-1</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 the 2.0-4.5 keV band of 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 in the 2.0-4.5 keV band</description>
                       <unit>erg.cm-2.s-1</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_4_FLUX</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_rate</name>
                       <description>EPIC pn count rate in the 2.0-4.5 keV band</description>
                       <unit>counts.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_4_rate_err</name>
                       <description>1-sigma error on PN_4_RATE</description>
                       <unit>counts.s-1</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 the 2.0-4.5 keV band 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>EPIC/pn background map in the 4.5-12.0 keV band at detection position</description>
                       <unit>counts.pixel-1</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 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>pn_5_ecf</name>
                       <description>Energy conversion factor for pn in the 4.5-12.0 keV band</description>
                       <unit>cts.cm2.erg-1</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 the 4.5-12.0 keV band of 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 the 4.5-12.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_rate</name>
                       <description>EPIC pn count rate in the 4.5-12.0 keV band</description>
                       <unit>counts.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_5_rate_err</name>
                       <description>1-sigma error on PN_5_RATE</description>
                       <unit>counts.s-1</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 the 4.5-12.0 keV band 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 in 0.2-12.0 keV band</description>
                       <unit>counts.pixel-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_cts</name>
                       <description>EPIC pn counts in the 0.2-12.0 keV band</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 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>pn_filter</name>
                       <description>EPIC/pn filter used for the observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flag</name>
                       <description>EPIC/pn detection quality flags</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_flux</name>
                       <description>EPIC pn flux in the 0.2-12.0 keV band</description>
                       <unit>erg.cm-2.s-1</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-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1</name>
                       <description>EPIC/pn hardness ratio of energy bands 1 and 2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr1_err</name>
                       <description>1-sigma error on PN_HR1</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2</name>
                       <description>EPIC/pn hardness ratio of energy bands 2 and 3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr2_err</name>
                       <description>1-sigma error on PN_HR2</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3</name>
                       <description>EPIC/pn hardness ratio of energy bands 3 and 4</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr3_err</name>
                       <description>1-sigma error on PN_HR3</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4</name>
                       <description>EPIC/pn hardness ratio of energy bands 4 and 5</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_hr4_err</name>
                       <description>1-sigma error on PN_HR4</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>EPIC/pn off-axis 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>pn_ontime</name>
                       <description>Total good EPIC/pn exposure time</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. A value below 1 corresponds to negligible pile-up (less than a few % flux loss) while values larger than 10 denote heavy pile-up</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_rate</name>
                       <description>EPIC pn count rate in the 0.2-12.0 keV band</description>
                       <unit>counts.s-1</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-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_rawx</name>
                       <description>X raw pixel position of detection in PN image</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_rawy</name>
                       <description>Y raw pixel position of detection in PN image</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pn_submode</name>
                       <description>EPIC/pn submode used for the observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pps_srcnum</name>
                       <description>The (decimal) source number in the individual PPS source list for this observation. When expressed in the hexadecimal system it identifies the source-specific product files belonging to this detection</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right ascension (J2000)</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>Quadratic sum of 1-sigma errors in RA and DEC</description>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_info_distance</name>
                       <description>Link to complementary information on distance determination</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_lph_flag_zconf</name>
                       <description>Confidence limit on redshift using the LePhare method</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_lph_z_best</name>
                       <description>Redshift determined using the LePhare method</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_tpz_flag_zconf</name>
                       <description>Confidence limit on redshift using the TPZ method</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_tpz_z_best</name>
                       <description>Redshift determined using the TPZ method</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>redshift_zsp</name>
                       <description>Spectral redshift</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">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_dof_pl</name>
                       <description>Degrees of freedom of absorbed powerlaw full spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_flag_pl</name>
                       <description>Flag that indicates possible issues with powerlaw spectral fit. A value of 0 indicates no issues</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_flux_err_lo_pl</name>
                       <description>Lower 1-sigma (16th percentile) confidence limit of EPIC absorbed flux of absorbed powerlaw spectral fit (0.2-12.0 keV)</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>spec_flux_err_up_pl</name>
                       <description>Upper 1-sigma (84th percentile) confidence limit of EPIC absorbed flux of absorbed powerlaw spectral fit (0.2-12.0 keV)</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>spec_flux_pl</name>
                       <description>EPIC absorbed flux from absorbed powerlaw full spectral fit (0.2-12.0 keV)</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>spec_gamma_err_lo_pl</name>
                       <description>Lower 1-sigma (16th percentile) confidence limit of EPIC photon index of absorbed powerlaw spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_gamma_err_up_pl</name>
                       <description>Upper 1-sigma (84th percentile) confidence limit of EPIC photon index of absorbed powerlaw spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_gamma_pl</name>
                       <description>EPIC photon index from absorbed powerlaw full spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_iin_err_lo_pl</name>
                       <description>Lower 1-sigma (16th percentile) confidence limit of EPIC inter-instrument normalisation of absorbed powerlaw spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_iin_err_up_pl</name>
                       <description>Upper 1-sigma (84th percentile) confidence limit of EPIC inter-instrument normalisation of absorbed powerlaw spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_iin_pl</name>
                       <description>EPIC inter-instrument normalisation from absorbed powerlaw full spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_info</name>
                       <description>Link to further spectral information</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_nh_err_lo_pl</name>
                       <description>Lower 1-sigma (16th percentile) confidence limit of EPIC NH of absorbed powerlaw spectral fit</description>
                       <unit>cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_nh_err_up_pl</name>
                       <description>Upper 1-sigma (84th percentile) confidence limit of EPIC NH of absorbed powerlaw spectral fit</description>
                       <unit>cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_nh_pl</name>
                       <description>EPIC equivalent Hydrogen column density NH from absorbed powerlaw full spectral fit</description>
                       <unit>cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>spec_pvalue_pl</name>
                       <description>Pvalue of absorbed powerlaw full spectral fit</description>
                       <dataType xsi:type="vs:VOTableType">double</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">char</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>stack_det_ml</name>
                       <description>Detection maximum likelihood using fitting of the 5 band spectrum (0.2-12.0 keV)</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_flux</name>
                       <description>Mean flux of spectral detection using fitting of the 5 band spectrum (0.2-12.0 keV)</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_flux_err</name>
                       <description>1-sigma symmetric error on STACK_FLUX</description>
                       <unit>erg.cm-2.s-1</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_flux_err_lo</name>
                       <description>Lower 1-sigma asymmetric error on STACK_FLUX</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>stack_flux_err_up</name>
                       <description>Upper 1-sigma asymmetric error on STACK_FLUX</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>stack_gamma</name>
                       <description>Power-law index from fitting of the 5 band spectrum</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_gamma_err</name>
                       <description>1-sigma error on STACK_GAMMA</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_gamma_err_lo</name>
                       <description>Lower 1-sigma error on STACK_GAMMA</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_gamma_err_up</name>
                       <description>Upper 1-sigma error on STACK_GAMMA</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_nh</name>
                       <description>Hydrogen column density from fitting of the 5 band spectrum</description>
                       <unit>cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_nh_err</name>
                       <description>1-sigma error on STACK_NH</description>
                       <unit>cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_nh_err_lo</name>
                       <description>Lower 1-sigma error on STACK_NH</description>
                       <unit>cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>stack_nh_err_up</name>
                       <description>Upper 1-sigma error on STACK_NH</description>
                       <unit>cm-2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sum_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>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">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_chi2</name>
                       <description>Reduced chi squared of EPIC band 0.2-12.0 keV 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 squared 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 squared 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 squared 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 squared 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 squared 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</name>
                       <description>Variability flag set to True when CHI2PROB is below 1e-5; False otherwise (including when no time series is available - check CHI2PROB IS NOT NULL to distinguish 'not variable' from 'no data').</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob</name>
                       <description>Probability that the EPIC band 0.2-12.0 keV flux variability is consistent with zero</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob_1</name>
                       <description>Probability that the EPIC band 1 flux variability is consistent with zero</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob_2</name>
                       <description>Probability that the EPIC band 2 flux variability is consistent with zero</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob_3</name>
                       <description>Probability that the EPIC band 3 flux variability is consistent with zero</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob_4</name>
                       <description>Probability that the EPIC band 4 flux variability is consistent with zero</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>var_prob_5</name>
                       <description>Probability that the EPIC band 5 flux variability is consistent with zero</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wise_match_prob</name>
                       <description>Probability of the Wise and X-ray source match</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wise_name</name>
                       <description>WISE All-Sky Release Catalog name, based on J2000 position (designation)</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wise_w1mag</name>
                       <description>WISE W1 band source magnitude (AB system)</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wise_w1mag_err</name>
                       <description>WISE W1 band source magnitude error (AB system)</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wise_w2mag</name>
                       <description>WISE W2 band source magnitude (AB system)</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wise_w2mag_err</name>
                       <description>WISE W2 band source magnitude error (AB system)</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wise_w3mag</name>
                       <description>WISE W3 band source magnitude (AB system)</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wise_w3mag_err</name>
                       <description>WISE W3 band source magnitude error (AB system)</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wise_w4mag</name>
                       <description>WISE W4 band source magnitude (AB system)</description>
                       <unit>mag</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>wise_w4mag_err</name>
                       <description>WISE W4 band source magnitude error (AB system)</description>
                       <unit>mag</unit>
                       <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 symmetric 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>x_ima_err_lo</name>
                       <description>Lower 1-sigma asymmetric 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>x_ima_err_up</name>
                       <description>Upper 1-sigma asymmetric 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 symmetric error on Y_IMA</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_ima_err_lo</name>
                       <description>Lower 1-sigma asymmetric error on Y_IMA</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>y_ima_err_up</name>
                       <description>Upper 1-sigma asymmetric error on Y_IMA</description>
                       <unit>pixel</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="951815" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_exposure</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Exposure on time</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_utc</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>epic_bkg_count_rate</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exposure_id</name>
                       <description>Exposure Identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exposure_oid</name>
                       <description>Internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</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>instrument</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_mode_oid</name>
                       <description>Internal identifier for the observing mode of the instrument</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>is_scientific</name>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mode_friendly_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Internal identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_utc</name>
                       <description>Start date of the observation in UTC</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="868" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_image_gallery</name>
                    <description>Archive UI image gallery metadata table</description>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>article_html</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>category</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <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>dec2000</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>decd</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>decm</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>decs</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>fovunits</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fovx</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>fovy</name>
                       <dataType xsi:type="vs:VOTableType">double</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>img_path</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mode</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>obs_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observers</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>other_res</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra2000</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rah</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ram</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ras</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>src_gallery</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>subcat</name>
                       <dataType xsi:type="vs:VOTableType">int</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>thumb_path</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>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="33536" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_ingestions</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_file_delivered</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_ingest_finished</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>file_size</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>input_file</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="78" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_instrument_mode</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_mode_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mode</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mode_friendly_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="13531717" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_om_source</name>
                    <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_flux</name>
                       <description>B Flux</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>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_signif</name>
                       <description>B Detection Significance</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>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>eflag_max</name>
                       <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>observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Internal ID for OM observation</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_source_equatorial_spoint</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_source_fov_scircle</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_source_galactic_spoint</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>om_source_oid</name>
                       <description>Internal ID for OM source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </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>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>qflag_comb</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</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>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_flux</name>
                       <description>U Flux</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_signif</name>
                       <description>U Detection Significance</description>
                       <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_flux</name>
                       <description>UVM2 Flux</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_signif</name>
                       <description>UVM2 Detection Significance</description>
                       <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_flux</name>
                       <description>UVW1 Flux</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_signif</name>
                       <description>UVW1 Detection Significance</description>
                       <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_flux</name>
                       <description>UVW2 Flux</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_signif</name>
                       <description>UVW2 Detection Significance</description>
                       <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_flux</name>
                       <description>V Flux</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_signif</name>
                       <description>V Detection Significance</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="9920390" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_om_source_cat</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</name>
                       <description>Source flux 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_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</name>
                       <description>Source Declination coordinate (deg)</description>
                       <unit>degrees</unit>
                       <dataType xsi:type="vs:VOTableType">double</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>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>iauname</name>
                       <description>Source IAU name</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </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>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>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </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">double</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">double</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">double</dataType>
                    </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>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Source Right Ascension coordinate (deg)</description>
                       <unit>degrees</unit>
                       <dataType xsi:type="vs:VOTableType">double</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</name>
                       <description>Source flux 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_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</name>
                       <description>Source flux 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_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</name>
                       <description>Source flux 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_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</name>
                       <description>Source flux 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_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</name>
                       <description>Source flux 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_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>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="5377" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_proposal</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>abstract</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>address1</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>address2</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ams_id</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ao</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>category</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>country</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>institute</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pi_first_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pi_surname</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pi_title</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>state</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="false">
                       <name>town</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>type</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>user_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="11437" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_proposal_observation_info</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>heasarc_code</name>
                       <description>HEASARC Object Classification</description>
                       <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>otac_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prim_inst</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>prop_flag</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_observation_info_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_oid</name>
                       <description>Internal proposal identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="10479" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_publication</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>abstract_url</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>authors</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bib_code</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>journal</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"month"</name>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>page</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>publication_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</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="false">
                       <name>volume</name>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>"year"</name>
                       <dataType xsi:type="vs:VOTableType">short</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="240609" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_publication_observation</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bib_code</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Internal identifier for XMM-Newton Observation</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>publication_observation_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>publication_oid</name>
                       <description>Internal identifier for publication</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="2057" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_publication_slew_observation</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bib_code</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>publication_oid</name>
                       <description>Internal identifier for publication</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>publication_slew_observation_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_observation_oid</name>
                       <description>Internal identifier for SLEW observation</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="17193" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_public_observations</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>dec</name>
                       <description>Declination J2000 [degrees] </description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>duration</name>
                       <description>Exposure on time</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_utc</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>footprint_fov</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>heasarc_code</name>
                       <description>HEASARC Object Classification</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>moving_target</name>
                       <description>If the observation contains a moving target</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_equatorial_spoint</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_fov_scircle</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_galactic_spoint</name>
                       <dataType xsi:type="vs:VOTableType">double</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 the observation</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>odf_proc_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>odf_version</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>position_angle</name>
                       <description>Position Angle [degrees] </description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pps_proc_date</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pps_version</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proposal_oid</name>
                       <description>Internal proposal identifier</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proprietary_end_date</name>
                       <description>Propietary period expiry date</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>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_nom</name>
                       <description>Right Ascension </description>
                       <unit>decima hours</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>revolution</name>
                       <description>The XMM-Newton revolution number.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sas_version</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>seq_id</name>
                       <description>Pipeline sequence</description>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_utc</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>stc_s</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>target</name>
                       <description>Target name</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>with_science</name>
                       <description>Processed observation with science products</description>
                       <dataType xsi:type="vs:VOTableType">boolean</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="5831" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_public_observations_new_odf_ingestion</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_ingest_finished</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>odf_version</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="60944" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_public_observations_new_pps_ingestion</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>date_ingest_finished</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>pps_version</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="16337" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_rgs_source</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>dec</name>
                       <description>Declination J2000 [degrees] </description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_tot</name>
                       <description> EPIC total band count rate of this source</description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ep_tot_err</name>
                       <description>Error on total count rate of this source</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>observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_oid</name>
                       <description>Internal ID for observation</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <description>Right Ascension [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rgs_source_equatorial_spoint</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rgs_source_fov_scircle</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rgs_source_galactic_spoint</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>rgs_source_oid</name>
                       <description>Internal ID for RGS source</description>
                       <dataType xsi:type="vs:VOTableType">int</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>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="265444" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_slew_exposure</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>bii</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>end_utc</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filter</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument_mode_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>lii</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>mode_friendly_name</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>naxis</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>naxis1</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>naxis2</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>ra_hhmmss</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_exposure_equatorial_spoint</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_exposure_fov_sbox</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_exposure_fov_spoly</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_exposure_galactic_spoint</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_exposure_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_exposure_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_observation_oid</name>
                       <dataType xsi:type="vs:VOTableType">long</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_utc</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="5358" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_slew_observation</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>proprietary_end_date</name>
                       <description>Propietary period expiry date</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>revolution</name>
                       <description>The XMM-Newton revolution number.</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>sdf_version</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_observation_id</name>
                       <description>SLEW Observation identifier</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_observation_oid</name>
                       <description>Internal identifier for Slew observation</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_pps_version</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>start_date</name>
                       <description>Start date of SLEW observation</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="124433" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_slew_source</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>dec</name>
                       <description>Declination J2000 [degrees] </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 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-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>flux_b6</name>
                       <description>Source flux in the soft band (0.2-2.0 keV)</description>
                       <unit>(10E-12) ergs/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b6_err</name>
                       <description>The source flux in the soft energy (0.2-2.0 keV)</description>
                       <unit>(10E-12) ergs/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b7</name>
                       <description>Source flux in the hard band (2.0-12.0 keV)</description>
                       <unit>(10E-12) ergs/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b7_err</name>
                       <description>Error on source flux in the hard band (2.0-12.0 keV)</description>
                       <unit>(10E-12) ergs/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b8</name>
                       <description>Source flux in the total band  (0.2-12.0 keV)</description>
                       <unit>(10E-12) ergs/s/cm2</unit>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>flux_b8_err</name>
                       <description>Error on source flux in the total band  (0.2-12.0 keV)</description>
                       <unit>(10E-12) ergs/s/cm2</unit>
                       <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>
                       <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>ra_hhmmss</name>
                       <description>Right Ascension [decimal hours] </description>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>scts_b6</name>
                       <description>Source counts in the soft band (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_b6_err</name>
                       <description>Error on source counts in the soft band (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>Source counts in the hard 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>Error on source counts in the hard 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_b8</name>
                       <description>Source counts in the total 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>Error on source counts in the total 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>slew_exposure_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_exposure_oid</name>
                       <description>Internal identifier for SLEW exposure</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_observation_oid</name>
                       <description>Internal identifier for SLEW observation</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_source_equatorial_spoint</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_source_fov_scircle</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_source_oid</name>
                       <description>Internal identifier for SLEW source</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>src_name</name>
                       <description>This is the official name for sources detected in the XMM-Newton slew survey</description>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="72352" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_slew_source_cat</name>
                    <description>The XMM-Newton Slew Source catalogue: XMMSL3</description>
                    <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</name>
                       <description>Declination J2000 [degrees] </description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</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>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>
                    </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>
                    </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>
                    </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>
                    </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>
                    </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>
                    </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>ra</name>
                       <description>Right Ascension [degrees]</description>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:VOTableType">double</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_equatorial_spoint</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_source_cat_fov_scircle</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_source_cat_galactic_spoint</name>
                       <dataType xsi:type="vs:VOTableType">double</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>srcname</name>
                       <description>This is the official name for sources detected in the XMM-Newton slew survey</description>
                       <dataType xsi:type="vs:VOTableType">char</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>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="10001" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_target_type</name>
                    <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>heasarc_code</name>
                       <description>HEASARC Object Classification</description>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="189266" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_uls_exposure_image</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>exposure_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filename</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>revolution</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
                 <table esatapplus:flags="0" esatapplus:size="265444" esatapplus:size_bytes="0" type="base_table">
                    <name>xsa.v_uls_slew_exposure_image</name>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>filename</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>instrument</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>revolution</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_exposure_oid</name>
                       <dataType xsi:type="vs:VOTableType">int</dataType>
                    </column>
                    <column esatapplus:flags="0" esatapplus:ref="" std="false">
                       <name>slew_observation_id</name>
                       <dataType xsi:type="vs:VOTableType">char</dataType>
                    </column>
                 </table>
              </schema>
           </tableset>
        </ri:Resource>