source: metadata/trunk/toolkit/components/clarin-nl/common/component-duration.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: 693 bytes
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="Duration" CardinalityMin="0" CardinalityMax="1">
7        <CMD_Element name="StartYear" ValueScheme="string"
8                   ConceptLink="http://www.isocat.org/datcat/DC-2539"> </CMD_Element>
9        <CMD_Element name="CompletionYear" ValueScheme="string"
10                   ConceptLink="http://www.isocat.org/datcat/DC-2509"> </CMD_Element>
11    </CMD_Component>
12</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.