Ignore:
Timestamp:
03/12/14 17:08:50 (10 years ago)
Author:
Oliver Schonefeld
Message:
  • 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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • FederatedSearch/examples/Endpoint-Description-Simple.xml

    r4395 r4677  
    11<?xml version="1.0" encoding="UTF-8"?>
    2 <EndpointDescription xmlns="http://clarin.eu/fcs/1.0/endpoint-description"
     2<EndpointDescription xmlns="http://clarin.eu/fcs/endpoint-description"
    33    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>
     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>
    610    <SupportedDataViews>
    7         <SupportedDataView>application/x-clarin-fcs-hits+xml</SupportedDataView>
     11        <SupportedDataView id="dv1">application/x-clarin-fcs-hits+xml</SupportedDataView>
    812    </SupportedDataViews>
    9     <Collections>
    10         <Collection pid="hdl:10932/goethe">
     13    <Resources>
     14        <Resource pid="hdl:10932/goethe">
    1115            <Title xml:lang="de">Goethe Corpus</Title>
    1216            <Title xml:lang="en">Goethe Korpus</Title>
     
    1721                <Language>deu</Language>
    1822            </Languages>
    19         </Collection>
    20     </Collections>
     23        </Resource>
     24    </Resources>
    2125</EndpointDescription>
Note: See TracChangeset for help on using the changeset viewer.