source: MDService2/branches/MDService_simple3/WebContent/static/explain.xml @ 1865

Last change on this file since 1865 was 1865, checked in by vronk, 12 years ago

adding a basic explain-record for mdservice

File size: 1.9 KB
Line 
1<explain xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://explain.z3950.org/dtd/2.0/ file:/C:/Users/m/3lingua/corpus_shell/_repo2/corpus_shell/fcs/schemas/zeerex-2.0.xsd" authoritative="false" id="id1">
2    <serverInfo protocol="SRU" version="1.2" transport="http">
3        <host>clarin.aac.ac.at</host>
4        <port>80</port>
5        <database>mdservice</database>
6    </serverInfo>
7    <databaseInfo>
8        <title lang="en" primary="true">CLARIN Metadata Service</title>
9        <description lang="en" primary="true">
10                        a service providing access to the CLARIN Metadata Repository (with LR-Metadata harvested within CLARIN) and other repositories. FCS-capable
11                    </description>
12        <author>ICLTT</author>
13        <contact>icltt@oeaw.ac.at</contact>
14    </databaseInfo>
15    <metaInfo>
16        <dateModified>2012-04-05</dateModified>
17    </metaInfo>
18    <indexInfo>
19        <set identifier="isocat.org/datcat" name="isocat">
20            <title>ISOcat data categories</title>
21        </set>
22        <set identifier="clarin.eu/cmd" name="cmd">
23            <title>Component Metadata (CLARIN)</title>
24        </set>
25        <index search="true" scan="true" sort="false">
26            <title lang="en">Resource</title>
27            <map>
28                <name set="fcs">resource</name>
29            </map>
30        </index>
31    </indexInfo>
32    <schemaInfo>
33        <schema identifier="clarin.eu/cmd" location="" name="cmd" retrieve="true">
34            <title lang="en">Component Metadata</title>
35        </schema>
36    </schemaInfo>
37    <configInfo> 
38                    <!-- should translate to x-cmd-context extension-parameter if correctly interpreted: http://explain.z3950.org/dtd/commentary.html#8
39                    or shall we rather directly write: x-cmd-context or x-fcs-context -->
40        <supports type="extraSearchData">cmd context</supports>
41    </configInfo>
42</explain>
Note: See TracBrowser for help on using the repository browser.