<?xml version='1.0' encoding='UTF-8' standalone='yes'?><?xml-stylesheet type='text/xsl' href='/cxctap/tables.xsl'?><ns2:tableset xmlns:ns2="http://www.ivoa.net/xml/VOSITables/v1.0"><schema><name>TAP_SCHEMA</name><description>TAP schema</description><table type="table"><name>TAP_SCHEMA.schemas</name><description>List of schemas</description><column std="true"><name>schema_name</name><description>Fully qualified schema name</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="16">VARCHAR</dataType></column><column std="true"><name>description</name><description>Brief description of schema</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="256">VARCHAR</dataType></column><column std="true"><name>utype</name><description>UTYPE if schema corresponds to a data model</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><column std="false"><name>id</name><description>For internal purposes</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column></table><table type="table"><name>TAP_SCHEMA.tables</name><description>List of tables</description><column std="true"><name>schema_name</name><description>Fully qualified schema name</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="16">VARCHAR</dataType></column><column std="true"><name>table_name</name><description>Fully qualified table name</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="32">VARCHAR</dataType></column><column std="true"><name>table_type</name><description>One of: table or view</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="8">VARCHAR</dataType></column><column std="true"><name>description</name><description>Brief description of table</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="256">VARCHAR</dataType></column><column std="true"><name>utype</name><description>UTYPE if table corresponds to a data model</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><column std="false"><name>id</name><description>For internal purposes</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><foreignKey><targetTable>TAP_SCHEMA.schemas</targetTable><fkColumn><fromColumn>schema_name</fromColumn><targetColumn>schema_name</targetColumn></fkColumn></foreignKey></table><table type="table"><name>TAP_SCHEMA.columns</name><description>List of columns</description><column std="true"><name>table_name</name><description>Fully qualified table name</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="32">VARCHAR</dataType></column><column std="true"><name>column_name</name><description>Column name</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><column std="true"><name>description</name><description>Brief description of column</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="256">VARCHAR</dataType></column><column std="true"><name>unit</name><description>Unit in VO std format</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><column std="true"><name>ucd</name><description>UCD of column if any</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="128">VARCHAR</dataType></column><column std="true"><name>utype</name><description>Utype</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="128">VARCHAR</dataType></column><column std="true"><name>datatype</name><description>ADQL datatype as in section 2.5</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="16">VARCHAR</dataType></column><column std="true"><name>"size"</name><description>Length of variable length datatypes</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="true"><name>principal</name><description>A principal column (1 true, 0 false)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="true"><name>indexed</name><description>An indexed column (1 true, 0 false)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="true"><name>std</name><description>A std column (1 true, 0 false)</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>id</name><description>For internal purposes</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="true"><name>xtype</name><description>Extended ADQL data type</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><foreignKey><targetTable>TAP_SCHEMA.tables</targetTable><fkColumn><fromColumn>table_name</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey></table><table type="table"><name>TAP_SCHEMA.keys</name><description>List of keys</description><column std="true"><name>key_id</name><description>Unique key descriptor</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><column std="true"><name>from_table</name><description>Fully qualified table name</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="32">VARCHAR</dataType></column><column std="true"><name>target_table</name><description>Fully qualified table name</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="32">VARCHAR</dataType></column><column std="true"><name>description</name><description>Description of this key</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="256">VARCHAR</dataType></column><column std="true"><name>utype</name><description>Utype of this key</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><column std="false"><name>id</name><description>For internal purposes</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><foreignKey><targetTable>TAP_SCHEMA.tables</targetTable><fkColumn><fromColumn>from_table</fromColumn><targetColumn>table_name</targetColumn></fkColumn><fkColumn><fromColumn>target_table</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey></table><table type="table"><name>TAP_SCHEMA.key_columns</name><description>List of key columns</description><column std="true"><name>key_id</name><description>Key identifier from keys table</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><column std="true"><name>from_column</name><description>Key column name in the from_table</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><column std="true"><name>target_column</name><description>Key column name in the target_table</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="64">VARCHAR</dataType></column><column std="false"><name>id</name><description>For internal purposes</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><foreignKey><targetTable>TAP_SCHEMA.columns</targetTable><fkColumn><fromColumn>from_column</fromColumn><targetColumn>column_name</targetColumn></fkColumn><fkColumn><fromColumn>target_column</fromColumn><targetColumn>column_name</targetColumn></fkColumn></foreignKey><foreignKey><targetTable>TAP_SCHEMA.keys</targetTable><fkColumn><fromColumn>key_id</fromColumn><targetColumn>key_id</targetColumn></fkColumn></foreignKey></table></schema><schema><name>ivoa</name><description>International Virtual Observatory Alliance</description><table type="table"><name>ivoa.ObsCore</name><description>ObsCore 1.1</description><column std="false"><name>dataproduct_type</name><description>Logical data product type</description><ucd>meta.code.class</ucd><utype>obscore:ObsDataset.dataProductType</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="6">VARCHAR</dataType></column><column std="false"><name>calib_level</name><description>Calibration level</description><ucd>meta.code;obs.calib</ucd><utype>obscore:ObsDataset.calibLevel</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>obs_collection</name><description>Name of the data collection</description><ucd>meta.id</ucd><utype>obscore:DataID.Collection</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="4">VARCHAR</dataType></column><column std="false"><name>obs_id</name><description>Observation ID</description><ucd>meta.id</ucd><utype>obscore:DataID.observationID</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="7">VARCHAR</dataType></column><column std="false"><name>obs_publisher_did</name><description>Dataset identifier given by the publisher</description><ucd>meta.ref.ivoid</ucd><utype>obscore:Curation.PublisherDID</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="30">VARCHAR</dataType></column><column std="false"><name>access_url</name><description>URL used to access (download) dataset</description><ucd>meta.ref.url</ucd><utype>obscore:Access.Reference</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">CLOB</dataType></column><column std="false"><name>access_format</name><description>File content format</description><ucd>meta.code.mime</ucd><utype>obscore:Access.Format</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="35">VARCHAR</dataType></column><column std="false"><name>target_name</name><description>Astronomical object observed, if any</description><ucd>meta.id;src</ucd><utype>obscore:Target.Name</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="52">VARCHAR</dataType></column><column std="false"><name>s_ra</name><description>Central right ascension, ICRS</description><unit>deg</unit><ucd>pos.eq.ra</ucd><utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>s_dec</name><description>Central declination, ICRS</description><unit>deg</unit><ucd>pos.eq.dec</ucd><utype>obscore:Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>s_fov</name><description>Diameter (bounds) of the covered region</description><unit>deg</unit><ucd>phys.angSize;instr.fov</ucd><utype>obscore:Char.SpatialAxis.Coverage.Bounds.Extent.diameter</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>s_region</name><description>Region covered as specified in STC or ADQL</description><ucd>pos.outline;obs.field</ucd><utype>obscore:Char.SpatialAxis.Coverage.Support.Area</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">REGION</dataType></column><column std="false"><name>s_resolution</name><description>Spatial resolution of data as FWHM</description><unit>arcsec</unit><ucd>pos.angResolution</ucd><utype>obscore:Char.SpatialAxis.Resolution.Refval.value</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>t_min</name><description>Start time in MJD</description><unit>d</unit><ucd>time.start;obs.exposure</ucd><utype>obscore:Char.TimeAxis.Coverage.Bounds.Limits.StartTime</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>t_max</name><description>Stop time in MJD</description><unit>d</unit><ucd>time.end;obs.exposure</ucd><utype>obscore:Char.TimeAxis.Coverage.Bounds.Limits.StopTime</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>t_exptime</name><description>Total exposure time</description><unit>s</unit><ucd>time.duration;obs.exposure</ucd><utype>obscore:Char.TimeAxis.Coverage.Support.Extent</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>t_resolution</name><description>Temporal resolution FWHM</description><unit>s</unit><ucd>time.resolution</ucd><utype>obscore:Char.TimeAxis.Resolution.Refval.value</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>em_min</name><description>Start in spectral coordinates</description><unit>m</unit><ucd>em.wl;stat.min</ucd><utype>obscore:Char.SpectralAxis.Coverage.Bounds.Limits.LoLimit</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>em_max</name><description>Stop in spectral coordinates</description><unit>m</unit><ucd>em.wl;stat.max</ucd><utype>obscore:Char.SpectralAxis.Coverage.Bounds.Limits.HiLimit</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>em_res_power</name><description>Spectral resolving power</description><ucd>spect.resolution</ucd><utype>obscore:Char.SpectralAxis.Resolution.resolpower.refval</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>o_ucd</name><description>UCD of observable (e.g. phot.flux.density)</description><ucd>meta.ucd</ucd><utype>obscore:Char.ObservableAxis.ucd</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="12">VARCHAR</dataType></column><column std="false"><name>pol_states</name><description>List of polarization states or NULL if not applicable</description><ucd>meta.code;phys.polarization</ucd><utype>obscore:Char.PolarizationAxis.stateList</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="2">VARCHAR</dataType></column><column std="false"><name>facility_name</name><description>Name of the instrument used for this observation</description><ucd>meta.id;instr.tel</ucd><utype>obscore:Provenance.ObsConfig.Facility.name</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="8">VARCHAR</dataType></column><column std="false"><name>instrument_name</name><description>Instrument name</description><ucd>meta.id;instr</ucd><utype>obscore:Provenance.ObsConfig.Instrument.name</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="20">VARCHAR</dataType></column><column std="false"><name>dataproduct_subtype</name><description>Data product specific type</description><ucd>meta.code.class</ucd><utype>obscore:ObsDataset.dataProductSubtype</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="20">VARCHAR</dataType></column><column std="false"><name>target_class</name><description>Class of the target object as in SSA</description><ucd>src.class</ucd><utype>obscore:Target.class</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="255">VARCHAR</dataType></column><column std="false"><name>obs_creation_date</name><description>Date when the dataset was created</description><ucd>time;meta.dataset</ucd><utype>obscore:DataID.Date</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">TIMESTAMP</dataType></column><column std="false"><name>obs_creator_name</name><description>Name of the creator of the data</description><ucd>meta.id</ucd><utype>obscore:DataID.Creator</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="4">VARCHAR</dataType></column><column std="false"><name>obs_creator_did</name><description>IVOA dataset identifier given by the creator</description><ucd>meta.id</ucd><utype>obscore:DataID.CreatorDID</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="20">VARCHAR</dataType></column><column std="false"><name>obs_title</name><description>Brief description of dataset in free format</description><ucd>meta.title;obs</ucd><utype>obscore:DataID.Title</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="120">VARCHAR</dataType></column><column std="false"><name>publisher_id</name><description>IVOA-ID for the Publisher</description><ucd>meta.ref.ivoid</ucd><utype>obscore:Curation.PublisherID</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="12">VARCHAR</dataType></column><column std="false"><name>data_rights</name><description>Data rights</description><ucd>meta.code</ucd><utype>obscore:Curation.Rights</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="30">VARCHAR</dataType></column><column std="false"><name>obs_release_date</name><description>Observation release date (ISO 8601)</description><ucd>time.release</ucd><utype>obscore:Curation.releaseDate</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">TIMESTAMP</dataType></column><column std="false"><name>s_resolution_min</name><description>Resolution min value on spectral axis (FHWM of PSF)</description><unit>arcsec</unit><ucd>pos.angResolution;stat.min</ucd><utype>obscore:Char.SpatialAxis.Resolution.Bounds.Limits.LoLimit</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>s_resolution_max</name><description>Resolution max value on spectral axis</description><unit>arcsec</unit><ucd>pos.angResolution;stat.max</ucd><utype>obscore:Char.SpatialAxis.Resolution.Bounds.Limits.HiLimit</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>s_calib_status</name><description>Type of calibration along the spatial axis</description><ucd>meta.code.qual</ucd><utype>obscore:Char.SpatialAxis.calibrationStatus</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="12">VARCHAR</dataType></column><column std="false"><name>s_stat_error</name><description>Astrometric precision along the spatial axis</description><unit>arcsec</unit><ucd>stat.error;pos.eq</ucd><utype>obscore:Char.SpatialAxis.Accuracy.statError.refval.value</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>t_calib_status</name><description>Type of time coord calibration</description><ucd>meta.code.qual</ucd><utype>obscore:Char.TimeAxis.calibrationStatus</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="12">VARCHAR</dataType></column><column std="false"><name>t_stat_error</name><description>Time coord statistical error</description><unit>s</unit><ucd>stat.error;time</ucd><utype>obscore:Char.TimeAxis.Accuracy.StatError.Refval.value</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>em_ucd</name><description>Nature of the spectral axis</description><ucd>meta.ucd</ucd><utype>obscore:Char.SpectralAxis.ucd</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="10">VARCHAR</dataType></column><column std="false"><name>em_unit</name><description>Units along the spectral axis</description><ucd>meta.unit</ucd><utype>obscore:Char.SpectralAxis.unit</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="10">VARCHAR</dataType></column><column std="false"><name>em_res_power_min</name><description>Resolving power min value on spectral axis</description><ucd>spect.resolution;stat.min</ucd><utype>obscore:Char.SpectralAxis.Resolution.ResolPower.LoLimit</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>em_res_power_max</name><description>Resolving power max value on spectral axis</description><ucd>spect.resolution;stat.max</ucd><utype>obscore:Char.SpectralAxis.Resolution.ResolPower.HiLimit</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>em_calib_status</name><description>Type of spectral coord calibration</description><ucd>meta.code.qual</ucd><utype>obscore:Char.SpectralAxis.calibrationStatus</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="12">VARCHAR</dataType></column><column std="false"><name>o_unit</name><description>Units used for the observable values</description><ucd>meta.unit</ucd><utype>obscore:Char.ObservableAxis.unit</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="6">VARCHAR</dataType></column><column std="false"><name>o_calib_status</name><description>Level of calibration for the observable coord</description><ucd>meta.code.qual</ucd><utype>obscore:Char.ObservableAxis.calibrationStatus</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="10">VARCHAR</dataType></column><column std="false"><name>o_stat_error_type</name><description>Error</description><ucd>meta.code.status</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="8">VARCHAR</dataType></column><column std="false"><name>proposal_id</name><description>Identifier of proposal to which observation belongs</description><ucd>meta.id;obs.proposal</ucd><utype>obscore:Provenance.Proposal.identifier</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="10">VARCHAR</dataType></column><column std="false"><name>access_estsize</name><description>Estimated size of dataset in kB</description><unit>kbyte</unit><ucd>phys.size;meta.file</ucd><utype>obscore:Access.Size</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BIGINT</dataType></column><column std="true"><name>s_xel1</name><description>Number of elements along the first spatial axis</description><ucd>meta.number</ucd><utype>obscore:Char.SpatialAxis.numBins1</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BIGINT</dataType><flag>principal</flag></column><column std="true"><name>s_xel2</name><description>Number of elements along the second spatial axis</description><ucd>meta.number</ucd><utype>obscore:Char.SpatialAxis.numBins2</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BIGINT</dataType><flag>principal</flag></column><column std="true"><name>t_xel</name><description>Number of elements along the time axis</description><ucd>meta.number</ucd><utype>obscore:Char.TimeAxis.numBins</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BIGINT</dataType><flag>principal</flag></column><column std="true"><name>em_xel</name><description>Number of elements along the spectral axis</description><ucd>meta.number</ucd><utype>obscore:Char.SpectralAxis.numBins</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BIGINT</dataType><flag>principal</flag></column><column std="true"><name>pol_xel</name><description>Number of polarization samples</description><ucd>meta.number</ucd><utype>obscore:Char.PolarizationAxis.numBins</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">BIGINT</dataType><flag>principal</flag></column></table><table type="table"><name>ivoa.obsplan</name><description>Observation Locator 0.4</description><utype>ivo://ivoa.net/std/obsloctap#table-1.0</utype><column std="false"><name>t_planning</name><description>Planning time in MJD</description><unit>d</unit><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>target_name</name><description>Astronomical object observed, if any</description><ucd>meta.id;src</ucd><utype>Target.name</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="50">VARCHAR</dataType></column><column std="false"><name>obs_id</name><description>Observation ID</description><ucd>meta.id</ucd><utype>DataID.observationID</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="10">VARCHAR</dataType></column><column std="false"><name>obs_collection</name><description>Name of the data collection</description><ucd>meta.id</ucd><utype>DataID.collection</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="4">VARCHAR</dataType></column><column std="false"><name>s_ra</name><description>Central right ascension, ICRS</description><unit>deg</unit><ucd>pos.eq.ra</ucd><utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C1</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>s_dec</name><description>Central declination, ICRS</description><unit>deg</unit><ucd>pos.eq.dec</ucd><utype>Char.SpatialAxis.Coverage.Location.Coord.Position2D.Value2.C2</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>s_fov</name><description>Diameter (bounds) of the covered region</description><unit>deg</unit><ucd>phys.angSize;instr.fov</ucd><utype>Char.SpatialAxis.Coverage.Bounds.Extent.diameter</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>s_resolution</name><description>Spatial resolution of data as FWHM</description><unit>arcsec</unit><ucd>pos.angResolution</ucd><utype>Char.SpatialAxis.Resolution.Refval.value</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>t_min</name><description>Start time in MJD</description><unit>d</unit><ucd>time.start;obs.exposure</ucd><utype>Char.TimeAxis.Coverage.Bounds.Limits.StartTime</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>t_max</name><description>Stop time in MJD</description><unit>d</unit><ucd>time.end;obs.exposure</ucd><utype>Char.TimeAxis.Coverage.Bounds.Limits.StopTime</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>t_exptime</name><description>Total exposure time</description><unit>s</unit><ucd>time.duration;obs.exposure</ucd><utype>Char.TimeAxis.Coverage.Support.Extent</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>t_resolution</name><description>Temporal resolution FWHM</description><unit>s</unit><ucd>time.resolution</ucd><utype>Char.TimeAxis.Resolution.Refval.value</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>em_min</name><description>Start in spectral coordinates</description><unit>m</unit><ucd>em.wl;stat.min</ucd><utype>Char.SpectralAxis.Coverage.Bounds.Limits.LoLimit</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>em_max</name><description>Stop in spectral coordinates</description><unit>m</unit><ucd>em.wl;stat.max</ucd><utype>Char.SpectralAxis.Coverage.Bounds.Limits.HiLimit</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>em_res_power</name><description>Spectral resolving power</description><ucd>spect.resolution</ucd><utype>Char.SpectralAxis.Resolution.ResolPower.refVal</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>o_ucd</name><description>UCD of observable (e.g., phot.flux.density, phot.count, etc.)</description><ucd>meta.ucd</ucd><utype>Char.ObservableAxis.ucd</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="12">VARCHAR</dataType></column><column std="false"><name>pol_states</name><description>List of polarization states or NULL if not applicable</description><ucd>meta.code;phys.polarization</ucd><utype>Char.PolarizationAxis.stateList</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="2">VARCHAR</dataType></column><column std="false"><name>pol_xel</name><description>Number of polarization samples</description><ucd>meta.number</ucd><utype>Char.PolarizationAxis.numBins</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>facility_name</name><description>Name of the facility used for this observation</description><ucd>meta.id;instr.tel</ucd><utype>Provenance.ObsConfig.Facility.name</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="8">VARCHAR</dataType></column><column std="false"><name>instrument_name</name><description>Name of the instrument used for this observation</description><ucd>meta.id;instr</ucd><utype>Provenance.ObsConfig.Instrument.name</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="20">VARCHAR</dataType></column><column std="false"><name>obs_release_date</name><description>Observation release date (ISO 8601)</description><ucd>time.release</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">TIMESTAMP</dataType></column><column std="false"><name>t_plan_exptime</name><description>Planned or scheduled exposure time</description><unit>s</unit><ucd>time.duration;obs.exposure</ucd><utype>Char.TimeAxis.Coverage.Support.Extent</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>category</name><description>Observation category. One of the following values: Fixed, Coordinated, Window, Other</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="20">VARCHAR</dataType></column><column std="false"><name>priority</name><description>Priority level {0, 1, 2}</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>execution_status</name><description>One of the following values: Planned, Scheduled, Unscheduled, Performed, Aborted</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="20">VARCHAR</dataType></column><column std="false"><name>s_region</name><description>Sky region covered by the data product (expressed in ICRS frame)</description><ucd>pos.outline;obs.field</ucd><utype>Char.SpatialAxis.Coverage.Support.Area</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="63">VARCHAR</dataType></column><column std="false"><name>tracking_type</name><description>One of the following values: Sidereal, Solar-system-object-tracking, Fixed-az-el-transit</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="30">VARCHAR</dataType></column></table></schema><schema><name>cxc</name><description>Chandra observation catalog</description><table type="view"><name>cxc.proposal</name><description>Chandra proposal</description><column std="false"><name>number</name><description>Chandra proposal number</description><ucd>meta.id;obs.proposal</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="10">VARCHAR</dataType><flag>principal</flag><flag>indexed</flag></column><column std="false"><name>title</name><description>Title</description><ucd>meta.title</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="120">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>category</name><description>Subject category, e.g. Clusters of Galaxies, Stars and WD, Solar System</description><ucd>meta.code</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="255">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>"PI"</name><description>Principal investigator</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="25">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>type</name><description>Time allocation type: General Observer (GO), Guaranteed Time Observer (GTO), Directors Discretionary Time (DDT), Target of Opportunity (TOO), Calbration (CAL), Chandra Legacy Program (CLP)</description><ucd>meta.code</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="6">VARCHAR</dataType></column><column std="false"><name>abstract</name><description>Abstract</description><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">CLOB</dataType></column></table><table type="view"><name>cxc.observation</name><description>Chandra observation</description><column std="false"><name>obsid</name><description>Chandra observation identifier</description><ucd>meta.id</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag><flag>indexed</flag></column><column std="false"><name>target_name</name><description>Target name</description><ucd>meta.id;src</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="50">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>ra</name><description>Right ascension, ICRS(J2000)</description><unit>deg</unit><ucd>pos.eq.ra</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>dec</name><description>Declination, ICRS(J2000)</description><unit>deg</unit><ucd>pos.eq.dec</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>gal_l</name><description>Galactic longitude</description><unit>deg</unit><ucd>pos.galactic.lon</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>gal_b</name><description>Galactic latitude</description><unit>deg</unit><ucd>pos.galactic.lat</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>instrument</name><description>Instrument: ACIS, ACIS-I, ACIS-S, HRC, HRC-I, HRC-S</description><ucd>meta.id;instr</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="7">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>grating</name><description>Grating: LETG, HETG, None</description><ucd>meta.id;instr</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="5">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>proposal_number</name><description>Chandra proposal number</description><ucd>meta.id;obs.proposal</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="10">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>status</name><description>Observation status: unobserved, scheduled, observed, archived</description><ucd>meta.code.qual</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="20">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>start_date</name><description>Start date of the observation (UTC)</description><ucd>time.start</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">TIMESTAMP</dataType><flag>principal</flag></column><column std="false"><name>public_avail_date</name><description>Date of public availability of the data</description><ucd>time.release</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">TIMESTAMP</dataType><flag>principal</flag></column><column std="false"><name>exposure_time</name><description>Total exposure time</description><unit>ks</unit><ucd>time.duration;obs.exposure</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>exposure_mode</name><description>Exposure mode: ACIS Timed Exposure (TE), ACIS Continuous Clocking (CC), HRC Timing</description><ucd>instr.setup</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="2">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>event_count</name><description>Total event count</description><ucd>phot.count</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>event_count_rate</name><description>Event count per second</description><unit>Hz</unit><ucd>arith.rate;phot.count</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>sequence_num</name><description>Sequence number, relates with other observations</description><ucd>meta.id;obs.sequence</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="6">VARCHAR</dataType></column><column std="false"><name>grid_name</name><description>Grid name, relates with other observations in same grid</description><ucd>meta.id</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="50">VARCHAR</dataType></column><column std="false"><name>joint_obs</name><description>Joint observation, relates with coordinated observations in other observatories</description><ucd>meta.code</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="50">VARCHAR</dataType></column><foreignKey><targetTable>cxc.proposal</targetTable><fkColumn><fromColumn>proposal_number</fromColumn><targetColumn>number</targetColumn></fkColumn></foreignKey></table><table type="view"><name>cxc.image</name><description>SIAP images view</description><column std="false"><name>name</name><description>Image title</description><ucd>VOX:Image_Title</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="128">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>ra</name><description>Source position, ICRS right ascension</description><unit>deg</unit><ucd>POS_EQ_RA_MAIN</ucd><utype>stc:AstroCoords.Position2D.Value2.C1</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>dec</name><description>Source position, ICRS declination</description><unit>deg</unit><ucd>POS_EQ_DEC_MAIN</ucd><utype>stc:AstroCoords.Position2D.Value2.C3</utype><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>accref</name><description>Access reference</description><ucd>VOX:Image_AccessReference</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="128">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>naxes</name><description>Number of image axes</description><ucd>VOX:Image_Naxes</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>naxis</name><description>Array of length in pixels of each image axis</description><ucd>VOX:Image_Naxis</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="8">INTEGER</dataType></column><column std="false"><name>imgfmt</name><description>MIME-type of the object associated with the image access reference</description><ucd>VOX:Image_Format</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="20">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>date_obs</name><description>Epoch at midpoint of observation</description><unit>d</unit><ucd>VOX:Image_MJDateObs</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>imgscale</name><description>Array of image scale for each image axis</description><unit>deg/pixel</unit><ucd>VOX:Image_Scale</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="16">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>obsid</name><description>Chandra observation identifier</description><ucd>ID_MAIN</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType><flag>principal</flag><flag>indexed</flag></column><column std="false"><name>instrument</name><description>Instrument</description><ucd>INST_ID</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="16">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>exptime</name><description>Exposure time</description><unit>ks</unit><ucd>TIME_EXPTIME</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>bandpass</name><description>Bandpass</description><ucd>VOX:BandPass_ID</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="10">VARCHAR</dataType></column><column std="false"><name>bandpass_unit</name><description>Bandpass unit</description><ucd>VOX:BandPass_Unit</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="10">VARCHAR</dataType></column><column std="false"><name>bandlo</name><description>Low limit of the bandpass</description><unit>keV</unit><ucd>VOX:BandPass_LoLimit</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>bandhi</name><description>High limit of the bandpass</description><unit>keV</unit><ucd>VOX:BandPass_HiLimit</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>filesize</name><description>Filesize</description><unit>byte</unit><ucd>VOX:Image_FileSize</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>pixflags</name><description>Flags specifying processing of image (C:copy without change)</description><ucd>VOX:Image_PixFlags</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="1">VARCHAR</dataType></column><column std="false"><name>institute</name><description>Institute</description><ucd>OBSTY_ID</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="10">VARCHAR</dataType></column><foreignKey><targetTable>cxc.observation</targetTable><fkColumn><fromColumn>obsid</fromColumn><targetColumn>obsid</targetColumn></fkColumn></foreignKey></table><table type="view"><name>cxc.cone</name><description>Chandra cone view</description><column std="false"><name>obsid</name><description>Chandra observation identifier</description><ucd>ID_MAIN</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="7">VARCHAR</dataType><flag>principal</flag><flag>indexed</flag></column><column std="false"><name>target_name</name><description>Target name</description><ucd>ID_TARGET</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="50">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>ra</name><description>Right ascension, ICRS(J2000)</description><unit>deg</unit><ucd>POS_EQ_RA_MAIN</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>dec</name><description>Declination, ICRS(J2000)</description><unit>deg</unit><ucd>POS_EQ_DEC_MAIN</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>gal_l</name><description>Galactic longitude</description><unit>deg</unit><ucd>POS_GAL_LON</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>gal_b</name><description>Galactic latitude</description><unit>deg</unit><ucd>POS_GAL_LAT</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>instrument</name><description>Instrument: ACIS, ACIS-I, ACIS-S, HRC, HRC-I, HRC-S</description><ucd>INST_ID</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="7">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>grating</name><description>Grating: LETG, HETG, None</description><ucd>INST_SPECT_CODE</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="5">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>proposal_number</name><description>Chandra proposal number</description><ucd>ID_CANDIDATE</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="10">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>status</name><description>Observation status: unobserved, scheduled, observed, archived</description><ucd>CODE_QUALITY</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="20">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>start_date</name><description>Start date of the observation (UTC)</description><ucd>TIME_DATE</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">TIMESTAMP</dataType><flag>principal</flag></column><column std="false"><name>public_avail_date</name><description>Date of public availability of the data</description><ucd>TIME_DATE</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">TIMESTAMP</dataType><flag>principal</flag></column><column std="false"><name>exposure_time</name><description>Total exposure time</description><unit>ks</unit><ucd>TIME_EXPTIME</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType><flag>principal</flag></column><column std="false"><name>exposure_mode</name><description>Exposure mode: ACIS Timed Exposure (TE), ACIS Continuous Clocking (CC), HRC Timing</description><ucd>INST_SETUP</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="2">VARCHAR</dataType><flag>principal</flag></column><column std="false"><name>event_count</name><description>Total event count</description><ucd>phot.count</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">INTEGER</dataType></column><column std="false"><name>event_count_rate</name><description>Event count per second</description><unit>Hz</unit><ucd>PHOT_COUNTS_RATIO</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType">DOUBLE</dataType></column><column std="false"><name>sequence_num</name><description>Sequence number, relates with other observations</description><ucd>ID_NUMBER</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="6">VARCHAR</dataType></column><column std="false"><name>grid_name</name><description>Grid name, relates with other observations in same grid</description><ucd>ID_GROUP</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="50">VARCHAR</dataType></column><column std="false"><name>joint_obs</name><description>Joint observation, relates with coordinated observations in other observatories</description><ucd>OBS_OTHER</ucd><dataType xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns4="http://www.ivoa.net/xml/VODataService/v1.1" xsi:type="ns4:TAPType" size="50">VARCHAR</dataType></column><foreignKey><targetTable>cxc.cone</targetTable><fkColumn><fromColumn>obsid</fromColumn><targetColumn>obsid</targetColumn></fkColumn></foreignKey></table></schema></ns2:tableset>