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

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