source: FederatedSearch/examples/Endpoint-Description-Simple.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: 1.0 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    </Collections>
21</EndpointDescription>
Note: See TracBrowser for help on using the repository browser.