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

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

Changes to the clarin-nl/common components

File size: 1014 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"
13                   ConceptLink="http://www.isocat.org/datcat/DC-2520">
14            <AttributeList>
15                <Attribute>
16                    <Name>LanguageID</Name>
17                    <Type>string</Type>
18                </Attribute>
19            </AttributeList>           
20        </CMD_Element>       
21    </CMD_Component>
22</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.