source: metadata/trunk/toolkit/components/clarin-nl/session-text/cmdi-actorlanguage.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.7 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>Actor Language</Name>
7        <Description>Component which identifies a language used by a speaker and indicates a.o. whether that language is the mother tongue and/or the primary language of the speaker</Description>
8    </Header>
9
10    <CMD_Component name="ActorLanguage">
11        <CMD_Element name="HomeLanguage" CardinalityMax="1">
12            <ValueScheme>
13                <enumeration>
14                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
15                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
16                    <item>true</item>
17                    <item>false</item>
18                </enumeration>               
19            </ValueScheme>
20        </CMD_Element>
21        <CMD_Element name="MotherTongue" CardinalityMax="1">
22            <ValueScheme>
23                <enumeration>
24                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
25                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
26                    <item>true</item>
27                    <item>false</item>
28                </enumeration>               
29            </ValueScheme>
30        </CMD_Element>
31        <CMD_Element name="PrimaryLanguage" CardinalityMax="1"
32                   ConceptLink="http://www.isocat.org/datcat/DC-2553">
33            <ValueScheme>
34                <enumeration>
35                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
36                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
37                    <item>true</item>
38                    <item>false</item>
39                </enumeration>               
40            </ValueScheme>
41        </CMD_Element>
42        <!-- within the component ActorLanguage the component Description offers the possibility to add extra information about the language of a speaker -->
43        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-description.xml"
44                     CardinalityMin="0"
45                     CardinalityMax="1"/>
46        <!-- within the component ActorLanguage the component Language identifies a language used by a speaker -->
47        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-language.xml"
48                     CardinalityMin="1"
49                     CardinalityMax="1"/>         
50    </CMD_Component>
51
52</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.