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

Last change on this file since 104 was 104, checked in by patdui, 14 years ago

added isProfile attribute to components and profile

File size: 804 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3    xsi:noNamespaceSchemaLocation="file:/home/dietuyt/svn/clarin/metadata/trunk/toolkit/general-component-schema.xsd" isProfile="false">
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="0" ValueScheme="string" ConceptLink="http://www.isocat.org/datcat/DC-2484"/>
13       
14        <!-- include language codes -->
15        <CMD_Component filename="iso-639-3.xml" CardinalityMin="0"/>
16       
17    </CMD_Component>
18
19</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.