<?xml version="1.0" encoding="UTF-8"?>
<vosi:tableset xmlns:vosi="http://www.ivoa.net/xml/VOSITables/v1.0" xmlns:vod="http://www.ivoa.net/xml/VODataService/v1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ivoa.net/xml/VODataService/v1.1 http://www.ivoa.net/xml/VODataService/v1.1 http://www.ivoa.net/xml/VOSITables/v1.0 http://vo.ari.uni-heidelberg.de/docs/schemata/VOSITables-v1.0.xsd">
	<schema>
		<name>ivoa</name>
		<description>Schema for Obscore table</description>
		<table>
			<name>obscore</name>
			<description>Obscore table</description>
			<column std="true">
				<name>access_estsize</name>
				<description>Estimated size of data product</description>
				<unit>kbyte</unit>
				<ucd>phys.size;meta.file</ucd>
				<utype>obscore:access.size</utype>
				<dataType xsi:type="vod:TAPType">UNKNOWN</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>access_format</name>
				<description>MIME type of the resource at access_url</description>
				<ucd>meta.code.mime</ucd>
				<utype>obscore:access.format</utype>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>access_url</name>
				<description>The URL at which to obtain the data set.</description>
				<ucd>meta.ref.url</ucd>
				<utype>obscore:access.reference</utype>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>calib_level</name>
				<description>Amount of data processing that has been applied to the data</description>
				<ucd>meta.code;obs.calib</ucd>
				<utype>obscore:obsdataset.caliblevel</utype>
				<dataType xsi:type="vod:TAPType">UNKNOWN</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>dataproduct_type</name>
				<description>High level scientific classification of the data product, taken from an enumeration</description>
				<ucd>meta.code.class</ucd>
				<utype>obscore:obsdataset.dataproducttype</utype>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>em_max</name>
				<description>Maximal wavelength represented within the data set</description>
				<unit>m</unit>
				<ucd>em.wl;stat.max</ucd>
				<utype>obscore:char.spectralaxis.coverage.bounds.limits.hilimit</utype>
				<dataType xsi:type="vod:TAPType">DOUBLE</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>em_min</name>
				<description>Minimal wavelength represented within the data set</description>
				<unit>m</unit>
				<ucd>em.wl;stat.min</ucd>
				<utype>obscore:char.spectralaxis.coverage.bounds.limits.lolimit</utype>
				<dataType xsi:type="vod:TAPType">DOUBLE</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>em_res_power</name>
				<description>Spectral resolving power lambda/delta lambda</description>
				<ucd>spect.resolution</ucd>
				<utype>obscore:char.spectralaxis.resolution.resolpower.refval</utype>
				<dataType xsi:type="vod:TAPType">DOUBLE</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>em_ucd</name>
				<description>Nature of the product spectral axis (typically, em.freq, em.wl, or em.energy)</description>
				<ucd>meta.ucd</ucd>
				<utype>obscore:Char.SpectralAxis.ucd</utype>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>em_xel</name>
				<description>Number of elements (typically pixels) along the spectral axis.</description>
				<ucd>meta.number</ucd>
				<utype>obscore:Char.SpectralAxis.numBins</utype>
				<dataType xsi:type="vod:TAPType">UNKNOWN</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>facility_name</name>
				<description>Name of the facility at which data was taken</description>
				<ucd>meta.id;instr.tel</ucd>
				<utype>obscore:Provenance.ObsConfig.facility.name</utype>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>instrument_name</name>
				<description>Name of the instrument that produced the data</description>
				<ucd>meta.id;instr</ucd>
				<utype>obscore:Provenance.ObsConfig.instrument.name</utype>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>obs_collection</name>
				<description>Name of a data collection (e.g., project name) this data belongs to</description>
				<ucd>meta.id</ucd>
				<utype>obscore:dataid.collection</utype>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>obs_creator_did</name>
				<description>Dataset identifier assigned by the creator.</description>
				<ucd>meta.id</ucd>
				<utype>obscore:dataid.creatordid</utype>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>obs_id</name>
				<description>Unique identifier for an observation</description>
				<ucd>meta.id</ucd>
				<utype>obscore:DataID.observationID</utype>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>obs_publisher_did</name>
				<description>Dataset identifier assigned by the publisher.</description>
				<ucd>meta.ref.ivoid</ucd>
				<utype>obscore:curation.publisherdid</utype>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>indexed</flag>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>obs_title</name>
				<description>Free-from title of the data set</description>
				<ucd>meta.title;obs</ucd>
				<utype>obscore:dataid.title</utype>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>o_ucd</name>
				<description>UCD for the product observable</description>
				<ucd>meta.ucd</ucd>
				<utype>obscore:char.observableaxis.ucd</utype>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>pol_states</name>
				<description>List of polarization states in the data set</description>
				<ucd>meta.code;phys.polarization</ucd>
				<utype>obscore:Char.PolarizationAxis.stateList</utype>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>pol_xel</name>
				<description>Number of elements (typically pixels) along the polarization axis.</description>
				<ucd>meta.number</ucd>
				<utype>obscore:Char.PolarizationAxis.numBins</utype>
				<dataType xsi:type="vod:TAPType">UNKNOWN</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>s_dec</name>
				<description>Dec of (center of) observation, ICRS</description>
				<unit>deg</unit>
				<ucd>pos.eq.dec</ucd>
				<utype>obscore:char.spatialaxis.coverage.location.coord.position2d.value2.c2</utype>
				<dataType xsi:type="vod:TAPType">DOUBLE</dataType>
				<flag>indexed</flag>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>s_fov</name>
				<description>Approximate spatial extent for the region covered by the observation</description>
				<unit>deg</unit>
				<ucd>phys.angSize;instr.fov</ucd>
				<utype>obscore:char.spatialaxis.coverage.bounds.extent.diameter</utype>
				<dataType xsi:type="vod:TAPType">DOUBLE</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>s_pixel_scale</name>
				<description>Sampling period in world coordinate units along the spatial axis</description>
				<unit>arcsec</unit>
				<ucd>phys.angSize;instr.pixel</ucd>
				<utype>obscore:Char.SpatialAxis.Sampling.RefVal.SamplingPeriod</utype>
				<dataType xsi:type="vod:TAPType">DOUBLE</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>s_ra</name>
				<description>RA of (center of) observation, ICRS</description>
				<unit>deg</unit>
				<ucd>pos.eq.ra</ucd>
				<utype>obscore:char.spatialaxis.coverage.location.coord.position2d.value2.c1</utype>
				<dataType xsi:type="vod:TAPType">DOUBLE</dataType>
				<flag>indexed</flag>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>s_region</name>
				<description>Region covered by the observation, as a polygon</description>
				<ucd>pos.outline;obs.field</ucd>
				<utype>obscore:char.spatialaxis.coverage.support.area</utype>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>s_resolution</name>
				<description>Best spatial resolution within the data set</description>
				<unit>arcsec</unit>
				<ucd>pos.angResolution</ucd>
				<utype>obscore:Char.SpatialAxis.Resolution.refval.value</utype>
				<dataType xsi:type="vod:TAPType">DOUBLE</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>s_xel1</name>
				<description>Number of elements (typically pixels) along the first spatial axis.</description>
				<ucd>meta.number</ucd>
				<utype>obscore:Char.SpatialAxis.numBins1</utype>
				<dataType xsi:type="vod:TAPType">UNKNOWN</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>s_xel2</name>
				<description>Number of elements (typically pixels) along the second spatial axis.</description>
				<ucd>meta.number</ucd>
				<utype>obscore:Char.SpatialAxis.numBins2</utype>
				<dataType xsi:type="vod:TAPType">UNKNOWN</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>target_class</name>
				<description>Class of the target object (star, QSO, ...)</description>
				<ucd>src.class</ucd>
				<utype>obscore:target.class</utype>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>target_name</name>
				<description>Object a targeted observation targeted</description>
				<ucd>meta.id;src</ucd>
				<utype>obscore:Target.Name</utype>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>t_exptime</name>
				<description>Total exposure time</description>
				<unit>s</unit>
				<ucd>time.duration;obs.exposure</ucd>
				<utype>obscore:char.timeaxis.coverage.support.extent</utype>
				<dataType xsi:type="vod:TAPType">UNKNOWN</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>t_max</name>
				<description>Upper bound of times represented in the data set</description>
				<unit>d</unit>
				<ucd>time.end;obs.exposure</ucd>
				<utype>obscore:char.timeaxis.coverage.bounds.limits.stoptime</utype>
				<dataType xsi:type="vod:TAPType">DOUBLE</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>t_min</name>
				<description>Lower bound of times represented in the data set</description>
				<unit>d</unit>
				<ucd>time.start;obs.exposure</ucd>
				<utype>obscore:char.timeaxis.coverage.bounds.limits.starttime</utype>
				<dataType xsi:type="vod:TAPType">DOUBLE</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>t_resolution</name>
				<description>Minimal significant time interval along the time axis</description>
				<unit>s</unit>
				<ucd>time.resolution</ucd>
				<utype>obscore:char.timeaxis.resolution.refval.value</utype>
				<dataType xsi:type="vod:TAPType">UNKNOWN</dataType>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>t_xel</name>
				<description>Number of elements (typically pixels) along the time axis.</description>
				<ucd>meta.number</ucd>
				<utype>obscore:Char.TimeAxis.numBins</utype>
				<dataType xsi:type="vod:TAPType">UNKNOWN</dataType>
				<flag>primary</flag>
			</column>
		</table>
	</schema>
	<schema>
		<name>public</name>
		<description>Schema for public data</description>
		<table>
			<name>mergedentry</name>
			<description>MERGEDENTRY</description>
			<column>
				<name>CONFUSED</name>
				<description>Set True when a given detection has a probability above zero of being associated with two or more distinct sources</description>
				<dataType xsi:type="vod:TAPType" size="1">INTEGER</dataType>
			</column>
			<column>
				<name>IAUNAME</name>
				<description>unique SRCID </description>
				<ucd>meta.id;meta.main</ucd>
				<dataType xsi:type="vod:TAPType" size="1">VARCHAR</dataType>
			</column>
			<column>
				<name>MJD_FIRST</name>
				<description>The MJD start date (MJD_START) of the earliest observation of any constituent detection of the unique source</description>
				<unit>d</unit>
				<ucd>time.epoch</ucd>
				<dataType xsi:type="vod:TAPType" size="1">DOUBLE</dataType>
			</column>
			<column>
				<name>MJD_LAST</name>
				<description>The MJD end date (MJD_STOP) of the last observation of any constituent detection of the unique source</description>
				<unit>d</unit>
				<ucd>time.epoch</ucd>
				<dataType xsi:type="vod:TAPType" size="1">DOUBLE</dataType>
			</column>
			<column>
				<name>N_DETECTIONS</name>
				<description>The number of detections of the unique source SRCID used to derive the combined values</description>
				<ucd>meta.number</ucd>
				<dataType xsi:type="vod:TAPType" size="1">SMALLINT</dataType>
			</column>
			<column>
				<name>SC_CHI2PROB</name>
				<description>The chi square probability</description>
				<ucd>stat.fit.goodness</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_DEC</name>
				<description>The mean Declination Ascension in degrees</description>
				<unit>deg</unit>
				<ucd>pos.eq.dec</ucd>
				<dataType xsi:type="vod:TAPType" size="1">DOUBLE</dataType>
			</column>
			<column>
				<name>SC_DET_ML</name>
				<description>likelihood on the detection maximum</description>
				<ucd>stat.likelihood;instr.saturation;stat.max</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EP_1_FLUX</name>
				<description>the flux of the energy band number 1 of the ep camera in sc</description>
				<unit>erg/cm2/s</unit>
				<ucd>phot.flux</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EP_1_FLUX_ERR</name>
				<description>error on the the flux of energy band number 1 of the ep camera in sc</description>
				<unit>erg/cm2/s</unit>
				<ucd>stat.error;phot.flux</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EP_2_FLUX</name>
				<description>the flux of the energy band number 2 of the ep camera in sc</description>
				<unit>erg/cm2/s</unit>
				<ucd>phot.flux</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EP_2_FLUX_ERR</name>
				<description>error on the the flux of energy band number 2 of the ep camera in sc</description>
				<unit>erg/cm2/s</unit>
				<ucd>stat.error;phot.flux</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EP_3_FLUX</name>
				<description>the flux of the energy band number 3 of the ep camera in sc</description>
				<unit>erg/cm2/s</unit>
				<ucd>phot.flux</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EP_3_FLUX_ERR</name>
				<description>error on the the flux of energy band number 3 of the ep camera in sc</description>
				<unit>erg/cm2/s</unit>
				<ucd>stat.error;phot.flux</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EP_4_FLUX</name>
				<description>the flux of the energy band number 4 of the ep camera in sc</description>
				<unit>erg/cm2/s</unit>
				<ucd>phot.flux</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EP_4_FLUX_ERR</name>
				<description>error on the the flux of energy band number 4 of the ep camera in sc</description>
				<unit>erg/cm2/s</unit>
				<ucd>stat.error;phot.flux</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EP_5_FLUX</name>
				<description>the flux of the energy band number 5 of the ep camera in sc</description>
				<unit>erg/cm2/s</unit>
				<ucd>phot.flux</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EP_5_FLUX_ERR</name>
				<description>error on the the flux of energy band number 5 of the ep camera in sc</description>
				<unit>erg/cm2/s</unit>
				<ucd>stat.error;phot.flux</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EP_8_FLUX</name>
				<description>the flux of the energy band number 8 of the ep camera in sc</description>
				<unit>erg/cm2/s</unit>
				<ucd>phot.flux</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EP_8_FLUX_ERR</name>
				<description>error on the the flux of energy band number 8 of the ep camera in sc</description>
				<unit>erg/cm2/s</unit>
				<ucd>stat.error;phot.flux</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EP_8_FMAX</name>
				<description>maximum flux of the energy band number 8 of the ep camera in sc</description>
				<unit>erg/cm2/s</unit>
				<ucd>stat.max;phot.flux</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EP_8_FMAX_ERR</name>
				<description>error on the maximum flux of energy band number 8 of the ep camera in sc</description>
				<unit>erg/cm2/s</unit>
				<ucd>stat.error;stat.max;phot.flux</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EP_8_FMIN</name>
				<description>minimum flux of the energy band number 8 of the ep camera in sc</description>
				<unit>erg/cm2/s</unit>
				<ucd>stat.min;phot.flux</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EP_8_FMIN_ERR</name>
				<description>error on the minimum flux of energy band number 8 of the ep camera in sc</description>
				<unit>erg/cm2/s</unit>
				<ucd>stat.error;stat.min;phot.flux</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EP_9_FLUX</name>
				<description>the flux of the energy band number 9 of the ep camera in sc</description>
				<unit>erg/cm2/s</unit>
				<ucd>phot.flux</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EP_9_FLUX_ERR</name>
				<description>error on the the flux of energy band number 9 of the ep camera in sc</description>
				<unit>erg/cm2/s</unit>
				<ucd>stat.error;phot.flux</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EXTENT</name>
				<description>in sc</description>
				<unit>arcsec</unit>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EXT_ERR</name>
				<description>error on the extent radius</description>
				<unit>arcsec</unit>
				<ucd>stat.error;phys.angSize</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_EXT_ML</name>
				<description>likelihood on the extent radius</description>
				<ucd>stat.likelihood;phys.angSize</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_FVAR</name>
				<description>variable</description>
				<ucd>src.var</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_FVARERR</name>
				<description>error on the the variability</description>
				<ucd>stat.error;src.var</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_HR1</name>
				<description>the hr1</description>
				<ucd>phot.flux;arith.ratio</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_HR1_ERR</name>
				<description>error on the the hr1</description>
				<ucd>stat.error;phot.flux;arith.ratio</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_HR2</name>
				<description>the hr2</description>
				<ucd>phot.flux;arith.ratio</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_HR2_ERR</name>
				<description>error on the the hr2</description>
				<ucd>stat.error;phot.flux;arith.ratio</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_HR3</name>
				<description>the hr3</description>
				<ucd>phot.flux;arith.ratio</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_HR3_ERR</name>
				<description>error on the the hr3</description>
				<ucd>stat.error;phot.flux;arith.ratio</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_HR4</name>
				<description>the hr4</description>
				<ucd>phot.flux;arith.ratio</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_HR4_ERR</name>
				<description>error on the the hr4</description>
				<ucd>stat.error;phot.flux;arith.ratio</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_POSERR</name>
				<description>error in sc</description>
				<unit>arcsec</unit>
				<ucd>stat.error</ucd>
				<dataType xsi:type="vod:TAPType" size="1">REAL</dataType>
			</column>
			<column>
				<name>SC_RA</name>
				<description>The mean Right Ascension in degrees</description>
				<unit>deg</unit>
				<ucd>pos.eq.ra</ucd>
				<dataType xsi:type="vod:TAPType" size="1">DOUBLE</dataType>
			</column>
			<column>
				<name>SC_SUM_FLAG</name>
				<description>the flag on the summary</description>
				<ucd>meta.code.error</ucd>
				<dataType xsi:type="vod:TAPType" size="1">SMALLINT</dataType>
			</column>
			<column>
				<name>SC_VAR_FLAG</name>
				<description>the flag on the variable</description>
				<ucd>meta.code.error;src.var</ucd>
				<dataType xsi:type="vod:TAPType" size="1">INTEGER</dataType>
			</column>
			<column>
				<name>SRCID</name>
				<description>A unique number assigned to a group of catalogue entries which are assumed to be the same source</description>
				<ucd>meta.id</ucd>
				<dataType xsi:type="vod:TAPType" size="1">BIGINT</dataType>
			</column>
			<column>
				<name>WEBPAGE_URL</name>
				<dataType xsi:type="vod:TAPType" size="1">VARCHAR</dataType>
			</column>
		</table>
	</schema>
	<schema>
		<name>TAP_SCHEMA</name>
		<description>Set of tables listing and describing the schemas, tables and columns published in this TAP service.</description>
		<table>
			<name>TAP_SCHEMA.columns</name>
			<description>List of columns of all tables listed in TAP_SCHEMA.TABLES and published in this TAP service.</description>
			<column std="true">
				<name>column_name</name>
				<description>column name</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>indexed</flag>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>datatype</name>
				<description>ADQL datatype as in section 2.5</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
			</column>
			<column>
				<name>dbname</name>
				<description>Database column name</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
			</column>
			<column std="true">
				<name>description</name>
				<description>brief description of column</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
			</column>
			<column std="true">
				<name>indexed</name>
				<description>an indexed column; 1 means true, 0 means false</description>
				<dataType xsi:type="vod:TAPType">INTEGER</dataType>
			</column>
			<column std="true">
				<name>principal</name>
				<description>a principal column; 1 means true, 0 means false</description>
				<dataType xsi:type="vod:TAPType">INTEGER</dataType>
			</column>
			<column std="true">
				<name>"size"</name>
				<description>length of variable length datatypes</description>
				<dataType xsi:type="vod:TAPType">INTEGER</dataType>
			</column>
			<column std="true">
				<name>std</name>
				<description>a standard column; 1 means true, 0 means false</description>
				<dataType xsi:type="vod:TAPType">INTEGER</dataType>
			</column>
			<column std="true">
				<name>table_name</name>
				<description>table name from TAP_SCHEMA.tables</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>indexed</flag>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>ucd</name>
				<description>UCD of column if any</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
			</column>
			<column std="true">
				<name>unit</name>
				<description>unit in VO standard format</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
			</column>
			<column std="true">
				<name>utype</name>
				<description>UTYPE of column if any</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
			</column>
		</table>
		<table>
			<name>TAP_SCHEMA.key_columns</name>
			<description>List all foreign keys but provides just the columns linked by the foreign key. To know the table of these columns, see in TAP_SCHEMA.keys using the key_id.</description>
			<column std="true">
				<name>from_column</name>
				<description>key column name in the from_table</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
			</column>
			<column std="true">
				<name>key_id</name>
				<description>unique key identifier</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>indexed</flag>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>target_column</name>
				<description>key column name in the target_table</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
			</column>
		</table>
		<table>
			<name>TAP_SCHEMA.keys</name>
			<description>List all foreign keys but provides just the tables linked by the foreign key. To know which columns of these tables are linked, see in TAP_SCHEMA.key_columns using the key_id.</description>
			<column std="true">
				<name>description</name>
				<description>description of this key</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
			</column>
			<column std="true">
				<name>from_table</name>
				<description>fully qualified table name</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
			</column>
			<column std="true">
				<name>key_id</name>
				<description>unique key identifier</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>indexed</flag>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>target_table</name>
				<description>fully qualified table name</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
			</column>
			<column std="true">
				<name>utype</name>
				<description>utype of this key</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
			</column>
		</table>
		<table>
			<name>TAP_SCHEMA.schemas</name>
			<description>List of schemas published in this TAP service.</description>
			<column std="true">
				<name>description</name>
				<description>brief description of schema</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
			</column>
			<column std="true">
				<name>schema_name</name>
				<description>schema name, possibly qualified</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>indexed</flag>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>utype</name>
				<description>UTYPE if schema corresponds to a data model</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
			</column>
		</table>
		<table>
			<name>TAP_SCHEMA.tables</name>
			<description>List of tables published in this TAP service.</description>
			<column std="true">
				<name>description</name>
				<description>brief description of table</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
			</column>
			<column std="true">
				<name>schema_name</name>
				<description>the schema name from TAP_SCHEMA.schemas</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>indexed</flag>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>table_name</name>
				<description>table name as it should be used in queries</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
				<flag>indexed</flag>
				<flag>primary</flag>
			</column>
			<column std="true">
				<name>table_type</name>
				<description>one of: table, view</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
			</column>
			<column std="true">
				<name>utype</name>
				<description>UTYPE if table corresponds to a data model</description>
				<dataType xsi:type="vod:TAPType">VARCHAR</dataType>
			</column>
		</table>
	</schema>
</vosi:tableset>
