source: metadata/trunk/toolkit/scripts/cmdi-lrt-template.xml @ 2063

Last change on this file since 2063 was 2063, checked in by sanmai, 12 years ago
  • Fix <tags/> location in cmdi-lrt-template.xml so as to make it valid CMDI.
  • Small further work on the LRT tools register checking script. (See filter_tools_csv.R for filtering based on the Link checks).
  • Property svn:executable set to *
File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CMD CMDVersion="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3    xsi:schemaLocation="http://www.clarin.eu/cmd http://catalog.clarin.eu/ds/ComponentRegistry/rest/registry/profiles/clarin.eu:cr1:p_1289827960126/xsd">
4    <Header>
5        <MdCreator>lrt2cmdi.py</MdCreator>
6        <MdCreationDate/>
7        <MdSelfLink/>
8        <MdProfile>clarin.eu:cr1:p_1289827960126</MdProfile>
9        <MdCollectionDisplayName>CLARIN LRT inventory</MdCollectionDisplayName>
10    </Header>
11    <Resources>
12        <ResourceProxyList></ResourceProxyList>
13        <JournalFileProxyList></JournalFileProxyList>
14        <ResourceRelationList></ResourceRelationList>
15    </Resources>
16   
17    <Components>
18
19        <LrtInventoryResource>
20           
21            <LrtCommon>
22                <ResourceName></ResourceName>
23                <Institute></Institute>
24                <ResourceType></ResourceType>
25                <ResourceType></ResourceType>
26                <LanguagesOther></LanguagesOther>
27                <Description></Description>
28                <ContactPerson></ContactPerson>
29                <BeginYearResourceCreation></BeginYearResourceCreation>
30                <FinalizationYearResourceCreation></FinalizationYearResourceCreation>
31                <Format></Format>
32                <MetadataLink></MetadataLink>
33                <Publications></Publications>
34                <ReadilyAvailable></ReadilyAvailable>
35                <ReferenceLink></ReferenceLink>         
36                <Languages/>
37                <Countries/>
38            </LrtCommon>
39           
40            <LrtDistributionClassification>
41                <DistributionType></DistributionType>
42                <NonCommercialUsageOnly></NonCommercialUsageOnly>
43                <UsageReportRequired></UsageReportRequired>
44                <ModificationsRequireRedeposition></ModificationsRequireRedeposition>
45                <OtherDistributionRestrictions></OtherDistributionRestrictions>
46            </LrtDistributionClassification>
47           
48            <LrtIPR>
49                <EthicalReference></EthicalReference>
50                <LegalReference></LegalReference>
51                <LicenseType></LicenseType>
52                <Description></Description>
53                <ContactPerson></ContactPerson>
54            </LrtIPR> 
55               
56        </LrtInventoryResource>
57
58        <tags/>
59    </Components>
60</CMD>
Note: See TracBrowser for help on using the repository browser.