source: metadata/trunk/toolkit/components/clarin-nl/collection/cmdi-corpus.xml @ 293

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

New component changes by INL

  • Property svn:executable set to *
File size: 2.7 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        <Name>Corpus</Name>
8        <Description> A component for metadata that is characteristic for corpora, e.g. information about the (number of) languages included, information about the validation of the corpus,..</Description> 
9    </Header>
10
11    <CMD_Component name="Corpus" CardinalityMax="1">
12       
13 
14        <CMD_Element name="Topic" ValueScheme="string"
15                   ConceptLink="http://www.isocat.org/datcat/DC-2503"
16                   CardinalityMin="0"/>
17       
18        <!-- within the component Corpus the component MultiLinguality specifies whether one, two or more languages are included in a corpus -->
19        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-multilinguality.xml"/>
20        <!-- within the component Corpus the component AnnotationTypes contains information about the annotations included in a corpus -->
21        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-annotationtypes.xml"
22                     CardinalityMax="unbounded"/>
23        <!-- the component Size contains information about the total size of the corpus and if more than one language is included in the resource, about the size per language. e.g. number of words -->
24        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-size.xml"
25                     CardinalityMax="1"/>
26        <!-- within the component Corpus the component SubjectLanguages identifies the language(s) included in the corpus and indicates which language is the dominant language, the source language and/or the target language-->
27        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-subjectlanguages.xml"
28                     CardinalityMax="1"/>
29        <!-- the component Modality contains information about the modalities that are contained in the corpus. e.g. speech, signs, facial expressions,... -->
30        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-modality.xml"
31                     CardinalityMax="unbounded"/>
32        <!-- within the component Corpus the component Validation contains information about the validation mode, style and level of the corpus-->
33        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-validation.xml"
34                     CardinalityMin="0"
35                     CardinalityMax="1"/>
36               
37    </CMD_Component>
38</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.