Commit 61283a73cce109c4e018b9d6dc867bb0882601b2
1 parent
5e72363b
Exists in
master
Add a VOResource test file.
Showing
1 changed file
with
60 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,60 @@ |
1 | +<ri:Resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" created="2014-11-06T17:00:00.00" status="active" updated="2014-11-13T17:00:00.00" xmlns:ri="http://www.ivoa.net/xml/RegistryInterface/v1.0" xsi:schemaLocation="http://www.ivoa.net/xml/RegistryInterface/v1.0 http://www.ivoa.net/xml/RegistryInterface/RegistryInterface-v1.0.xsd http://www.ivoa.net/xml/VOResource/v1.0 http://www.ivoa.net/xml/VOResource/VOResource-v1.0.xsd http://www.ivoa.net/xml/VODataService/v1.0 http://www.ivoa.net/xml/VODataService/VODataService-v1.0.xsd http://www.ivoa.net/xml/VOTable/v1.2 http://www.ivoa.net/xml/VOTable/v1.2 http://www.ivoa.net/xml/ConeSearch/v1.0 http://www.ivoa.net/xml/ConeSearch/ConeSearch-v1.0.xsd http://www.ivoa.net/xml/SIA/v1.0 http://www.ivoa.net/xml/SIA/SIA-v1.0.xsd http://www.ivoa.net/xml/SSA/v0.4 http://www.ivoa.net/xml/SSA/SSA-v0.4.xsd http://www.ivoa.net/xml/CEA/v1.0rc1 http://software.astrogrid.org/schema/vo-resource-types/CEAService/v1.0rc1/CEAService.xsd" xsi:type="vs:CatalogService"> | |
2 | + <title>CDPP AMDA DataBase</title> | |
3 | + <shortName>AMDA</shortName> | |
4 | + <identifier>ivo://cdpp/amda</identifier> | |
5 | + <curation> | |
6 | + <publisher ivo-id="ivo://cdpp">Centre de Données de la Physique des Plasmas</publisher> | |
7 | + <creator> | |
8 | + <name>Centre de Données de la Physique des Plasmas</name> | |
9 | + </creator> | |
10 | + <date>2014-11-07</date> | |
11 | + <version>1</version> | |
12 | + <contact> | |
13 | + <name>Vincent Génot</name> | |
14 | + <address>IRAP, 9 avenue Colonel Roche 31400 Toulouse, France</address> | |
15 | + <email>Vincent.Genot@irap.omp.eu</email> | |
16 | + </contact> | |
17 | + </curation> | |
18 | + <content> | |
19 | + <subject>Virtual Observatory</subject> | |
20 | + <subject>Space plasmas</subject> | |
21 | + <description>The CDPP (Centre de Données de la Physique des Plasmas) was created in 1998 jointly by CNES and INSU. The CDPP is the French national data centre | |
22 | + for natural plasmas of the solar system. The CDPP assures the long term preservation of data obtained primarily from instruments built using French | |
23 | + resources, and renders them readily accessible and exploitable by the international community. The CDPP also provides services to enable on-line data | |
24 | + analysis (AMDA), 3D data visualization in context (3DView), and a propagation tool which bridges solar perturbations to in-situ measurements. | |
25 | + The CDPP is involved in the development of interoperability, participates in several Virtual Observatory projects, and supports data distribution for | |
26 | + scientific missions (Solar Orbiter, JUICE). | |
27 | + </description> | |
28 | + <referenceURL>http://amda.cdpp.eu</referenceURL> | |
29 | + <type>Archive</type> | |
30 | + <contentLevel>University</contentLevel> | |
31 | + <contentLevel>Research</contentLevel> | |
32 | + <relationship> | |
33 | + <relationshipType>related-to</relationshipType> | |
34 | + <relatedResource ivo-id="ivo://ov-gso">OVGSO</relatedResource> | |
35 | + </relationship> | |
36 | + </content> | |
37 | + <capability standardID="ivo://ivoa.net/std/TAP" xsi:type="tr:TableAccess"> | |
38 | + <interface role="std" xsi:type="vs:ParamHTTP"> | |
39 | + <accessURL use="base">http://cdpp-epntap.cesr.fr/__system__/tap/run/tap</accessURL> | |
40 | + </interface> | |
41 | + <dataModel ivo-id="ivo://vopdc.obspm/std/EpnCore-1.0">EpnCore-1.0</dataModel> | |
42 | + <language> | |
43 | + <name>ADQL</name> | |
44 | + <version ivo-id="ivo://ivoa.net/std/ADQL#v2.0">2.0</version> | |
45 | + </language> | |
46 | + <outputFormat ivo-id="ivo://ivoa.net/std/TAPRegEXT#output-votable-td"> | |
47 | + <mime>application/x-votable+xml</mime> | |
48 | + <alias>votable/td</alias> | |
49 | + </outputFormat> | |
50 | + </capability> | |
51 | + <tableset> | |
52 | + <schema> | |
53 | + <name>amdadb</name> | |
54 | + <table> | |
55 | + <name>amdadb.epn_core</name> | |
56 | + </table> | |
57 | + </schema> | |
58 | + </tableset> | |
59 | + </ri:Resource> | |
60 | + | ... | ... |