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

Last change on this file since 4677 was 4677, checked in by Oliver Schonefeld, 10 years ago
  • update Schemas:
    • remove version number from namespace URI (and sanitize them a little)
    • Endpoint Description:
      • change element names <Collection*> to <Resource*>
      • drop <Profile> element
      • add extension points for Endpoint customizations
  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 2.6 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">application/x-clarin-fcs-hits+xml</SupportedDataView>
11        <SupportedDataView id="dv2">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        </Resource>
24        <Resource pid="hdl:10932/mannheimer_morgen">
25            <Title xml:lang="de">Mannheimer Morgen newspaper Corpus</Title>
26            <Title xml:lang="en">Zeitungskorpus des Mannheimer Morgen</Title>
27            <LandingPageURI>https://cosmas2.ids-mannheim.de/cosmas2-web/</LandingPageURI>
28            <Languages>
29                <Language>deu</Language>
30            </Languages>
31            <Resources>
32                <Resource pid="hdl:10932/mannheimer_morgen_before_1990">
33                    <Title xml:lang="de">Mannheimer Morgen newspaper Corpus (before 1990)</Title>
34                    <Title xml:lang="en">Zeitungskorpus des Mannheimer Morgen (vor 1990)</Title>
35                    <LandingPageURI>https://cosmas2.ids-mannheim.de/cosmas2-web/</LandingPageURI>
36                    <Languages>
37                        <Language>deu</Language>
38                    </Languages>
39                </Resource>
40                <Resource pid="hdl:10932/mannheimer_morgen_after_1990">
41                    <Title xml:lang="de">Mannheimer Morgen newspaper Corpus (after 1990)</Title>
42                    <Title xml:lang="en">Zeitungskorpus des Mannheimer Morgen (nach 1990)</Title>
43                    <LandingPageURI>https://cosmas2.ids-mannheim.de/cosmas2-web/</LandingPageURI>
44                    <Languages>
45                        <Language>deu</Language>
46                    </Languages>
47                </Resource>
48            </Resources>
49        </Resource>
50    </Resources>
51</EndpointDescription>
Note: See TracBrowser for help on using the repository browser.