source: metadata/trunk/toolkit/components/clarin-nl/lexicalresource/cmdi-lexicaltype.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: 2.1 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.lexicaltype</ID>
8        <Name>LexicalType</Name>
9        <Description>A component for describing the type, multilinguality, modality and headword type of a lexical resource. </Description>
10    </Header>
11   
12    <CMD_Component name="LexicalType">
13             
14        <!-- the component LexicalMainType indicates the main type of the lexical resource -->
15        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-lexicalmaintype.xml"
16                     CardinalityMin="1"
17                     CardinalityMax="1"/>
18        <!-- the component LexicalSubType specifies of the main type of the lexical resource -->
19        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-lexicalsubtype.xml"
20                     CardinalityMin="0"
21                     CardinalityMax="1"/>
22        <!-- the component HeadWordType indicates the linguistic nature of the lexical entry in the lexical resource -->
23        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-headwordtype.xml"
24                     CardinalityMin="1"
25                     CardinalityMax="unbounded"/>
26        <!-- the component MultiLinguality specifies whether one, two or more languages are included in the lexical resource -->
27        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-multilinguality.xml"
28                     CardinalityMin="1"
29                     CardinalityMax="1"/>
30        <!-- the component Modality indicates which mode of communication is captured in the lexical resource-->
31        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-modality.xml"
32                     CardinalityMin="0"
33                     CardinalityMax="unbounded"/>
34       
35
36    </CMD_Component>
37 </CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.