source: metadata/trunk/toolkit/components/clarin-nl/session-text/cmdi-SESSION.xml @ 307

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

Changes by INL

File size: 2.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<CMD_ComponentSpec xsi:schemaLocation="http://www.clarin.eu/cmd
4    http://www.clarin.eu/cmd/general-component-schema.xsd" isProfile="false">
5   
6   
7    <Header>
8        <Name>SESSION</Name>
9        <Description>Component provides information about one recording session, i.e. about the media file of that session and about the written resources associated with that media file</Description>
10    </Header>
11   
12    <CMD_Component name="SESSION" CardinalityMin="1" CardinalityMax="1">
13        <CMD_Element name="Name" ValueScheme="string" CardinalityMin="1" ConceptLink="http://www.isocat.org/datcat/DC-2544" CardinalityMax="unbounded"/>
14        <CMD_Element name="NumberOfSpeakers" ValueScheme="decimal" ConceptLink="http://www.isocat.org/datcat/DC-2692" CardinalityMax="1"></CMD_Element>
15        <!-- within the component Session the component Description provides the possibility to add extra information about a session -->
16        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-description.xml" CardinalityMin="0" CardinalityMax="1"/>
17        <!-- the component Actors contains information about the speaker(s) of one session, e.g. age, profession, relation between the speakers,... -->
18        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-actors.xml" CardinalityMax="1" />
19        <!-- within the component Session the component SubjectLanguages identifies the language(s) included in the resource and states which language is the dominant language, the source language and/or the target language-->
20        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-subjectlanguages.xml" CardinalityMax="1"/>
21        <!-- within the component Session the component Content contains information about the content of a session, e.g. what is the genre -->
22        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-content.xml" CardinalityMax="1" />
23        <!-- the component SessionResources contains information about the media file and the written resources associated with a session-->
24        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-sessionresources.xml" CardinalityMax="1" />
25       
26    </CMD_Component>
27
28</CMD_ComponentSpec>
29
Note: See TracBrowser for help on using the repository browser.