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

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

Changes from INL to CLARIN-NL components

  • Property svn:executable set to *
File size: 3.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" isProfile="false"> 
4    <Header>
5        <ID></ID>
6        <Name>Speech Corpus</Name>
7        <Description>A component for metadata which is characteristic for a speech corpus, like the number of speakers included in the corpus, information about the recording environments,...</Description>
8    </Header>
9
10    <CMD_Component name="SpeechCorpus" CardinalityMax="1">
11     
12        <CMD_Element name="DurationOfEffectiveSpeech"
13            ConceptLink="http://www.isocat.org/datcat/DC-2691" ValueScheme="string" CardinalityMin="0" CardinalityMax="1"/>
14        <CMD_Element name="DurationOfFullDatabase"
15            ConceptLink="http://www.isocat.org/datcat/DC-2690" ValueScheme="string" CardinalityMax="1"/>
16        <CMD_Element name="NumberOfSpeakers" ValueScheme="decimal" ConceptLink="http://www.isocat.org/datcat/DC-2692" CardinalityMax="1"/>
17        <CMD_Element name="RecordingEnvironment" ValueScheme="string"
18            ConceptLink="http://www.isocat.org/datcat/DC-2696" CardinalityMax="unbounded">
19            <ValueScheme>
20                <enumeration>
21                    <item>home/office</item>
22                    <item ConceptLink="http://www.isocat.org/datcat/DC-2698">studio</item>
23                    <item ConceptLink="http://www.isocat.org/datcat/DC-2699">vehicle</item>
24                    <item ConceptLink="http://www.isocat.org/datcat/DC-2700">public place</item>
25                    <item ConceptLink="http://www.isocat.org/datcat/DC-2596">telephone</item>
26                    <item ConceptLink="http://www.isocat.org/datcat/DC-2599">other</item>
27                </enumeration>
28            </ValueScheme>
29        </CMD_Element>
30        <CMD_Element name="SpeakerDemographics" ValueScheme="string" CardinalityMax="1"/>
31
32
33
34        <CMD_Element name="Quality" CardinalityMin="0" CardinalityMax="unbounded" ConceptLink="http://www.isocat.org/datcat/DC-2574" >
35            <ValueScheme>
36                <enumeration>
37                    <item ConceptLink="http://www.isocat.org/datcat/DC-2666">1</item>
38                    <item ConceptLink="http://www.isocat.org/datcat/DC-2667">2</item>
39                    <item ConceptLink="http://www.isocat.org/datcat/DC-2668">3</item>
40                    <item ConceptLink="http://www.isocat.org/datcat/DC-2669">4</item>
41                    <item ConceptLink="http://www.isocat.org/datcat/DC-2670">5</item>
42                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
43                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
44                </enumeration>               
45           </ValueScheme>
46        </CMD_Element>
47        <CMD_Element name="RecordingPlatformHardware" ValueScheme="string" ConceptLink="http://www.isocat.org/datcat/DC-2693" CardinalityMin="0" CardinalityMax="unbounded"/>
48        <CMD_Element name="RecordingPlatformSoftware" ValueScheme="string" ConceptLink="http://www.isocat.org/datcat/DC-2694" CardinalityMin="0" CardinalityMax="unbounded"/>
49
50        <!-- within the component SpeechCorpus the component SpeechTechnical contains technical information about the entire speech corpus like the sampling frequency, the compression,... -->
51        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/collection/cmdi-speech-technical.xml" CardinalityMax="unbounded"/>
52
53    </CMD_Component>
54</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.