source: FederatedSearch/examples/Endpoint-Description-Simple.xml @ 4896

Last change on this file since 4896 was 4896, checked in by Oliver Schonefeld, 10 years ago
  • change 'send-default' to 'send-by-default'
  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 1.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/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" delivery-policy="send-by-default">application/x-clarin-fcs-hits+xml</SupportedDataView>
11    </SupportedDataViews>
12    <Resources>
13        <Resource pid="hdl:10932/goethe">
14            <Title xml:lang="de">Goethe Corpus</Title>
15            <Title xml:lang="en">Goethe Korpus</Title>
16            <Description xml:lang="de">Der Goethe Korpus des IDS Mannheim.</Description>
17            <Description xml:lang="en">The Goethe corpus of IDS Mannheim.</Description>
18            <LandingPageURI>https://cosmas2.ids-mannheim.de/cosmas2-web/</LandingPageURI>
19            <Languages>
20                <Language>deu</Language>
21            </Languages>
22            <AvailableDataViews ref="dv1" />
23        </Resource>
24    </Resources>
25</EndpointDescription>
Note: See TracBrowser for help on using the repository browser.