source: FederatedSearch/examples/Endpoint-Description-Complex.xml @ 4896

Last change on this file since 4896 was 4896, checked in by Oliver Schonefeld, 10 years ago
  • change 'send-default' to 'send-by-default'
  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 2.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<EndpointDescription xmlns="http://clarin.eu/fcs/endpoint-description"
3    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4    xsi:schemaLocation="http://clarin.eu/fcs/endpoint-description ../schema/Endpoint-Description.xsd"
5    version="1">
6    <Capabilities>
7        <Capability>http://clarin.eu/fcs/capability/basic-search</Capability>
8    </Capabilities>
9    <SupportedDataViews>
10        <SupportedDataView id="dv1" delivery-policy="send-by-default">application/x-clarin-fcs-hits+xml</SupportedDataView>
11        <SupportedDataView id="dv2" delivery-policy="need-to-request">application/x-cmdi+xml</SupportedDataView>
12    </SupportedDataViews>
13    <Resources>
14        <Resource pid="hdl:10932/goethe">
15            <Title xml:lang="de">Goethe Corpus</Title>
16            <Title xml:lang="en">Goethe Korpus</Title>
17            <Description xml:lang="de">Der Goethe Korpus des IDS Mannheim.</Description>
18            <Description xml:lang="en">The Goethe corpus of IDS Mannheim.</Description>
19            <LandingPageURI>https://cosmas2.ids-mannheim.de/cosmas2-web/</LandingPageURI>
20            <Languages>
21                <Language>deu</Language>
22            </Languages>
23            <AvailableDataViews ref="dv1"/>
24        </Resource>
25        <Resource pid="hdl:10932/mannheimer_morgen">
26            <Title xml:lang="de">Mannheimer Morgen newspaper Corpus</Title>
27            <Title xml:lang="en">Zeitungskorpus des Mannheimer Morgen</Title>
28            <LandingPageURI>https://cosmas2.ids-mannheim.de/cosmas2-web/</LandingPageURI>
29            <Languages>
30                <Language>deu</Language>
31            </Languages>
32            <AvailableDataViews ref="dv1 dv2"/>
33            <Resources>
34                <Resource pid="hdl:10932/mannheimer_morgen_before_1990">
35                    <Title xml:lang="de">Mannheimer Morgen newspaper Corpus (before 1990)</Title>
36                    <Title xml:lang="en">Zeitungskorpus des Mannheimer Morgen (vor 1990)</Title>
37                    <LandingPageURI>https://cosmas2.ids-mannheim.de/cosmas2-web/</LandingPageURI>
38                    <Languages>
39                        <Language>deu</Language>
40                    </Languages>
41                    <AvailableDataViews ref="dv1 dv2"/>
42                </Resource>
43                <Resource pid="hdl:10932/mannheimer_morgen_after_1990">
44                    <Title xml:lang="de">Mannheimer Morgen newspaper Corpus (after 1990)</Title>
45                    <Title xml:lang="en">Zeitungskorpus des Mannheimer Morgen (nach 1990)</Title>
46                    <LandingPageURI>https://cosmas2.ids-mannheim.de/cosmas2-web/</LandingPageURI>
47                    <Languages>
48                        <Language>deu</Language>
49                    </Languages>
50                    <AvailableDataViews ref="dv1 dv2"/>
51                </Resource>
52            </Resources>
53        </Resource>
54    </Resources>
55</EndpointDescription>
Note: See TracBrowser for help on using the repository browser.