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

Last change on this file since 6704 was 6704, checked in by Oliver Schonefeld, 9 years ago
  • first stab at FCS 2.0 schemas and examples
File size: 3.2 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/Core_2/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="hits" delivery-policy="send-by-default">application/x-clarin-fcs-hits+xml</SupportedDataView>
11        <SupportedDataView id="cmdi" delivery-policy="need-to-request">application/x-cmdi+xml</SupportedDataView>
12    </SupportedDataViews>
13    <SupportedLayers>
14        <SupportedLayer id="orth" result-id="http://endpoint.example.org/orth">orth</SupportedLayer>
15        <SupportedLayer id="orth1" result-id="http://endpoint.example.org/orth">orth</SupportedLayer>
16    </SupportedLayers>
17    <Resources>
18        <Resource pid="hdl:10932/goethe">
19            <Title xml:lang="de">Goethe Corpus</Title>
20            <Title xml:lang="en">Goethe Korpus</Title>
21            <Description xml:lang="de">Der Goethe Korpus des IDS Mannheim.</Description>
22            <Description xml:lang="en">The Goethe corpus of IDS Mannheim.</Description>
23            <LandingPageURI>https://cosmas2.ids-mannheim.de/cosmas2-web/</LandingPageURI>
24            <Languages>
25                <Language>deu</Language>
26            </Languages>
27            <AvailableDataViews ref="hits"/>
28            <AvailableLayers ref="orth"/>
29        </Resource>
30        <Resource pid="hdl:10932/mannheimer_morgen">
31            <Title xml:lang="de">Mannheimer Morgen newspaper Corpus</Title>
32            <Title xml:lang="en">Zeitungskorpus des Mannheimer Morgen</Title>
33            <LandingPageURI>https://cosmas2.ids-mannheim.de/cosmas2-web/</LandingPageURI>
34            <Languages>
35                <Language>deu</Language>
36            </Languages>
37            <AvailableDataViews ref="hits cmdi"/>
38            <Resources>
39                <Resource pid="hdl:10932/mannheimer_morgen_before_1990">
40                    <Title xml:lang="de">Mannheimer Morgen newspaper Corpus (before 1990)</Title>
41                    <Title xml:lang="en">Zeitungskorpus des Mannheimer Morgen (vor 1990)</Title>
42                    <LandingPageURI>https://cosmas2.ids-mannheim.de/cosmas2-web/</LandingPageURI>
43                    <Languages>
44                        <Language>deu</Language>
45                    </Languages>
46                    <AvailableDataViews ref="hits cmdi"/>
47                </Resource>
48                <Resource pid="hdl:10932/mannheimer_morgen_after_1990">
49                    <Title xml:lang="de">Mannheimer Morgen newspaper Corpus (after 1990)</Title>
50                    <Title xml:lang="en">Zeitungskorpus des Mannheimer Morgen (nach 1990)</Title>
51                    <LandingPageURI>https://cosmas2.ids-mannheim.de/cosmas2-web/</LandingPageURI>
52                    <Languages>
53                        <Language>deu</Language>
54                    </Languages>
55                    <AvailableDataViews ref="hits cmdi"/>
56                </Resource>
57            </Resources>
58        </Resource>
59    </Resources>
60</EndpointDescription>
Note: See TracBrowser for help on using the repository browser.