source: metadata/trunk/toolkit/components/clarin-nl/lexicalresource/cmdi-lexicalmaintype.xml @ 294

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

rename lexicon to lexicalresource

  • Property svn:executable set to *
File size: 1.5 KB
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   
6    <Header>
7        <ID>eu.clarin.cmdi.lexicalmaintype</ID>
8        <Name>LexicalMainType</Name>
9        <Description>A component for describing the main type of a lexical resource. </Description>
10    </Header>
11   
12    <CMD_Component name="LexicalMainType">
13        <CMD_Element name="LexicalMainType" ConceptLink="http://www.isocat.org/datcat/DC-2487">
14            <ValueScheme>
15                <enumeration>
16                    <item>word list</item>
17                    <item>dictionary</item>
18                    <item>semantic network</item>
19                    <item ConceptLink="http://www.isocat.org/datcat/DC-2599">other</item>
20                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">unspecified</item> 
21              </enumeration>
22            </ValueScheme>
23        </CMD_Element>
24   
25        <!-- within the component LexicalMainType the component Description provides the possibility to add extra information
26            about the type (other) of the resource -->
27        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-description.xml"
28                     CardinalityMin="0"
29                     CardinalityMax="1"/>
30   
31    </CMD_Component>       
32</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.