source: FederatedSearch/examples/Example-Scan-Resource-Info.xml @ 2429

Last change on this file since 2429 was 2429, checked in by oschonef, 11 years ago
  • add XML schema for Resource-Info stuff on Scan
  • add examples both Resource and Resource-Info schemas
  • add xml.xsd (it's needed by Scan-Resource-Info.xsd)
  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml
File size: 717 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ResourceInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3    xsi:schemaLocation="http://clarin.eu/fcs/1.0/resource-info ../Scan-Resource-Info.xsd"
4    xmlns="http://clarin.eu/fcs/1.0/resource-info"
5    hasSubResources="false">
6    <Title xml:lang="en">Example Corpus 1</Title>
7    <Title xml:lang="de">Beispiel-Korpus 1</Title>
8    <Description xml:lang="en">An corpus of literature text.</Description>
9    <Description xml:lang="de">Ein Korpus von Literatur-Texten.</Description>
10    <LandingPageURI>http://portal.example.org/corpus1</LandingPageURI>
11    <Languages>
12        <Language>deu</Language>
13        <Language>eng</Language>
14    </Languages>
15</ResourceInfo>
Note: See TracBrowser for help on using the repository browser.