source: metadata/trunk/toolkit/components/clarin-nl/common/component-project.xml @ 179

Last change on this file since 179 was 179, checked in by dietuyt, 14 years ago

Addition of the commom components between collection and lexicon

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3                   xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd"
4                   isProfile="false">
5    <Header/>
6    <CMD_Component name="Project" CardinalityMin="0">
7        <CMD_Element name="Name" ValueScheme="string"
8                   ConceptLink="http://www.isocat.org/datcat/DC-2536"/>
9        <CMD_Element name="Title" ValueScheme="string"
10                   ConceptLink="http://www.isocat.org/datcat/DC-2537"/>
11        <CMD_Element name="ID" ValueScheme="string"
12                   ConceptLink="http://www.isocat.org/datcat/DC-2535"/>
13        <CMD_Element name="Funder" ValueScheme="string"
14                   ConceptLink="http://www.isocat.org/datcat/DC-2522"/>
15        <CMD_Element name="Description" ValueScheme="string" CardinalityMin="1" CardinalityMax="1"
16                   ConceptLink="http://www.isocat.org/datcat/DC-2520"/>
17        <CMD_Component filename="component-contact.xml"/>
18        <CMD_Component filename="component-duration.xml"/>
19    </CMD_Component>
20</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.