source: metadata/trunk/toolkit/components/clarin-nl/common/cmdi-description.xml @ 293

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

New component changes by INL

File size: 995 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        <Name>Description</Name>
7        <Description>Component provides the possibility to add extra information about the component it is included in </Description>
8    </Header>
9   
10   
11    <CMD_Component name="Description" ConceptLink="http://www.isocat.org/datcat/DC-2520">
12        <CMD_Element name="Description" ValueScheme="string" CardinalityMin="1" CardinalityMax="1" ConceptLink="http://www.isocat.org/datcat/DC-2520">
13            <AttributeList>
14                <Attribute>
15                    <Name>LanguageID</Name>
16                    <Type>string</Type>
17                </Attribute>
18            </AttributeList>           
19        </CMD_Element>       
20    </CMD_Component>
21</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.