<?xml-stylesheet href='/static/xsl/oai.xsl' type='text/xsl'?>
<ri:Resource created="2026-05-11T12:47:38.567" status="active" updated="2026-06-17T08:33:15.536" version="1.2" xmlns:ri="http://www.ivoa.net/xml/RegistryInterface/v1.0" xmlns:tr="http://www.ivoa.net/xml/TAPRegExt/v1.0" xmlns:vs="http://www.ivoa.net/xml/VODataService/v1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.ivoa.net/xml/TAPRegExt/v1.0 http://vo.ari.uni-heidelberg.de/docs/schemata/TAPRegExt.xsd http://www.ivoa.net/xml/VODataService/v1.1 http://vo.ari.uni-heidelberg.de/docs/schemata/VODataService.xsd" xsi:type="vs:CatalogService">
           <title>Einstein Probe TAP Service</title>
           <identifier>ivo://einsteinprobe/tap</identifier>
           <curation>
              <publisher>Einstein Probe TAP Service</publisher>
              <contact>
                 <name>Mo Zhang</name>
                 <email>mzhang@nao.cas.cn</email>
                 <telephone>-</telephone>
              </contact>
           </curation>
           <content>
              <subject>X-ray, Observation Schedule</subject>
              <description>Einstein Probe Observation Schedule and Plans accessed via Table Access Protocol.</description>
              <referenceURL>https://ep.bao.ac.cn/ep/</referenceURL>
           </content>
           <capability standardID="ivo://ivoa.net/std/TAP" xsi:type="tr:TableAccess">
              <interface role="std" xsi:type="vs:ParamHTTP">
                 <accessURL use="base">http://39.105.187.183:8080/tap/tap</accessURL>
              </interface>
              <dataModel ivo-id="ivo://ivoa.net/std/ObsCore/v1.0">ObsCore-1.0</dataModel>
              <language>
                 <name>ADQL</name>
                 <version ivo-id="ivo://ivoa.net/std/ADQL#v2.0">2.0</version>
                 <description>ADQL 2.0</description>
                 <languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-udf">
                    <feature>
                       <form>random() -&gt; DOUBLE</form>
                    </feature>
                    <feature>
                       <form>rtrim(txt VARCHAR) -&gt; VARCHAR</form>
                       <description>Remove trailing spaces.</description>
                    </feature>
                    <feature>
                       <form>rpad(txt VARCHAR, len INTEGER, fill VARCHAR) -&gt; VARCHAR</form>
                       <description>Append as many characters needed from `fill` to `txt` so that the length of the final string is `len`.</description>
                    </feature>
                    <feature>
                       <form>initcap(txt VARCHAR) -&gt; VARCHAR</form>
                       <description>Put the first character in upper case and all the others in lower case.</description>
                    </feature>
                 </languageFeatures>
              </language>
              <outputFormat>
                 <mime>application/x-votable+xml</mime>
                 <alias>votable</alias>
              </outputFormat>
              <outputFormat>
                 <mime>application/x-votable+xml;serialization=BINARY2</mime>
                 <alias>votable/b2</alias>
              </outputFormat>
              <outputFormat>
                 <mime>application/x-votable+xml;serialization=TABLEDATA</mime>
                 <alias>votable/td</alias>
              </outputFormat>
              <outputFormat>
                 <mime>application/x-votable+xml;serialization=FITS</mime>
                 <alias>votable/fits</alias>
              </outputFormat>
              <outputFormat>
                 <mime>application/fits</mime>
                 <alias>fits</alias>
              </outputFormat>
              <outputFormat>
                 <mime>application/json</mime>
                 <alias>json</alias>
              </outputFormat>
              <outputFormat>
                 <mime>text/csv</mime>
                 <alias>csv</alias>
              </outputFormat>
              <outputFormat>
                 <mime>text/tab-separated-values</mime>
                 <alias>tsv</alias>
              </outputFormat>
              <outputFormat>
                 <mime>text/plain</mime>
                 <alias>text</alias>
              </outputFormat>
              <outputFormat>
                 <mime>text/html</mime>
                 <alias>html</alias>
              </outputFormat>
              <retentionPeriod>
                 <default>0</default>
                 <hard>0</hard>
              </retentionPeriod>
              <executionDuration>
                 <default>0</default>
                 <hard>0</hard>
              </executionDuration>
           </capability>
           <capability standardID="ivo://ivoa.net/std/VOSI#tables">
              <interface role="std" xsi:type="vs:ParamHTTP">
                 <accessURL use="full"> http://39.105.187.183:8080/tap/tap/tables </accessURL>
              </interface>
           </capability>
           <capability standardID="ivo://ivoa.net/std/VOSI#capabilities">
              <interface role="std" xsi:type="vs:ParamHTTP">
                 <accessURL use="full"> http://39.105.187.183:8080/tap/tap/capabilities </accessURL>
              </interface>
           </capability>
           <capability standardID="ivo://ivoa.net/std/VOSI#availability">
              <interface role="std" xsi:type="vs:ParamHTTP">
                 <accessURL use="full"> http://39.105.187.183:8080/tap/tap/availability </accessURL>
              </interface>
           </capability>
           <tableset 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>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="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>coosys_id</name>
                       <description>ID of the used coordinate systems (if any).</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column std="true">
                       <name>datatype</name>
                       <description>ADQL datatype as in section 2.5</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column std="true">
                       <name>description</name>
                       <description>brief description of column</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column std="true">
                       <name>indexed</name>
                       <description>an indexed column; 1 means true, 0 means false</description>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column std="true">
                       <name>principal</name>
                       <description>a principal column; 1 means true, 0 means false</description>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column std="true">
                       <name>size</name>
                       <description>length of variable length datatypes</description>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column std="true">
                       <name>std</name>
                       <description>a standard column; 1 means true, 0 means false</description>
                       <dataType xsi:type="vs:TAPType">INTEGER</dataType>
                    </column>
                    <column std="true">
                       <name>table_name</name>
                       <description>table name from TAP_SCHEMA.tables</description>
                       <dataType xsi:type="vs: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="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column std="true">
                       <name>unit</name>
                       <description>unit in VO standard format</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column std="true">
                       <name>utype</name>
                       <description>UTYPE of column if any</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                 </table>
                 <table>
                    <name>TAP_SCHEMA.coosys</name>
                    <description>List of coordinate systems of coordinate columns published in this TAP service.</description>
                    <column>
                       <name>epoch</name>
                       <description>Epoch of the positions (if necessary).</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>equinox</name>
                       <description>Required to fix the equatorial or ecliptic systems (as e.g. J2000 as the default for eq_FK5 or B1950 as the default for eq_FK4).</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column>
                       <name>id</name>
                       <description>ID of the coordinate system definition as it must be in the VOTable.</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                       <flag>indexed</flag>
                       <flag>primary</flag>
                    </column>
                    <column>
                       <name>system</name>
                       <description>The coordinate system among: ICRS, eq_FK5, eq_FK4, ecl_FK4, ecl_FK5, galactic, supergalactic, xy, barycentric, geo_app.</description>
                       <dataType xsi:type="vs: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="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column std="true">
                       <name>key_id</name>
                       <description>unique key identifier</description>
                       <dataType xsi:type="vs: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="vs: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="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column std="true">
                       <name>from_table</name>
                       <description>fully qualified table name</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column std="true">
                       <name>key_id</name>
                       <description>unique key identifier</description>
                       <dataType xsi:type="vs: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="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column std="true">
                       <name>utype</name>
                       <description>utype of this key</description>
                       <dataType xsi:type="vs: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="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column std="true">
                       <name>schema_name</name>
                       <description>schema name, possibly qualified</description>
                       <dataType xsi:type="vs: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="vs: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="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column std="true">
                       <name>schema_name</name>
                       <description>the schema name from TAP_SCHEMA.schemas</description>
                       <dataType xsi:type="vs: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="vs: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="vs:TAPType">VARCHAR</dataType>
                    </column>
                    <column std="true">
                       <name>utype</name>
                       <description>UTYPE if table corresponds to a data model</description>
                       <dataType xsi:type="vs:TAPType">VARCHAR</dataType>
                    </column>
                 </table>
              </schema>
              <schema>
                 <name>ivoa</name>
                 <table>
                    <name>artifacts</name>
                    <description>Artifacts related to observations</description>
                    <column>
                       <name>artifact_id</name>
                       <description>Artifact identifier</description>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>obs_id</name>
                       <description>Observation identifier</description>
                       <ucd>meta.id;obs</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>product_id</name>
                       <description>Product identifier</description>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                 </table>
                 <table>
                    <name>obscore</name>
                    <description>ObsCore view of observations</description>
                    <column>
                       <name>access_estsize</name>
                       <description>Estimated size in bytes</description>
                       <unit>byte</unit>
                       <ucd>phys.size;meta.file</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>access_format</name>
                       <description>MIME type of data</description>
                       <ucd>meta.code.mime</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>access_url</name>
                       <description>URL to access the dataset</description>
                       <ucd>meta.ref.url</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>calib_level</name>
                       <description>Calibration level</description>
                       <ucd>meta.code;obs.calib</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>data_rights</name>
                       <description>Access permissions</description>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>dataproduct_subtype</name>
                       <description>Data product subtype</description>
                       <ucd>meta.code;obs.data</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>dataproduct_type</name>
                       <description>Data product type</description>
                       <ucd>meta.code;obs.data</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>em_band</name>
                       <description>Energy Band</description>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>em_max</name>
                       <description>Maximum spectral coverage</description>
                       <unit>m</unit>
                       <ucd>em.wl;stat.max</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>em_min</name>
                       <description>Minimum spectral coverage</description>
                       <unit>m</unit>
                       <ucd>em.wl;stat.min</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>em_res_power</name>
                       <description>Spectral resolving power</description>
                       <ucd>em.resolution</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>facility_name</name>
                       <description>Observing facility</description>
                       <ucd>meta.id;instr.observatory</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>instrument_name</name>
                       <description>Instrument name</description>
                       <ucd>meta.id;instr</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>o_ucd</name>
                       <description>Observable UCD</description>
                       <ucd>meta.code;phys.obs</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>obs_collection</name>
                       <description>Observation collection</description>
                       <ucd>meta.id;obs.collection</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>obs_creator_name</name>
                       <description>Creator Identifier</description>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>obs_id</name>
                       <description>Observation identifier</description>
                       <ucd>meta.id;obs</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>obs_publisher_did</name>
                       <description>Publisher-assigned identifier</description>
                       <ucd>meta.id;meta.version</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>obs_title</name>
                       <description>Observation Description</description>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>pol_states</name>
                       <description>Polarization states</description>
                       <ucd>meta.code;phys.polarization</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>s_dec</name>
                       <description>Declination (ICRS)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.dec</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>s_fov</name>
                       <description>Field of view</description>
                       <unit>deg</unit>
                       <ucd>pos.angSize;instr</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>s_ra</name>
                       <description>Right Ascension (ICRS)</description>
                       <unit>deg</unit>
                       <ucd>pos.eq.ra</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>s_region</name>
                       <description>Spatial coverage (STC-S)</description>
                       <ucd>pos.outline;obs</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>s_resolution</name>
                       <description>Spatial resolution</description>
                       <unit>arcsec</unit>
                       <ucd>pos.angResolution</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>t_exptime</name>
                       <description>Exposure time</description>
                       <unit>s</unit>
                       <ucd>time.duration;obs.exposure</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>t_max</name>
                       <description>Observation end time (MJD)</description>
                       <unit>d</unit>
                       <ucd>time.end</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>t_min</name>
                       <description>Observation start time (MJD)</description>
                       <unit>d</unit>
                       <ucd>time.start</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>t_resolution</name>
                       <description>Temporal resolution</description>
                       <unit>s</unit>
                       <ucd>time.resolution</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>target_name</name>
                       <description>Target name</description>
                       <ucd>meta.id;src</ucd>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                 </table>
                 <table>
                    <name>obsplan</name>
                    <description>ObsLocTAP compatible table</description>
                    <column>
                       <name>category</name>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>em_max</name>
                       <unit>m</unit>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>em_min</name>
                       <unit>m</unit>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>em_res_power</name>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>facility_name</name>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>instrument_name</name>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>o_ucd</name>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>obs_collection</name>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>obs_id</name>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>obs_release_date</name>
                       <description>date</description>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>pol_states</name>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>pol_xel</name>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>priority</name>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>s_dec</name>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>s_fov</name>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>s_ra</name>
                       <unit>deg</unit>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>s_region</name>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>s_resolution</name>
                       <unit>arcsec</unit>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>t_exptime</name>
                       <unit>s</unit>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>t_max</name>
                       <unit>d</unit>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>t_min</name>
                       <unit>d</unit>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>t_plan_exptime</name>
                       <description>s</description>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>t_planning</name>
                       <unit>d</unit>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>t_resolution</name>
                       <unit>s</unit>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                    <column>
                       <name>target_name</name>
                       <dataType xsi:type="vs:TAPType">UNKNOWN</dataType>
                    </column>
                 </table>
              </schema>
           </tableset>
        </ri:Resource>