source: FederatedSearch/examples/Endpoint-Description-Simple.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: 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        <Capability>http://clarin.eu/fcs/capability/a-b</Capability>
9    </Capabilities>
10    <SupportedDataViews>
11        <SupportedDataView id="dv1">application/x-clarin-fcs-hits+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    </Resources>
25</EndpointDescription>
Note: See TracBrowser for help on using the repository browser.