source: metadata/trunk/toolkit/components/clarin-nl/common/cmdi-subjectlanguage.xml @ 274

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

Changes to the clarin-nl/common components

File size: 3.0 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"
4                   isProfile="false">
5    <Header>
6        <Name>Subject Language</Name>
7        <Description>Component which identifies a language included in a resource and indicates whether that language is the dominant language (the source language and/or the target language)</Description>
8    </Header>
9
10    <CMD_Component name="SubjectLanguage">
11        <CMD_Element name="Dominant" CardinalityMax="1"
12                   ConceptLink="http://www.isocat.org/datcat/DC-2468">
13            <ValueScheme>
14                <enumeration>
15                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
16                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
17                    <item>true</item>
18                    <item>false</item>
19                </enumeration>               
20            </ValueScheme>
21        </CMD_Element>
22        <CMD_Element name="SourceLanguage" CardinalityMin="0" CardinalityMax="1"
23                   ConceptLink="http://www.isocat.org/datcat/DC-2494"> 
24            <ValueScheme>
25                <enumeration>
26                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
27                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
28                    <item>true</item>
29                    <item>false</item>
30                    <item>NAP</item>
31                </enumeration>               
32            </ValueScheme>
33        </CMD_Element>
34        <CMD_Element name="TargetLanguage" CardinalityMin="0" CardinalityMax="1"
35                   ConceptLink="http://www.isocat.org/datcat/DC-2499">
36            <ValueScheme>
37                <enumeration>
38                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
39                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
40                    <item>true</item>
41                    <item>false</item>
42                    <item>NAP</item>
43                </enumeration>               
44            </ValueScheme>
45        </CMD_Element>
46       
47        <!-- within the component SubjectLanguage the component Descriptioin provides the possibility to add extra information about a language included in the resource -->
48        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-description.xml"
49                     CardinalityMin="0"
50                     CardinalityMax="1"/>
51        <!-- within the component SubjectLanguage the component Language identifies a language included in the resource-->
52        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-language.xml"
53                     CardinalityMin="1"
54                     CardinalityMax="1"/>
55    </CMD_Component>
56</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.