source: metadata/trunk/toolkit/components/clarin-nl/session-text/cmdi-SESSION.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

File size: 2.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" isProfile="true"
3                   xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd">
4   
5    <Header>
6        <Name>SESSION</Name>
7        <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>
8    </Header>
9   
10    <CMD_Component name="SESSION" CardinalityMin="1" CardinalityMax="1">
11        <CMD_Element name="Name" ValueScheme="string" CardinalityMin="1"
12                   ConceptLink="http://www.isocat.org/datcat/DC-2544"
13                   CardinalityMax="unbounded"/>
14        <CMD_Element name="NumberOfSpeakers" ValueScheme="decimal"
15                   ConceptLink="http://www.isocat.org/datcat/DC-2692"
16                   CardinalityMax="1"/>
17        <!-- within the component Session the component Description provides the possibility to add extra information about a session -->
18        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-description.xml"
19                     CardinalityMin="0"
20                     CardinalityMax="1"/>
21        <!-- the component Actors contains information about the speaker(s) of one session, e.g. age, profession, relation between the speakers,... -->
22        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-actors.xml"
23                     CardinalityMax="1"/>
24        <!-- 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-->
25        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-subjectlanguages.xml"
26                     CardinalityMax="1"/>
27        <!-- within the component Session the component Content contains information about the content of a session, e.g. what is the genre -->
28        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-content.xml"
29                     CardinalityMax="1"/>
30        <!-- the component SessionResources contains information about the media file and the written resources associated with a session-->
31        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-sessionresources.xml"
32                     CardinalityMax="1"/>
33       
34    </CMD_Component>
35
36</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.