<?xml version='1.0'?><?xml-stylesheet href='/static/xsl/oai.xsl' type='text/xsl'?><ri:Resource created="2009-12-01T10:00:00Z" status="active" updated="2026-04-13T12:30:40Z" version="1.2" xmlns:g-colstat="http://dc.g-vo.org/ColStats-1" xmlns:ri="http://www.ivoa.net/xml/RegistryInterface/v1.0" xmlns:tr="http://www.ivoa.net/xml/TAPRegExt/v1.0" xmlns:vg="http://www.ivoa.net/xml/VORegistry/v1.0" xmlns:vr="http://www.ivoa.net/xml/VOResource/v1.0" xmlns:vs="http://www.ivoa.net/xml/VODataService/v1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://dc.g-vo.org/ColStats-1 http://vo.ari.uni-heidelberg.de/docs/schemata/Colstats.xsd http://www.ivoa.net/xml/RegistryInterface/v1.0 http://vo.ari.uni-heidelberg.de/docs/schemata/RegistryInterface.xsd http://www.ivoa.net/xml/TAPRegExt/v1.0 http://vo.ari.uni-heidelberg.de/docs/schemata/TAPRegExt.xsd http://www.ivoa.net/xml/VORegistry/v1.0 http://vo.ari.uni-heidelberg.de/docs/schemata/VORegistry.xsd http://www.ivoa.net/xml/VOResource/v1.0 http://vo.ari.uni-heidelberg.de/docs/schemata/VOResource.xsd http://www.ivoa.net/xml/VODataService/v1.1 http://vo.ari.uni-heidelberg.de/docs/schemata/VODataService.xsd" xsi:type="vs:CatalogService"><title>XAO Data Center TAP service</title><shortName>XAO TAP</shortName><identifier>ivo://xaovo/tap</identifier><curation><publisher>Xinjiang Astronomical Observatory,CAS</publisher><creator><name>Zhang Hailong</name><logo>https://data.xao.ac.cn/favicon.png</logo></creator><date role="Updated">2025-09-23T11:09:07Z</date><contact><name>Zhang Hailong</name><address>150 Science 1-Street, Urumqi, Xinjiang 830011, China</address><email>zhanghailong@xao.ac.cn</email><telephone>+86 18699134012</telephone></contact></curation><content><subject>virtual-observatories</subject><subject>catalogs</subject><description>The XAO Data Center's TAP end point. The Table Access
Protocol (TAP) lets you execute queries against our database tables,
inspect various metadata, and upload your own data. It is thus the
VO's premier way to access public data holdings.

Tables exposed through this endpoint include: agn from the agn schema, fast_pul from the fast_pul schema, dr3lite, edr3lite from the gaia schema, notf from the gallery schema, columns, services, tables from the glots schema, nowt from the nowt schema, data from the obscode schema, main from the ppmxl schema, data from the pulsarcatalog schema, pulsar from the pulsar schema, sf from the sf schema, main from the spm4 schema, columns, groups, key_columns, keys, schemas, tables from the tap_schema schema, data from the ucd schema.</description><referenceURL>https://data.xao.ac.cn/__system__/tap/run/info</referenceURL><relationship><relationshipType>IsServiceFor</relationshipType><relatedResource ivo-id="ivo://xaovo/gaia/q3/dr3lite">Gaia DR3 source catalogue "light"</relatedResource><relatedResource ivo-id="ivo://xaovo/glots/q/createTables">GloTS, the Global TAP Schema</relatedResource><relatedResource ivo-id="ivo://xaovo/__system__/obscore/ObsCore">XAO Data Center Obscore Table</relatedResource></relationship></content><capability standardID="ivo://ivoa.net/std/TAP" xsi:type="tr:TableAccess"><interface role="std" version="1.1" xsi:type="vs:ParamHTTP"><accessURL use="full">https://data.xao.ac.cn/tap</accessURL><mirrorURL>http://data.xao.ac.cn/tap</mirrorURL></interface><dataModel ivo-id="ivo://org.gavo.dc/std/glots#tables-1.0">GloTS 1.0</dataModel><language><name>ADQL</name><version ivo-id="ivo://ivoa.net/std/ADQL#v2.0">2.0</version><version ivo-id="ivo://ivoa.net/std/ADQL#v2.1">2.1</version><description>The Astronomical Data Query Language is the standard IVOA dialect of SQL; it contains a very general SELECT statement as well as some extensions for spherical geometry and higher mathematics.</description><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-udf"><feature><form>gavo_apply_pm(ra DOUBLE PRECISION, dec DOUBLE PRECISION, pmra DOUBLE PRECISION, pmde DOUBLE PRECISION, epdist DOUBLE PRECISION) -&gt; POINT</form><description>Returns a POINT (in the UNDEFINED reference frame) for the position
an object at ra/dec with proper motion pmra/pmde has after epdist years.

positions must be in degrees, PMs in should be in julian years (i.e., proper
motions are expected in degrees/year).  pmra is assumed to contain
cos(delta).

This function goes through the tangential plane.  Since it does not have
information on distance and radial velocity, it cannot reconstruct
the true space motion, and hence its results will degrade over time.

This function should not be used in new queries; use ivo_epoch_prop
instead.</description></feature><feature><form>gavo_getauthority(ivoid TEXT) -&gt; TEXT</form><description>returns the authority part of an ivoid (or, more generally a URI).
So, ivo://org.gavo.dc/foo/bar#baz becomes org.gavo.dc.

The behaviour for anything that's not a full URI is undefined.</description></feature><feature><form>gavo_ipix(long REAL, lat REAL) -&gt; BIGINT</form><description>gavo_ipix returns the q3c ipix for a long/lat pair (it simply wraps
the 13c_ang2ipix function).

This is probably only relevant when you play tricks with indices or
PPMXL ids.</description></feature><feature><form>gavo_match(pattern TEXT, string TEXT) -&gt; INTEGER</form><description>gavo_match returns 1 if the POSIX regular expression pattern
matches anything in string, 0 otherwise.</description></feature><feature><form>gavo_mocintersect(moc1 MOC, moc2 MOC) -&gt; MOC</form><description>returns the intersection of two MOCs.</description></feature><feature><form>gavo_mocunion(moc1 MOC, moc2 MOC) -&gt; MOC</form><description>returns the union of two MOCs.</description></feature><feature><form>gavo_specconv(expr DOUBLE PRECISION, dest_unit TEXT) -&gt; DOUBLE PRECISION</form><description>returns the spectral value expr converted to dest_unit.

expr has to be in either energy, wavelength, or frequency, and dest_unit
must be a VOUnit giving another spectral unit (e.g., MHz, keV, nm, or
Angstrom). This is intended to let users express spectral constraints
in their preferred unit independently of the choice of unit in the
database.  Examples::

	gavo_specconv(obscore.em_min, "keV") &gt; 300
	gavo_specconv(obscore.em_max, "MHz") &gt; 30
	gavo_specconv(spectral_start, "Angstrom") &gt; 4000

There is a variant of gavo_specconv accepting expr's unit in a third
argument.</description></feature><feature><form>gavo_specconv(expr NUMERIC, expr_unit TEXT, dest_unit TEXT) -&gt; NUMERIC</form><description>returns expr assumed to be in expr_unit expressed in dest_unit.

		This is a variant of the two-argument gavo_specconv for when
		the unit of expr is not known to the ADQL translator, either because
		it because it is a literal or because it does not look like
		a spectral unit.  Examples::

			gavo_specconv(656, 'nm', 'J') BETWEEN spectral_start AND spectral_end
			gavo_specconv(arccos(phi)*incidence, 'Hz', 'eV')
		
		Clearly, overriding known units is likely to yield bad results;
		the translator therefore warns if an existing unit is overridden
		with a different unit.</description></feature><feature><form>gavo_vocmatch(vocname TEXT, term TEXT, matchagainst TEXT) -&gt; INTEGER</form><description>returns 1 if matchagainst is term or narrower in the IVOA vocabulary
vocname, 0 otherwise.

This is intended for semantic querying.  For instance,
gavo_vocmatch('datalink/core', 'calibration', semantics) would be 1
if semantics is any of calibration, bias, dark, or flat.

For RDF-flavoured vocabularies (strict trees), term will expand to the
entire branch rooted in term.  For SKOS-flavoured vocabularies (where
narrower is not transitive), only directly narrower terms will be included.

Both the term and the vocabulary name must be string literals (i.e.,
constants).  matchagainst can be any string-valued expression.</description></feature><feature><form>ivo_epoch_prop(ra DOUBLE PRECISION, dec DOUBLE PRECISION, parallax DOUBLE PRECISION, pmra DOUBLE PRECISION, pmdec DOUBLE PRECISION, radial_velocity DOUBLE PRECISION, ref_epoch DOUBLE PRECISION, out_epoch DOUBLE PRECISION) -&gt; DOUBLE PRECISION[6]</form><description>Returns a 6-vector of (ra, dec, parallax, pmra, pmdec, rv)
at out_epoch for these quantities at ref_epoch.

Essentially, it will apply the proper motion under the assumption of
linear motion.  Despite the name of the positional parameters, this is
not restricted to equatorial systems, as long as positions and proper
motions are expressed in the same reference frames.

Units on input and output are degrees for ra and dec, mas for parallax,
mas/yr for pmra and pmdec, and km/s for the radial velocity.

ref_epoch and out_epoch are given in Julian years.

parallax, pmra, pmdec, and radial_velocity may be None and will enter
the computations as 0 then, except in the case of parallax, which
will be some small value.  When abs(parallax) is smaller or equal
to that small value, parallax and radial velocity will be NULL on
output.

In daily use, you probably want to use the ivo_epoch_prop_pos functions.</description></feature><feature><form>ivo_epoch_prop_pos(ra DOUBLE PRECISION, dec DOUBLE PRECISION, parallax DOUBLE PRECISION, pmra DOUBLE PRECISION, pmdec DOUBLE PRECISION, radial_velocity DOUBLE PRECISION, ref_epoch DOUBLE PRECISION, out_epoch DOUBLE PRECISION) -&gt; POINT</form><description>Returns a POINT giving the position at out_epoch for an object
with the six parameters at ref_epoch.

Essentially, it will apply the proper motion under the assumption of
linear motion.  Despite the name of the positional parameters, this is
not restricted to equatorial systems, as long as positions and proper
motions are expressed in the same reference frames.

Units on input are degrees for ra and dec, mas for parallax,
mas/yr for pmra and pmdec, and km/s for the radial velocity.
ref_epoch and out_epoch are given in Julian years.

parallax, pmra, pmdec, and radial_velocity may be None and will enter
the computations as 0 then, except in the case of parallax, which
will be some small value.</description></feature><feature><form>ivo_epoch_prop_pos(ra DOUBLE PRECISION, dec DOUBLE PRECISION, pmra DOUBLE PRECISION, pmdec DOUBLE PRECISION, ref_epoch DOUBLE PRECISION, out_epoch DOUBLE PRECISION) -&gt; POINT</form><description>A variant of ivo_epoch_prop_pos that behave as if parallax
		and radial_velocity were both passed as NULL.</description></feature><feature><form>ivo_geom_transform(from_sys TEXT, to_sys TEXT, geo GEOMETRY) -&gt; GEOMETRY</form><description>The function transforms ADQL geometries between various reference systems.
geo can be a POINT, a CIRCLE, or a POLYGON, and the function will return a
geometry of the same type.  In the current implementation, from_sys and
to_sys must be literal strings (i.e., they cannot be computed through
expressions or be taken from database columns).

All transforms are just simple rotations, which is only a rough
approximation to the actual relationships between reference systems
(in particular between FK4 and ICRS-based ones).  Note that, in particular,
the epoch is not changed (i.e., no proper motions are applied).

We currently support the following reference frames: ICRS, FK5 (which
is treated as ICRS), FK4 (for B1950. without epoch-dependent corrections),
GALACTIC.  Reference frame names are case-sensitive.</description></feature><feature><form>ivo_hashlist_has(hashlist TEXT, item TEXT) -&gt; INTEGER</form><description>The function takes two strings; the first is a list of words not
containing the hash sign (#), concatenated by hash signs, the second is
a word not containing the hash sign.  It returns 1 if, compared
case-insensitively, the second argument is in the list of words coded in
the first argument.  The behaviour in case the the second
argument contains a hash sign is unspecified.</description></feature><feature><form>ivo_hasword(haystack TEXT, needle TEXT) -&gt; INTEGER</form><description>gavo_hasword returns 1 if needle shows up in haystack, 0 otherwise.  This
is for "google-like"-searches in text-like fields.  In word, you can
actually employ a fairly complex query language; see
https://www.postgresql.org/docs/current/textsearch.html
for details.</description></feature><feature><form>ivo_healpix_center(hpxOrder INTEGER, hpxIndex BIGINT) -&gt; POINT</form><description>returns a POINT corresponding to the center of the healpix with
the given index at the given order.</description></feature><feature><form>ivo_healpix_index(order INTEGER, ra DOUBLE PRECISION, dec DOUBLE PRECISION) -&gt; BIGINT</form><description>Returns the index of the (nest) healpix with order containing the
spherical point (ra, dec).

An alternative, 2-argument form

ivo_healpix_index(order INTEGER, p POINT) -&gt; BIGINT

is also available.</description></feature><feature><form>ivo_histogram(val REAL, lower REAL, upper REAL, nbins INTEGER) -&gt; INTEGER[]</form><description>The aggregate function returns a histogram of val with nbins+2 elements.
Assuming 0-based arrays, result[0] contains the number of underflows (i.e.,
val&lt;lower), result[nbins+1] the number of overflows.  Elements 1..nbins
are the counts in nbins bins of width (upper-lower)/nbins.  Clients
will have to convert back to physical units using some external
communication, there currently is no (meta-) data as lower and upper in
the TAP response.</description></feature><feature><form>ivo_interval_has(val NUMERIC, iv INTERVAL) -&gt; INTEGER</form><description>The function returns 1 if the interval iv contains val, 0 otherwise.
The lower limit is always included in iv, behaviour on the upper
limit is column-specific.</description></feature><feature><form>ivo_interval_overlaps(l1 NUMERIC, h1 NUMERIC, l2 NUMERIC, h2 NUMERIC) -&gt; INTEGER</form><description>The function returns 1 if the interval [l1...h1] overlaps with
the interval [l2...h2].  For the purposes of this function,
the case l1=h2 or l2=h1 is treated as overlap.  The function
returns 0 for non-overlapping intervals.</description></feature><feature><form>ivo_nocasematch(value TEXT, pattern TEXT) -&gt; INTEGER</form><description>ivo_nocasematch returns 1 if pattern matches value, 0 otherwise.
pattern is defined as for the SQL LIKE operator, but the
match is performed case-insensitively.  This function in effect
provides a surrogate for the ILIKE SQL operator that is missing from
ADQL.

On this site, this is actually implemented using python's and SQL's
LOWER, so for everything except ASCII, your mileage will vary.</description></feature><feature><form>ivo_normal_random(mu REAL, sigma REAL) -&gt; REAL</form><description>The function returns a random number drawn from a normal distribution
with mean mu and width sigma.

Implementation note: Right now, the Gaussian is approximated by
summing up and scaling ten calls to random.  This, hence, is not
very precise or fast.  It might work for some use cases, and we
will provide a better implementation if this proves inadequate.</description></feature><feature><form>ivo_simbadpoint(identifier TEXT) -&gt; POINT</form><description>gavo_simbadpoint queries simbad for an identifier and returns the
corresponding point.  Note that identifier can only be a literal,
i.e., as simple string rather than a column name. This is because
our database cannot query simbad, and we probably wouldn't want
to fire off millions of simbad queries anyway; use simbad's own
TAP service for this kind of application.</description></feature><feature><form>ivo_string_agg(expression TEXT, delimiter TEXT) -&gt; TEXT</form><description>An aggregate function returning all values of
expression within a GROUP contcatenated with delimiter</description></feature><feature><form>ivo_to_jd(d TIMESTAMP) -&gt; DOUBLE PRECISION</form><description>The function converts a postgres timestamp to julian date.
This is naive; no corrections for timezones, let alone time
scales or the like are done; you can thus not expect this to be
good to second-precision unless you are careful in the construction
of the timestamp.</description></feature><feature><form>ivo_to_mjd(d TIMESTAMP) -&gt; DOUBLE PRECISION</form><description>The function converts a postgres timestamp to modified julian date.
This is naive; no corrections for timezones, let alone time
scales or the like are done; you can thus not expect this to be
good to second-precision unless you are careful in the construction
of the timestamp.</description></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adqlgeo"><feature><form>BOX</form></feature><feature><form>POINT</form></feature><feature><form>CIRCLE</form></feature><feature><form>POLYGON</form></feature><feature><form>REGION</form></feature><feature><form>CENTROID</form></feature><feature><form>COORD1</form></feature><feature><form>COORD2</form></feature><feature><form>DISTANCE</form></feature><feature><form>CONTAINS</form></feature><feature><form>INTERSECTS</form></feature><feature><form>AREA</form></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-conditional"><feature><form>COALESCE</form></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-string"><feature><form>LOWER</form></feature><feature><form>ILIKE</form></feature><feature><form>UPPER</form></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-offset"><feature><form>OFFSET</form></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-type"><feature><form>CAST</form></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-unit"><feature><form>IN_UNIT</form></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-common-table"><feature><form>WITH</form></feature></languageFeatures><languageFeatures type="ivo://org.gavo.dc/std/exts#extra-adql-keywords"><feature><form>TABLESAMPLE</form><description>Written after a table reference, TABLESAMPLE(10) will make the database only use 10% of the rows; these are `somewhat random' in that the system will use random blocks.  This should be good enough when just testing queries (and much better than using TOP n).</description></feature><feature><form>MOC</form><description>A geometry function creating MOCs.  It either takes a string argument with an ASCII MOC ('4/13 17-18 8/3002'), or an order and another geometry.</description></feature><feature><form>VECTORMATH</form><description>You can compute with vectors here. See https://wiki.ivoa.net/twiki/bin/view/IVOA/ADQLVectorMath for an overview of the functions and operators available.</description></feature><feature><form>CASE</form><description>The SQL92 CASE expression</description></feature></languageFeatures><languageFeatures type="ivo://ivoa.net/std/TAPRegExt#features-adql-sets"><feature><form>UNION</form></feature><feature><form>EXCEPT</form></feature><feature><form>INTERSECT</form></feature></languageFeatures></language><outputFormat><mime>text/tab-separated-values</mime><alias>tsv</alias></outputFormat><outputFormat><mime>text/plain</mime><alias>txt</alias></outputFormat><outputFormat><mime>text/csv</mime><alias>csv_bare</alias></outputFormat><outputFormat><mime>text/csv;header=present</mime><alias>csv</alias></outputFormat><outputFormat><mime>application/json</mime><alias>json</alias></outputFormat><outputFormat><mime>application/geo+json</mime><alias>geojson</alias></outputFormat><outputFormat ivo-id="ivo://ivoa.net/std/TAPRegExt#output-votable-binary"><mime>application/x-votable+xml</mime><alias>votable</alias></outputFormat><outputFormat ivo-id="ivo://ivoa.net/std/TAPRegExt#output-votable-binary2"><mime>application/x-votable+xml;serialization=BINARY2</mime><alias>votable/b2</alias><alias>votableb2</alias></outputFormat><outputFormat ivo-id="ivo://ivoa.net/std/TAPRegExt#output-votable-td"><mime>application/x-votable+xml;serialization=TABLEDATA</mime><alias>text/xml</alias><alias>votable/td</alias><alias>votabletd</alias></outputFormat><outputFormat><mime>application/x-votable+xml;serialization=TABLEDATA;version=1.1</mime><alias>text/xml</alias><alias>votabletd1.1</alias></outputFormat><outputFormat><mime>application/x-votable+xml;version=1.1</mime><alias>text/xml</alias><alias>votable1.1</alias></outputFormat><outputFormat><mime>application/x-votable+xml;serialization=TABLEDATA;version=1.2</mime><alias>text/xml</alias><alias>votabletd1.2</alias></outputFormat><outputFormat><mime>application/x-votable+xml;serialization=TABLEDATA;version=1.6</mime><alias>vodml</alias></outputFormat><outputFormat><mime>application/x-votable+xml;version=1.6</mime><alias>vodmlb</alias></outputFormat><outputFormat><mime>text/html</mime><alias>html</alias></outputFormat><outputFormat><mime>application/fits</mime><alias>fits</alias></outputFormat><uploadMethod ivo-id="ivo://ivoa.net/std/TAPRegExt#upload-inline"/><uploadMethod ivo-id="ivo://ivoa.net/std/TAPRegExt#upload-http"/><uploadMethod ivo-id="ivo://ivoa.net/std/TAPRegExt#upload-https"/><uploadMethod ivo-id="ivo://ivoa.net/std/TAPRegExt#upload-ftp"/><retentionPeriod><default>172800</default></retentionPeriod><executionDuration><default>60</default></executionDuration><outputLimit><default unit="row">20000</default><hard unit="row">20000000</hard></outputLimit><uploadLimit><hard unit="byte">500000</hard></uploadLimit></capability><capability standardID="ivo://ivoa.net/std/VOSI#capabilities"><interface role="std" xsi:type="vs:ParamHTTP"><accessURL use="full">https://data.xao.ac.cn/__system__/tap/run/capabilities</accessURL><mirrorURL>http://data.xao.ac.cn/__system__/tap/run/capabilities</mirrorURL></interface></capability><capability standardID="ivo://ivoa.net/std/VOSI#availability"><interface role="std" xsi:type="vs:ParamHTTP"><accessURL use="full">https://data.xao.ac.cn/__system__/tap/run/availability</accessURL><mirrorURL>http://data.xao.ac.cn/__system__/tap/run/availability</mirrorURL></interface></capability><capability standardID="ivo://ivoa.net/std/VOSI#tables"><interface role="std" version="1.1" xsi:type="vs:ParamHTTP"><accessURL use="full">https://data.xao.ac.cn/__system__/tap/run/tableMetadata</accessURL><mirrorURL>http://data.xao.ac.cn/__system__/tap/run/tableMetadata</mirrorURL></interface></capability><tableset><schema><name>tap_schema</name><description> XAO Data Center's Table Access Protocol (TAP) service with
table metadata.</description><table><name>tap_schema.tables</name><description>Tables available for ADQL querying.</description><column><name>schema_name</name><description>Fully qualified schema name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>table_name</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>table_type</name><description>One of: table, view</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>description</name><description>Brief description of the table</description><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>utype</name><description>utype if the table corresponds to a data model</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>table_index</name><description>Suggested position this table should take in a sorted list of tables from this data center</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>sourcerd</name><description>Id of the originating rd (local information)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>nrows</name><description>The approximate size of the table in rows</description><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><foreignKey><targetTable>tap_schema.schemas</targetTable><fkColumn><fromColumn>schema_name</fromColumn><targetColumn>schema_name</targetColumn></fkColumn></foreignKey></table><table><name>tap_schema.columns</name><description>Columns in tables available for ADQL querying.</description><column><name>table_name</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>column_name</name><description>Column name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>description</name><description>Brief description of column</description><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>unit</name><description>Unit in VO standard format</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ucd</name><description>UCD of column if any</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>utype</name><description>Utype of column if any</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>datatype</name><description>ADQL datatype</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>arraysize</name><description>Arraysize in VOTable notation</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>xtype</name><description>VOTable extended type information (for special interpretation of data content, e.g., timestamps or points)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"size"</name><description>Legacy length (ignore if you can).</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>principal</name><description>Is column principal?</description><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>indexed</name><description>Is there an index on this column?</description><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>std</name><description>Is this a standard column?</description><dataType xsi:type="vs:VOTableType">int</dataType></column><column><name>sourcerd</name><description>Id of the originating rd (local information)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>column_index</name><description>1-based index of the column in database order.</description><dataType xsi:type="vs:VOTableType">short</dataType><flag>nullable</flag></column><foreignKey><targetTable>tap_schema.tables</targetTable><fkColumn><fromColumn>table_name</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey></table><table><name>tap_schema.schemas</name><description>Schemas containing tables available for ADQL querying.</description><column><name>schema_name</name><description>Fully qualified schema name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>description</name><description>Brief description of the schema</description><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>utype</name><description>utype if schema corresponds to a data model</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>schema_index</name><description>Suggested position this schema should take in a sorted list of schemas from this data center.</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column></table><table><name>tap_schema.keys</name><description>Foreign key relationships between tables available for ADQL querying.</description><column><name>key_id</name><description>Unique key identifier</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>from_table</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_table</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>description</name><description>Description of this key</description><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>nullable</flag></column><column><name>utype</name><description>Utype of this key</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>sourcerd</name><description>Id of the originating rd (local information)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><foreignKey><targetTable>tap_schema.tables</targetTable><fkColumn><fromColumn>from_table</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey><foreignKey><targetTable>tap_schema.tables</targetTable><fkColumn><fromColumn>target_table</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey></table><table><name>tap_schema.key_columns</name><description>Columns participating in foreign key relationships between tables
available for ADQL querying.</description><column><name>key_id</name><description>Key identifier from TAP_SCHEMA.keys</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>from_column</name><description>Key column name in the from table</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>target_column</name><description>Key column in the target table</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>sourcerd</name><description>Id of the originating rd (local information)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><foreignKey><targetTable>tap_schema.keys</targetTable><fkColumn><fromColumn>key_id</fromColumn><targetColumn>key_id</targetColumn></fkColumn></foreignKey></table><table><name>tap_schema.groups</name><description>Columns that are part of groups within tables available for ADQL
querying.</description><column><name>table_name</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>column_name</name><description>Name of a column belonging to the group</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>column_utype</name><description>utype the column within the group</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>group_name</name><description>Name of the group</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>group_utype</name><description>utype of the group</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>sourcerd</name><description>Id of the originating rd (local information)</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><foreignKey><targetTable>tap_schema.tables</targetTable><fkColumn><fromColumn>table_name</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey></table></schema><schema><name>agn</name><title>XAO AGN Flux Monitoring Data</title><description>Active Galactic Nuclei (AGNs) 
are extragalactic objects characterized by extremely complex physical processes 
and strong temporal flux variability over almost the whole electromagnetic 
spectrum, which play a very important role in studying the formation and 
evolution of galaxies, cosmology and many other astrophysical problems. 
Flux variability is one of the most remarkable observational characteristics 
of AGNs and the variability time scales are from minutes to dozens of years. 
Multi-wavelength flux monitoring is the main means to study the nature of AGN flux variability.

In order to systematically study the total flux variability of  AGNs in radio band, 
we launched a long-term program, which is called the quasi- Simultaneous Multiwavelength 
Monitoring of AGNs with the Nanshan 26-m radio telescope of Xinjiang Astronomical Observatory (XAO), 
namely SMMAN program. The monitoring data were acquired monthly with the cross-scan mode at 
C-band (4.8 GHz) and K-band (23.6 GHz) for a sample of about 100 AGNs selected from Fermi-LAT suvery.  
Additionally,  we also conducted weekly monitoring observations or Intra-Day Vairibility (IDV) 
observations for some of flaring Blazars to reveal their more complex variability time scales.</description><table><name>agn.agn</name><description>Active Galactic Nuclei (AGNs) 
are extragalactic objects characterized by extremely complex physical processes 
and strong temporal flux variability over almost the whole electromagnetic 
spectrum, which play a very important role in studying the formation and 
evolution of galaxies, cosmology and many other astrophysical problems. 
Flux variability is one of the most remarkable observational characteristics 
of AGNs and the variability time scales are from minutes to dozens of years. 
Multi-wavelength flux monitoring is the main means to study the nature of AGN flux variability.

In order to systematically study the total flux variability of  AGNs in radio band, 
we launched a long-term program, which is called the quasi- Simultaneous Multiwavelength 
Monitoring of AGNs with the Nanshan 26-m radio telescope of Xinjiang Astronomical Observatory (XAO), 
namely SMMAN program. The monitoring data were acquired monthly with the cross-scan mode at 
C-band (4.8 GHz) and K-band (23.6 GHz) for a sample of about 100 AGNs selected from Fermi-LAT suvery.  
Additionally,  we also conducted weekly monitoring observations or Intra-Day Vairibility (IDV) 
observations for some of flaring Blazars to reveal their more complex variability time scales.</description><column><name>accref</name><description>Access key for the data</description><ucd>meta.ref.url</ucd><utype>Access.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>owner</name><description>Owner of the data</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>embargo</name><description>Date the data will become/became public</description><unit>yr</unit><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>mime</name><description>MIME type of the file served</description><ucd>meta.code.mime</ucd><utype>Access.Format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>accsize</name><description>Size of the data in bytes</description><unit>byte</unit><ucd>VOX:Image_FileSize</ucd><utype>Access.Size</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>ra</name><description>Area center RA ICRS</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>dec</name><description>Area center Declination ICRS</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>coverage</name><description>Field covered by the point</description><unit>deg</unit><dataType arraysize="3" extendedType="circle" xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>date_obs</name><description>Observation date</description><unit>d</unit><ucd>time.obs</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>object</name><description>Object observed</description><ucd>meta.id;meta.main</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>fast_pul</name><title>FAST Pulsar Data Query Test</title><description>
The data could only be used with the permission of Dr. Na Wang (na.wang@xao.ac.cn), please send her an email for your request.</description><table><name>fast_pul.fast_pul</name><description>
The data could only be used with the permission of Dr. Na Wang (na.wang@xao.ac.cn), please send her an email for your request.</description><column><name>accref</name><description>Access key for the data</description><ucd>meta.ref.url</ucd><utype>Access.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>owner</name><description>Owner of the data</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>embargo</name><description>Date the data will become/became public</description><unit>yr</unit><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>mime</name><description>MIME type of the file served</description><ucd>meta.code.mime</ucd><utype>Access.Format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>accsize</name><description>Size of the data in bytes</description><unit>byte</unit><ucd>VOX:Image_FileSize</ucd><utype>Access.Size</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>id</name><description>Artificial identifier of the observation</description><ucd>meta.id;meta.main</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>ra</name><description>Area center RA ICRS</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>dec</name><description>Area center Declination ICRS</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>date_obs</name><description>Observation date</description><unit>d</unit><ucd>time.obs</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>object</name><description>Object observed</description><ucd>meta.id;src</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>object_zhl</name><description>Object observed</description><ucd>meta.id;src</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>observer</name><description>Observer Name</description><ucd>obs.observer</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>projid</name><description>Project Name</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>frontend</name><description>Receiver ID</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>backend</name><description>Backend ID</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>beconfig</name><description>Backend Configuration File Name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_mode</name><description>Observation Mode</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obsfreq</name><description>Observation Frequency</description><unit>MHz</unit><ucd>em.bin</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>obsbw</name><description>Observation Bandwidth</description><unit>MHz</unit><ucd>instr.bandwidth</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>obsnchan</name><description>Number of Frequency Channels</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column></table></schema><schema><name>gaia</name><title>Selections from Gaia Data Release 3 (DR3)</title><description>
This schema contains data re-published from the official
Gaia mirrors (such as ivo://uni-heidelberg.de/gaia/tap) either to
support combining its data with local tables (the various Xlite tables)
or to make the data more accessible to VO clients (e.g., epoch fluxes).</description><table><name>gaia.dr3lite</name><title>Gaia DR3 source catalogue "light"</title><description> This is gaia_source from the Gaia Data Release 3, stripped to just
enough columns to enable basic science (but therefore a bit faster and
simpler to deal with than the full gaia_source table).

Note that on this server, there is also The gedr3dist.main, which
gives distances computed by Bailer-Jones et al. Use these in
preference to working with the raw parallaxes.

The full DR3 is available from numerous places in the VO (in
particular from the TAP services ivo://uni-heidelberg.de/gaia/tap and
ivo://esavo/gaia/tap).</description><nrows>1811709771</nrows><column><name>source_id</name><description>Gaia DR3 unique source identifier. Note that this *cannot* be matched against the DR1 or DR2 source_ids.</description><ucd>meta.id;meta.main</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>ra</name><description>Barycentric Right Ascension in ICRS at epoch J2016.0</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>dec</name><description>Barycentric Declination in ICRS at epoch J2016.0</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>ra_error</name><description>Standard error of ra (with cos δ applied).</description><unit>mas</unit><ucd>stat.error;pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>dec_error</name><description>Standard error of dec</description><unit>mas</unit><ucd>stat.error;pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>pmra</name><description>Proper motion in right ascension of the source in ICRS at J2016.0. This is the tangent plane projection (i.e., multiplied by cos(δ)) of the proper motion vector in the direction of increasing right ascension.</description><unit>mas/yr</unit><ucd>pos.pm;pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>pmdec</name><description>Proper motion in declination at J2016.0.</description><unit>mas/yr</unit><ucd>pos.pm;pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>pmra_error</name><description>Standard error of pmra</description><unit>mas/yr</unit><ucd>stat.error;pos.pm;pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>pmdec_error</name><description>Standard error of pmdec</description><unit>mas/yr</unit><ucd>stat.error;pos.pm;pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>parallax</name><description>Absolute barycentric stellar parallax of the source at the reference epoch J2016.0. If looking for a distance, consider joining with gedr3dist.main and using the distances from there.</description><unit>mas</unit><ucd>pos.parallax</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>parallax_error</name><description>Standard error of parallax</description><unit>mas</unit><ucd>stat.error;pos.parallax</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>phot_g_mean_mag</name><description>Mean magnitude in the G band. This is computed from the G-band mean flux applying the magnitude zero-point in the Vega scale. To obtain error estimates, see phot_g_mean_flux_over_error.</description><unit>mag</unit><ucd>phot.mag;em.opt;stat.mean</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>phot_g_mean_flux_over_error</name><description>Integrated mean G flux divided by its error. Errors are computed from the dispersion about the weighted mean of the input calibrated photometry.</description><ucd>stat.snr;phot.flux;em.opt;stat.mean</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>phot_rp_mean_flux_over_error</name><description>Integrated mean RP flux divided by its error. Errors are computed from the dispersion about the weighted mean of the input calibrated photometry.</description><ucd>stat.snr;phot.flux;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>phot_rp_mean_mag</name><description>Mean magnitude in the integrated RP band. This is computed from the RP-band mean flux applying the magnitude zero-point in the Vega scale. To obtain error estimates, see phot_rp_mean_flux_over_error.</description><unit>mag</unit><ucd>phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>phot_bp_mean_flux_over_error</name><description>Integrated mean BP flux divided by its error. Errors are computed from the dispersion about the weighted mean of the input calibrated photometry.</description><ucd>stat.snr;phot.flux;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>phot_bp_mean_mag</name><description>Mean magnitude in the integrated BP band. This is computed from the BP-band mean flux applying the magnitude zero-point in the Vega scale. To obtain error estimates, see phot_bp_mean_flux_over_error.</description><unit>mag</unit><ucd>phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>phot_bp_rp_excess_factor</name><description>BP/RP excess factor estimated from the comparison of the sum of integrated BP and RP fluxes with respect to the flux in the G band. This measures the excess of flux in the BP and RP integrated photometry with respect to the G band. This excess is believed to be caused by background and contamination issues affecting the BP and RP data. Therefore a large value of this factor for a given source indicates systematic errors in the BP and RP photometry.</description><ucd>stat.fit.goodness</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>astrometric_excess_noise</name><description>This is the excess noise of the source, measuring the disagreement, expressed as an angle, between the observations of a source and the best-fitting standard astrometric model (using five astrometric parameters). A value of 0 signifies a well-behaved source, a positive value signifies that the residuals are larger than expected.</description><unit>mas</unit><ucd>stat.fit.goodness</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>radial_velocity</name><description>Spectroscopic radial velocity in the solar barycentric reference frame. For stars brighter than about 12 mag, this is the median of all single-epoch measurements. For fainter stars, RV estimation is from a co-added spectrum.</description><unit>km/s</unit><ucd>spect.dopplerVeloc.opt;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>radial_velocity_error</name><description>Error in radial_velocity; this is the error of the median for bright stars. For faint stars, it is derived from the cross-correlation function.</description><unit>km/s</unit><ucd>stat.error;spect.dopplerVeloc</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>pseudocolour</name><description>Effective wavenumber of the source estimated in the final astrometric processing. The pseudocolour is the astrometrically estimated effective wavenumber of the photon flux distribution in the astrometric (G) band, estimated from the chromatic displacements of image centroids. The field is empty when chromaticity was instead taken into account using the photometrically determined ν_eff given in the field nu_eff_used_in_astrometry.</description><unit>um**-1</unit><ucd>em.wavenumber;phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>pseudocolour_error</name><description>Standard error of the pseudocolour.</description><unit>um**-1</unit><ucd>stat.error;em.wavenumber;phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>visibility_periods_used</name><description>Number of visibility periods (groups of observations at least 4 days apart) used in the astrometric solution. A small value (less than 10) indicates that the calculated parallax could be more vulnerable to error not reflected in the formal uncertainties.</description><ucd>meta.number;obs</ucd><dataType xsi:type="vs:VOTableType">short</dataType></column><column><name>astrometric_params_solved</name><description>This is a binary code indicating which astrometric parameters were estimated for the source. A set bit means the parameter was estimated. The least-significant bit represents α, the next bits δ, parallax, PM(RA) and PM(De). For Gaia DR2 the only relevant values are 31 (all five parameters solved) and 3 (only positions).</description><ucd>meta.code</ucd><dataType xsi:type="vs:VOTableType">short</dataType><flag>nullable</flag></column><column><name>random_index</name><description>Random index that can be used to deterministically select subsets</description><ucd>meta.code</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag></column><column><name>ruwe</name><description>Renormalized Unit Weight Error; this is a revised measure for the overall consistency of the solution as defined by GAIA-C3-TN-LU-LL-124-01. A suggested cut on this is RUWE &lt;1.40) See the note for details.</description><ucd>stat.weight</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column></table><table><name>gaia.edr3lite</name><title>Gaia eDR3 source catalogue "light"</title><description> This is a “light” version of the full Gaia DR3 gaia_source table. It
is just a view copying gaia.dr3lite, which should preferentially be
used in new queries. This table is being kept around in order to keep
legacy queries from breaking unnecessarily. However, it is actually
DR3 data rather than eDR3. The minute differences did not seem to
warrant keeping two copies of the relatively massive data around.</description><nrows>1811709771</nrows><column><name>source_id</name><description>Gaia DR3 unique source identifier. Note that this *cannot* be matched against the DR1 or DR2 source_ids.</description><ucd>meta.id;meta.main</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>ra</name><description>Barycentric Right Ascension in ICRS at epoch J2016.0</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>dec</name><description>Barycentric Declination in ICRS at epoch J2016.0</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>ra_error</name><description>Standard error of ra (with cos δ applied).</description><unit>mas</unit><ucd>stat.error;pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>dec_error</name><description>Standard error of dec</description><unit>mas</unit><ucd>stat.error;pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>pmra</name><description>Proper motion in right ascension of the source in ICRS at J2016.0. This is the tangent plane projection (i.e., multiplied by cos(δ)) of the proper motion vector in the direction of increasing right ascension.</description><unit>mas/yr</unit><ucd>pos.pm;pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>pmdec</name><description>Proper motion in declination at J2016.0.</description><unit>mas/yr</unit><ucd>pos.pm;pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>pmra_error</name><description>Standard error of pmra</description><unit>mas/yr</unit><ucd>stat.error;pos.pm;pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>pmdec_error</name><description>Standard error of pmdec</description><unit>mas/yr</unit><ucd>stat.error;pos.pm;pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>parallax</name><description>Absolute barycentric stellar parallax of the source at the reference epoch J2016.0. If looking for a distance, consider joining with gedr3dist.main and using the distances from there.</description><unit>mas</unit><ucd>pos.parallax</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>parallax_error</name><description>Standard error of parallax</description><unit>mas</unit><ucd>stat.error;pos.parallax</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>phot_g_mean_mag</name><description>Mean magnitude in the G band. This is computed from the G-band mean flux applying the magnitude zero-point in the Vega scale. To obtain error estimates, see phot_g_mean_flux_over_error.</description><unit>mag</unit><ucd>phot.mag;em.opt;stat.mean</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>phot_g_mean_flux_over_error</name><description>Integrated mean G flux divided by its error. Errors are computed from the dispersion about the weighted mean of the input calibrated photometry.</description><ucd>stat.snr;phot.flux;em.opt;stat.mean</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>phot_rp_mean_flux_over_error</name><description>Integrated mean RP flux divided by its error. Errors are computed from the dispersion about the weighted mean of the input calibrated photometry.</description><ucd>stat.snr;phot.flux;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>phot_rp_mean_mag</name><description>Mean magnitude in the integrated RP band. This is computed from the RP-band mean flux applying the magnitude zero-point in the Vega scale. To obtain error estimates, see phot_rp_mean_flux_over_error.</description><unit>mag</unit><ucd>phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>phot_bp_mean_flux_over_error</name><description>Integrated mean BP flux divided by its error. Errors are computed from the dispersion about the weighted mean of the input calibrated photometry.</description><ucd>stat.snr;phot.flux;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>phot_bp_mean_mag</name><description>Mean magnitude in the integrated BP band. This is computed from the BP-band mean flux applying the magnitude zero-point in the Vega scale. To obtain error estimates, see phot_bp_mean_flux_over_error.</description><unit>mag</unit><ucd>phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>phot_bp_rp_excess_factor</name><description>BP/RP excess factor estimated from the comparison of the sum of integrated BP and RP fluxes with respect to the flux in the G band. This measures the excess of flux in the BP and RP integrated photometry with respect to the G band. This excess is believed to be caused by background and contamination issues affecting the BP and RP data. Therefore a large value of this factor for a given source indicates systematic errors in the BP and RP photometry.</description><ucd>stat.fit.goodness</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>astrometric_excess_noise</name><description>This is the excess noise of the source, measuring the disagreement, expressed as an angle, between the observations of a source and the best-fitting standard astrometric model (using five astrometric parameters). A value of 0 signifies a well-behaved source, a positive value signifies that the residuals are larger than expected.</description><unit>mas</unit><ucd>stat.fit.goodness</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>radial_velocity</name><description>Spectroscopic radial velocity in the solar barycentric reference frame. For stars brighter than about 12 mag, this is the median of all single-epoch measurements. For fainter stars, RV estimation is from a co-added spectrum.</description><unit>km/s</unit><ucd>spect.dopplerVeloc.opt;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>radial_velocity_error</name><description>Error in radial_velocity; this is the error of the median for bright stars. For faint stars, it is derived from the cross-correlation function.</description><unit>km/s</unit><ucd>stat.error;spect.dopplerVeloc</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>pseudocolour</name><description>Effective wavenumber of the source estimated in the final astrometric processing. The pseudocolour is the astrometrically estimated effective wavenumber of the photon flux distribution in the astrometric (G) band, estimated from the chromatic displacements of image centroids. The field is empty when chromaticity was instead taken into account using the photometrically determined ν_eff given in the field nu_eff_used_in_astrometry.</description><unit>um**-1</unit><ucd>em.wavenumber;phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>pseudocolour_error</name><description>Standard error of the pseudocolour.</description><unit>um**-1</unit><ucd>stat.error;em.wavenumber;phot.color</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>visibility_periods_used</name><description>Number of visibility periods (groups of observations at least 4 days apart) used in the astrometric solution. A small value (less than 10) indicates that the calculated parallax could be more vulnerable to error not reflected in the formal uncertainties.</description><ucd>meta.number;obs</ucd><dataType xsi:type="vs:VOTableType">short</dataType></column><column><name>astrometric_params_solved</name><description>This is a binary code indicating which astrometric parameters were estimated for the source. A set bit means the parameter was estimated. The least-significant bit represents α, the next bits δ, parallax, PM(RA) and PM(De). For Gaia DR2 the only relevant values are 31 (all five parameters solved) and 3 (only positions).</description><ucd>meta.code</ucd><dataType xsi:type="vs:VOTableType">short</dataType><flag>nullable</flag></column><column><name>random_index</name><description>Random index that can be used to deterministically select subsets</description><ucd>meta.code</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag></column><column><name>ruwe</name><description>Renormalized Unit Weight Error; this is a revised measure for the overall consistency of the solution as defined by GAIA-C3-TN-LU-LL-124-01. A suggested cut on this is RUWE &lt;1.40) See the note for details.</description><ucd>stat.weight</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column></table></schema><schema><name>gallery</name><title>XAO Gallery</title><description>Images from Xinjiang Astronomical Observatory, Urumuqi</description><table><name>gallery.notf</name><description>Images from Xinjiang Astronomical Observatory, Urumuqi</description><column><name>accref</name><description>Access key for the data</description><ucd>meta.ref.url</ucd><utype>Access.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>owner</name><description>Owner of the data</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>embargo</name><description>Date the data will become/became public</description><unit>yr</unit><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>mime</name><description>MIME type of the file served</description><ucd>meta.code.mime</ucd><utype>Access.Format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>accsize</name><description>Size of the data in bytes</description><unit>byte</unit><ucd>VOX:Image_FileSize</ucd><utype>Access.Size</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>created</name><description>Object Created Date</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>glots</name><title>GloTS, the Global TAP Schema</title><description>
The global TAP schema collects information on
tables and columns from known TAP servers.  This facilitates locating
queriable data by physics (via UCD) or keywords (via description).

Note that this shouldn't really be necessary as all information
present here should be exposed through Registry records.  However,
in reality data providers currently are much more liable to give
column metadata in their tap_schema than in their Registry records.
Hence, for the time being, we maintain this service by harvesting
tap_schemas about monthly.</description><table><name>glots.services</name><description>A table of TAP services harvested from the registry (and some
spoon-fed).</description><column><name>ivoid</name><description>IVOA identifier of providing service</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>accessurl</name><description>Base URL of TAP endpoint</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>nextharvest</name><description>Next scheduled harvest of data</description><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>harvestinterval</name><description>Approximate interval of harvest</description><unit>d</unit><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>lastsuccess</name><description>Last successful harvest of this service</description><dataType arraysize="19" extendedType="timestamp" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table><table><name>glots.tables</name><description>A table of tables accesible through the TAP services known to
glots.services.</description><column><name>ivoid</name><description>IVOA identifier of providing service</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>table_name</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>table_desc</name><description>Brief description of the table</description><dataType arraysize="*" xsi:type="vs:VOTableType">unicodeChar</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>utype</name><description>utype if the table corresponds to a data model</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><foreignKey><targetTable>glots.services</targetTable><fkColumn><fromColumn>ivoid</fromColumn><targetColumn>ivoid</targetColumn></fkColumn></foreignKey></table><table><name>glots.columns</name><description>A table of columns within the tables listed in glots.tables.</description><column><name>ivoid</name><description>IVOA identifier of providing service</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>table_name</name><description>Fully qualified table name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>column_name</name><description>Column name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>description</name><description>Brief description of column</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>unit</name><description>Unit in VO standard format</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ucd</name><description>UCD of column (some services still have 1.0 UCDs).</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>utype</name><description>Utype of column</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>datatype</name><description>ADQL datatype</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>"size"</name><description>Length of variable length datatypes</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>principal</name><description>Is column principal?</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>indexed</name><description>Is there an index on this column?</description><dataType xsi:type="vs:VOTableType">int</dataType><flag>nullable</flag></column><column><name>std</name><description>Is this a standard column?</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><foreignKey><targetTable>glots.tables</targetTable><fkColumn><fromColumn>ivoid</fromColumn><targetColumn>ivoid</targetColumn></fkColumn><fkColumn><fromColumn>table_name</fromColumn><targetColumn>table_name</targetColumn></fkColumn></foreignKey></table></schema><schema><name>nowt</name><title>1M-WideField Images</title><description> Images created by 1M-WideField</description><table><name>nowt.nowt</name><description> Images created by 1M-WideField</description><column><name>accref</name><description>Access key for the data</description><ucd>meta.ref.url</ucd><utype>Access.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>owner</name><description>Owner of the data</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>embargo</name><description>Date the data will become/became public</description><unit>yr</unit><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>mime</name><description>MIME type of the file served</description><ucd>meta.code.mime</ucd><utype>Access.Format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>accsize</name><description>Size of the data in bytes</description><unit>byte</unit><ucd>VOX:Image_FileSize</ucd><utype>Access.Size</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>id</name><description>Artificial identifier of the observation</description><ucd>meta.id;meta.main</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>ra</name><description>Area center RA ICRS</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>dec</name><description>Area center Declination ICRS</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>object</name><description>Object observed</description><ucd>meta.id;src</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>exposure_time</name><description>Exporsure Time</description><unit>s</unit><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>telescope</name><description>The name of telescope.</description><ucd>instr.tel</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>date_obs</name><description>Observation date</description><unit>d</unit><ucd>time.obs</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column></table></schema><schema><name>obscode</name><title>Observatory Codes</title><description> List of Observatory Codes assigned by the Minor Planet Center (MPC).
The codes are used in cataloguing astrometric observations of small
bodies in the solar system. A code is unique for a certain location
and consists of three digits or one letter and two digits.

In this representation, we give the observatory code, the geocentric
coordinates, and the observatory designation.</description><table><name>obscode.data</name><description> List of Observatory Codes assigned by the Minor Planet Center (MPC).
The codes are used in cataloguing astrometric observations of small
bodies in the solar system. A code is unique for a certain location
and consists of three digits or one letter and two digits.

In this representation, we give the observatory code, the geocentric
coordinates, and the observatory designation.</description><column><name>code</name><description>Observatory Code assigned by the Minor Planet Center</description><ucd>meta.id;meta.code</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>long</name><description>Longitude of the observatory</description><unit>deg</unit><ucd>pos.earth.long</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>cosphip</name><description>Parallax constant, cosine</description><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>sinphip</name><description>Parallax constant, sine</description><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>gclat</name><description>Geocentric latitude of the observatory</description><unit>deg</unit><ucd>pos.earth.lat;pos.geodetic</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>gdlat</name><description>Geodetic latitude of the observatory WGS84</description><unit>deg</unit><ucd>pos.earth.lat;pos.geodetic</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>height</name><description>Altitude of the observatory</description><unit>m</unit><ucd>pos.earth.alitude;pos.geodetic</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>name</name><description>Operator-chosen designation of the Observatory</description><ucd>meta.id;meta.main</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>ppmxl</name><description> PPMXL is a catalog of positions, proper motions, 2MASS- and optical
photometry of 900 million stars and galaxies, aiming to be complete
down to about V=20 full-sky. It is the result of a re-reduction of
USNO-B1 together with 2MASS to the ICRS as represented by PPMX.</description><table><name>ppmxl.main</name><description> PPMXL is a catalog of positions, proper motions, 2MASS- and optical
photometry of 900 million stars and galaxies, aiming to be complete
down to about V=20 full-sky. It is the result of a re-reduction of
USNO-B1 together with 2MASS to the ICRS as represented by PPMX.</description><column><name>ipix</name><description>Identifier (Q3C ipix of the USNO-B 1.0 object)</description><ucd>meta.id;meta.main</ucd><dataType xsi:type="vs:VOTableType">long</dataType><flag>indexed</flag></column><column><name>raj2000</name><description>Right Ascension J2000.0, epoch 2000.0</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>dej2000</name><description>Declination J2000.0, epoch 2000.0</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>e_raepra</name><description>Mean error in RA*cos(delta) at mean epoch</description><unit>deg</unit><ucd>stat.error;pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>e_deepde</name><description>Mean error in Dec at mean epoch</description><unit>deg</unit><ucd>stat.error;pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>pmra</name><description>Proper Motion in RA*cos(delta)</description><unit>deg/yr</unit><ucd>pos.pm;pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>pmde</name><description>Proper Motion in Dec</description><unit>deg/yr</unit><ucd>pos.pm;pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>e_pmra</name><description>Mean error in pmRA*cos(delta)</description><unit>deg/yr</unit><ucd>stat.error;pos.pm;pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>e_pmde</name><description>Mean error in pmDE</description><unit>deg/yr</unit><ucd>stat.error;pos.pm;pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>nobs</name><description>Number of observations used</description><ucd>meta.number;obs</ucd><dataType xsi:type="vs:VOTableType">short</dataType><flag>nullable</flag></column><column><name>epra</name><description>Mean Epoch (RA)</description><unit>yr</unit><ucd>time.epoch;pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>epde</name><description>Mean Epoch (Dec)</description><unit>yr</unit><ucd>time.epoch;pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>jmag</name><description>J selected default magnitude from 2MASS</description><unit>mag</unit><ucd>phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>e_jmag</name><description>J total magnitude uncertainty</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>hmag</name><description>H selected default magnitude from 2MASS</description><unit>mag</unit><ucd>phot.mag;em.IR.H</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>e_hmag</name><description>H total magnitude uncertainty</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.H</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>kmag</name><description>K_s selected default magnitude from 2MASS</description><unit>mag</unit><ucd>phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>e_kmag</name><description>K_s total magnitude uncertainty</description><unit>mag</unit><ucd>stat.error;phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>b1mag</name><description>B mag from USNO-B, first epoch</description><ucd>phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>b2mag</name><description>B mag from USNO-B, second epoch</description><ucd>phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>r1mag</name><description>R mag from USNO-B, first epoch</description><ucd>phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>r2mag</name><description>R mag from USNO-B, second epoch</description><ucd>phot.mag;em.opt.R</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>imag</name><description>I mag from USNO-B</description><ucd>phot.mag;em.opt.I</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>magsurveys</name><description>Surveys the USNO-B magnitudes are taken from</description><ucd>meta.code</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>flags</name><description>Flags</description><ucd>meta.code</ucd><dataType xsi:type="vs:VOTableType">short</dataType></column></table></schema><schema><name>pulsar</name><title>XAO Pulsar Data Query</title><description>The pulsar timing data were obtained with the Nanshan 25M radio telescope. Our observations, which commenced in January 2000, have been made using a dual-channel room-temperature receiver with a bandwidth of 320 MHz centered at 1540 MHz before June 2002. The de-dispersion was provided by a 2X128X2.5 MHz analog filter-bank. A cryogenic receiver was mounted in July 2002, which increases the sensitivity to 0.5 mJy. In January 2010, a digital filter-bank (DFB) system came into operation. The higher time resolution allows us to monitor about 280 pulsars, including ten millisecond-pulsars (MSP). The format of the DFB data is "Psrfit". The "psrchive" program could reads and analyzes the data.

Timing observations of 74 pulsars have been regularly carried out between 2002 July to 2009 December. These 74 pulsars have been monitored approximately once every 9d using a dual-channel cryogenic system that receives orthogonal linear polarizations at the central observing frequency of 1540 MHz. The folded profiles obtained are released in format PSRFITS for timing analysis, the file name extension is .FTp. Users can enter "~*.FTp*" in "Product key" filed to search and download it.   

Non-public data could be used with the permission of Dr. Shengnan Sun (sunshengnan@xao.ac.cn), please send an email for your request.</description><table><name>pulsar.pulsar</name><description>The pulsar timing data were obtained with the Nanshan 25M radio telescope. Our observations, which commenced in January 2000, have been made using a dual-channel room-temperature receiver with a bandwidth of 320 MHz centered at 1540 MHz before June 2002. The de-dispersion was provided by a 2X128X2.5 MHz analog filter-bank. A cryogenic receiver was mounted in July 2002, which increases the sensitivity to 0.5 mJy. In January 2010, a digital filter-bank (DFB) system came into operation. The higher time resolution allows us to monitor about 280 pulsars, including ten millisecond-pulsars (MSP). The format of the DFB data is "Psrfit". The "psrchive" program could reads and analyzes the data.

Timing observations of 74 pulsars have been regularly carried out between 2002 July to 2009 December. These 74 pulsars have been monitored approximately once every 9d using a dual-channel cryogenic system that receives orthogonal linear polarizations at the central observing frequency of 1540 MHz. The folded profiles obtained are released in format PSRFITS for timing analysis, the file name extension is .FTp. Users can enter "~*.FTp*" in "Product key" filed to search and download it.   

Non-public data could be used with the permission of Dr. Shengnan Sun (sunshengnan@xao.ac.cn), please send an email for your request.</description><column><name>accref</name><description>Access key for the data</description><ucd>meta.ref.url</ucd><utype>Access.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>owner</name><description>Owner of the data</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>embargo</name><description>Date the data will become/became public</description><unit>yr</unit><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>mime</name><description>MIME type of the file served</description><ucd>meta.code.mime</ucd><utype>Access.Format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>accsize</name><description>Size of the data in bytes</description><unit>byte</unit><ucd>VOX:Image_FileSize</ucd><utype>Access.Size</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>id</name><description>Artificial identifier of the observation</description><ucd>meta.id;meta.main</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>primary</flag></column><column><name>ra</name><description>Area center RA ICRS</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>dec</name><description>Area center Declination ICRS</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>date_obs</name><description>Observation date</description><unit>d</unit><ucd>time.obs</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>object</name><description>Object observed</description><ucd>meta.id;src</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>object_zhl</name><description>Object observed</description><ucd>meta.id;src</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>observer</name><description>Observer Name</description><ucd>obs.observer</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>projid</name><description>Project Name</description><ucd>meta.id</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>frontend</name><description>Receiver ID</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>backend</name><description>Backend ID</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>beconfig</name><description>Backend Configuration File Name</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obs_mode</name><description>Observation Mode</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obsfreq</name><description>Observation Frequency</description><unit>MHz</unit><ucd>em.bin</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>obsbw</name><description>Observation Bandwidth</description><unit>MHz</unit><ucd>instr.bandwidth</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>obsnchan</name><description>Number of Frequency Channels</description><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>preview</name><description>Preview URL</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema><schema><name>pulsarcatalog</name><title>ATNF Pulsar Catalog</title><description>
The Australia Telescope National Facility (ATNF) Pulsar Catalog is a catalog of
known pulsars compiled by R.N. Manchester et al. and is descended from pulsar
database used for the paper "Catalog of 558 Pulsars" by J.H. Taylor, R.N.
Manchester and A.G. Lyne 1993, ApJS, 88, 529-568. The current catalog has been
supplemented by inclusion of published data from more recent radio surveys, in
particular, the Parkes Multibeam (PM) Pulsar Survey (Manchester et al. 2001,
MNRAS, 328, 17-35) [available at the HEASARC as the PMPULSAR table] and the
Swinburne Intermediate Latitude Pulsar Survey (Edwards et al. 2001, MNRAS, 326,
358-374), both made using the ATNF Parkes 64-m radio telescope. Binary
parameters for known binary pulsars are also included as well as all available
astrometric and spin parameter information for all pulsars. The catalog
includes all published rotation-powered pulsars. Two separate small subsets of
pulsars detected ONLY at high energies are also included in the current table:
the first group comprises X-ray and gamma-ray pulsars which are apparently
powered by spin-down energy, but which have not been detected at radio
wavelengths, while the second group contains anomalous X-ray pulsars (AXPs) and
soft-gamma-ray repeaters (SGRs) for which coherent pulsations have been
detected. Accretion-powered pulsars such as Her X-1 and the recently discovered
X-Ray millisecond pulsars such as SAX J1808.4-3658 are not included in this
table, however. Many people have contributed to the compilation of the data
contained in this catalog and the database that it was derived from. The
authors particularly thank Andrew Lyne of the University of Manchester, Jodrell
Bank Observatory, David Nice of Princeton University, and Russell Edwards, then
at Swinburne University of Technology. The also acknowledge the efforts of
Warwick University students Adam Goode and Steven Thomas who compiled and
checked a recent version of the database. The original (summer 2003) database
at the ATNF website was compiled with the invaluable assistance of Maryam
Hobbs, while the ATNF web interface was designed and constructed by Albert
Teoh, a Summer Vacation Scholar at the ATNF in 2002/2003. 

The authors would
appreciate if anyone making use of this catalog in a publication acknowledges
the source of their information by quoting the ATNF Pulsar Catalog website
address of http://www.atnf.csiro.au/research/pulsar/psrcat/</description><table><name>pulsarcatalog.data</name><description>
The Australia Telescope National Facility (ATNF) Pulsar Catalog is a catalog of
known pulsars compiled by R.N. Manchester et al. and is descended from pulsar
database used for the paper "Catalog of 558 Pulsars" by J.H. Taylor, R.N.
Manchester and A.G. Lyne 1993, ApJS, 88, 529-568. The current catalog has been
supplemented by inclusion of published data from more recent radio surveys, in
particular, the Parkes Multibeam (PM) Pulsar Survey (Manchester et al. 2001,
MNRAS, 328, 17-35) [available at the HEASARC as the PMPULSAR table] and the
Swinburne Intermediate Latitude Pulsar Survey (Edwards et al. 2001, MNRAS, 326,
358-374), both made using the ATNF Parkes 64-m radio telescope. Binary
parameters for known binary pulsars are also included as well as all available
astrometric and spin parameter information for all pulsars. The catalog
includes all published rotation-powered pulsars. Two separate small subsets of
pulsars detected ONLY at high energies are also included in the current table:
the first group comprises X-ray and gamma-ray pulsars which are apparently
powered by spin-down energy, but which have not been detected at radio
wavelengths, while the second group contains anomalous X-ray pulsars (AXPs) and
soft-gamma-ray repeaters (SGRs) for which coherent pulsations have been
detected. Accretion-powered pulsars such as Her X-1 and the recently discovered
X-Ray millisecond pulsars such as SAX J1808.4-3658 are not included in this
table, however. Many people have contributed to the compilation of the data
contained in this catalog and the database that it was derived from. The
authors particularly thank Andrew Lyne of the University of Manchester, Jodrell
Bank Observatory, David Nice of Princeton University, and Russell Edwards, then
at Swinburne University of Technology. The also acknowledge the efforts of
Warwick University students Adam Goode and Steven Thomas who compiled and
checked a recent version of the database. The original (summer 2003) database
at the ATNF website was compiled with the invaluable assistance of Maryam
Hobbs, while the ATNF web interface was designed and constructed by Albert
Teoh, a Summer Vacation Scholar at the ATNF in 2002/2003. 

The authors would
appreciate if anyone making use of this catalog in a publication acknowledges
the source of their information by quoting the ATNF Pulsar Catalog website
address of http://www.atnf.csiro.au/research/pulsar/psrcat/</description><column><name>name</name><description>Pulsar Designation, Based on J2000 Coordinates</description><ucd>meta.id;meta.main</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ra</name><description>Right Ascension</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>dec</name><description>Declination</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>period</name><description>Barycentric Period</description><unit>s</unit><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>period_error</name><description>Barycentric Period Uncertainty</description><unit>s</unit><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>period_dot</name><description>First Time Derivative of Barycentric Period</description><unit>s/s</unit><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>period_dot_error</name><description>Uncertainty in Period Dot (s/s)</description><unit>s/s</unit><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>dm</name><description>Dispersion Measure (pc/cm^3)</description><unit>pc/cm^3</unit><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column><column><name>dm_error</name><description>Uncertainty in Dispersion Measure (pc/cm^3)</description><unit>pc/cm^3</unit><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column></table></schema><schema><name>sf</name><title>XAO SF Data Query</title><description>
The molecular spectrum lines data include mainly ammonia and water masers lines at 1.3cm band, 
as well as formaldehyde and recombination lines at 6cm band observed towards both our Galactic
plane and nearby molecular clouds and star-forming regions.</description><table><name>sf.sf</name><description>
The molecular spectrum lines data include mainly ammonia and water masers lines at 1.3cm band, 
as well as formaldehyde and recombination lines at 6cm band observed towards both our Galactic
plane and nearby molecular clouds and star-forming regions.</description><column><name>accref</name><description>Access key for the data</description><ucd>meta.ref.url</ucd><utype>Access.Reference</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>owner</name><description>Owner of the data</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>embargo</name><description>Date the data will become/became public</description><unit>yr</unit><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>mime</name><description>MIME type of the file served</description><ucd>meta.code.mime</ucd><utype>Access.Format</utype><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>accsize</name><description>Size of the data in bytes</description><unit>byte</unit><ucd>VOX:Image_FileSize</ucd><utype>Access.Size</utype><dataType xsi:type="vs:VOTableType">long</dataType><flag>nullable</flag></column><column><name>ra</name><description>Area center RA ICRS</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>dec</name><description>Area center Declination ICRS</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>date_obs</name><description>Observation date</description><unit>d</unit><ucd>time.obs</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>object</name><description>Object observed</description><ucd>meta.id;meta.main</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>obsfreq</name><description>Observation Frequency</description><unit>Hz</unit><ucd>em.bin</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>nullable</flag></column></table></schema><schema><name>spm4</name><title>Yale/San Juan SPM4 Catalog</title><description> The SPM4 Catalog contains absolute proper motions, celestial
coordinates, and B,V photometry for 103,319,647 stars and galaxies
between the south celestial pole and -20 degrees declination. The
catalog is roughly complete to V=17.5. It is based on photographic and
CCD observations taken with the Yale Southern Observatory's
double-astrograph at Cesco Observatory in El Leoncito, Argentina.</description><table><name>spm4.main</name><description> The SPM4 Catalog contains absolute proper motions, celestial
coordinates, and B,V photometry for 103,319,647 stars and galaxies
between the south celestial pole and -20 degrees declination. The
catalog is roughly complete to V=17.5. It is based on photographic and
CCD observations taken with the Yale Southern Observatory's
double-astrograph at Cesco Observatory in El Leoncito, Argentina.</description><column><name>spmid</name><description>Unique SPM4 id (field number + input catalog line number)</description><ucd>meta.id;meta.main</ucd><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>raj2000</name><description>Right Ascension (ICRS, epoch=2000.0)</description><unit>deg</unit><ucd>pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>dej2000</name><description>Declination (ICRS, epoch=2000.0)</description><unit>deg</unit><ucd>pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">double</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>e_raj2000</name><description>Expected uncertainty in Right Ascension at mean epoch</description><unit>deg</unit><ucd>stat.error;pos.eq.ra;meta.main</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>e_dej2000</name><description>Expected uncertainty in Declination at mean epoch</description><unit>deg</unit><ucd>stat.error;pos.eq.dec;meta.main</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>pmra</name><description>Absolute proper motion in RA (mu_alpha*cos(Dec))</description><unit>deg/yr</unit><ucd>pos.pm;pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>pmde</name><description>Absolute proper motion in Declination</description><unit>deg/yr</unit><ucd>pos.pm;pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>e_pmra</name><description>Expected uncertainty in proper motion in RA (mu_alpha*cos(Dec)), at mean epoch</description><unit>deg/yr</unit><ucd>stat.error;pos.pm;pos.eq.ra</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>e_pmde</name><description>Expected uncertainty in proper motion in Declination, at mean epoch.</description><unit>deg/yr</unit><ucd>stat.error;pos.pm;pos.eq.dec</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>magb</name><description>B magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.B</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>magv</name><description>V magnitude</description><unit>mag</unit><ucd>phot.mag;em.opt.V</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>indexed</flag><flag>nullable</flag></column><column><name>i_magb</name><description>source flag for B magnitude</description><ucd>meta.flag;phot.mag;em.opt.B</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">char</dataType></column><column><name>i_magv</name><description>source flag for V magnitude</description><ucd>meta.flag;phot.mag;em.opt.V</ucd><dataType arraysize="1" xsi:type="vs:VOTableType">char</dataType></column><column><name>meanep</name><description>Weighted mean epoch</description><unit>yr</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ep1</name><description>Weighted mean epoch of first observation</description><unit>yr</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>ep2</name><description>Weighted mean epoch of second observation</description><unit>yr</unit><ucd>time.epoch</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>nplates1</name><description>Number of 1st epoch plates used</description><ucd>meta.number;instr.plate</ucd><dataType xsi:type="vs:VOTableType">short</dataType></column><column><name>nplates2</name><description>Number of 2nd epoch plates used</description><ucd>meta.number;instr.plate</ucd><dataType xsi:type="vs:VOTableType">short</dataType></column><column><name>nccd2</name><description>Number of 2nd epoch ccd frames used</description><ucd>meta.number</ucd><dataType xsi:type="vs:VOTableType">short</dataType></column><column><name>i_gal</name><description>Galaxy/extended-source flag</description><ucd>src.class.starGalaxy</ucd><dataType xsi:type="vs:VOTableType">short</dataType></column><column><name>i_cat</name><description>Code for the input catalog</description><ucd>meta.code</ucd><dataType xsi:type="vs:VOTableType">short</dataType></column><column><name>magj</name><description>J selected default magnitude from 2MASS</description><unit>mag</unit><ucd>phot.mag;em.IR.J</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>magh</name><description>H selected default magnitude from 2MASS</description><unit>mag</unit><ucd>phot.mag;em.IR.H</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column><column><name>magk</name><description>K_s selected default magnitude from 2MASS</description><unit>mag</unit><ucd>phot.mag;em.IR.K</ucd><dataType xsi:type="vs:VOTableType">float</dataType><flag>nullable</flag></column></table></schema><schema><name>ucd</name><title>UCD Query</title><description> The Unified Content Descriptor (UCD) is a formal vocabulary
astronomical data that is controlled by the International Virtual
Observatory Alliance (IVOA). The vocabulary is restricted in order to
avoid proliferation of terms and synonyms, and controlled in order to
avoid ambiguities as far as possible. It is intended to be flexible,
so that it is understandable to both humans and computers. UCDs
describe astronomical quantities, and they are built by combining
words from the controlled vocabulary.</description><table><name>ucd.data</name><description> The Unified Content Descriptor (UCD) is a formal vocabulary
astronomical data that is controlled by the International Virtual
Observatory Alliance (IVOA). The vocabulary is restricted in order to
avoid proliferation of terms and synonyms, and controlled in order to
avoid ambiguities as far as possible. It is intended to be flexible,
so that it is understandable to both humans and computers. UCDs
describe astronomical quantities, and they are built by combining
words from the controlled vocabulary.</description><column><name>ucd</name><description>Unified Content Descriptors from IVOA</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column><column><name>ucd_desc</name><description>The simple explaination of UCD</description><dataType arraysize="*" xsi:type="vs:VOTableType">char</dataType><flag>nullable</flag></column></table></schema></tableset></ri:Resource>