source: metadata/trunk/toolkit/components/clarin-nl/lexicalresource/cmdi-lexicaltype.xml @ 307

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

Changes by INL

  • Property svn:executable set to *
File size: 2.0 KB
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   
5    <Header>
6        <ID>eu.clarin.cmdi.lexicaltype</ID>
7        <Name>LexicalType</Name>
8        <Description>A component for describing the type, multilinguality, modality and headword type of a lexical resource. </Description>
9    </Header>
10   
11    <CMD_Component name="LexicalType">
12             
13        <!-- the component LexicalMainType indicates the main type of the lexical resource -->
14        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/lexicalresource/cmdi-lexicalmaintype.xml" CardinalityMin="1" CardinalityMax="1"></CMD_Component>
15        <!-- the component LexicalSubType specifies of the main type of the lexical resource -->
16        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/lexicalresource/cmdi-lexicalsubtype.xml" CardinalityMin="0" CardinalityMax="1"></CMD_Component>
17        <!-- the component HeadWordType indicates the linguistic nature of the lexical entry in the lexical resource -->
18        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/lexicalresource/cmdi-headwordtype.xml" CardinalityMin="1" CardinalityMax="unbounded"></CMD_Component>
19        <!-- the component MultiLinguality specifies whether one, two or more languages are included in the lexical resource -->
20        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-multilinguality.xml" CardinalityMin="1" CardinalityMax="1"></CMD_Component>
21        <!-- the component Modality indicates which mode of communication is captured in the lexical resource-->
22        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-modality.xml" CardinalityMin="0" CardinalityMax="unbounded"></CMD_Component>
23       
24
25    </CMD_Component>
26 </CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.