source: metadata/trunk/toolkit/components/clarin-nl/session-text/cmdi-actors.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: 1.2 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        <Name>Actors</Name>
7        <Description>Component contains information about the speaker(s) of one session </Description>
8    </Header>
9
10    <CMD_Component name="Actors">
11        <!-- within the component Actors the component Description provides the possibility to add extra information about the speaker(s) of a session -->
12        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-description.xml"
13                     CardinalityMin="0"
14                     CardinalityMax="1"/>
15        <!-- within the component Actors the component Actor contains information about a speaker, e.g. age, profession, ethnic group,... -->       
16        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-actor.xml"
17                     CardinalityMin="1"
18                     CardinalityMax="unbounded"/>
19    </CMD_Component>
20
21</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.