source: metadata/trunk/toolkit/components/clarin/cmdi-language.xml @ 275

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

Small fixes to gernal components.

File size: 812 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" isProfile="false"
3                   xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd">
4    <Header>
5        <ID>eu.clarin.cmdi.language</ID>
6        <Name>Language</Name>
7        <Description>Component for describing a certain language (free name, ISO-639-3 code)</Description>
8    </Header>
9
10    <CMD_Component name="Language">
11       
12        <CMD_Element name="languageName" CardinalityMin="1" CardinalityMax="1" ValueScheme="string"
13                   ConceptLink="http://www.isocat.org/datcat/DC-2484"/>
14        <CMD_Component filename="iso-639-3.xml" CardinalityMin="1" CardinalityMax="1"/>
15       
16    </CMD_Component>
17
18</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.