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

Last change on this file since 4395 was 4395, checked in by oschonef, 10 years ago
  • add new schema and examples for FCS spec proposal
  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 2.3 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    </SupportedDataViews>
9    <Collections>
10        <Collection pid="hdl:10932/goethe">
11            <Title xml:lang="de">Goethe Corpus</Title>
12            <Title xml:lang="en">Goethe Korpus</Title>
13            <Description xml:lang="de">Der Goethe Korpus des IDS Mannheim.</Description>
14            <Description xml:lang="en">The Goethe corpus of IDS Mannheim.</Description>
15            <LandingPageURI>https://cosmas2.ids-mannheim.de/cosmas2-web/</LandingPageURI>
16            <Languages>
17                <Language>deu</Language>
18            </Languages>
19        </Collection>
20        <Collection pid="hdl:10932/mannheimer_morgen">
21            <Title xml:lang="de">Mannheimer Morgen newspaper Corpus</Title>
22            <Title xml:lang="en">Zeitungskorpus des Mannheimer Morgen</Title>
23            <LandingPageURI>https://cosmas2.ids-mannheim.de/cosmas2-web/</LandingPageURI>
24            <Languages>
25                <Language>deu</Language>
26            </Languages>
27            <Collection pid="hdl:10932/mannheimer_morgen_before_1990">
28                <Title xml:lang="de">Mannheimer Morgen newspaper Corpus (before 1990)</Title>
29                <Title xml:lang="en">Zeitungskorpus des Mannheimer Morgen (vor 1990)</Title>
30                <LandingPageURI>https://cosmas2.ids-mannheim.de/cosmas2-web/</LandingPageURI>
31                <Languages>
32                    <Language>deu</Language>
33                </Languages>
34            </Collection>
35            <Collection pid="hdl:10932/mannheimer_morgen_after_1990">
36                <Title xml:lang="de">Mannheimer Morgen newspaper Corpus (after 1990)</Title>
37                <Title xml:lang="en">Zeitungskorpus des Mannheimer Morgen (nach 1990)</Title>
38                <LandingPageURI>https://cosmas2.ids-mannheim.de/cosmas2-web/</LandingPageURI>
39                <Languages>
40                    <Language>deu</Language>
41                </Languages>
42            </Collection>
43        </Collection>
44    </Collections>
45</EndpointDescription>
Note: See TracBrowser for help on using the repository browser.