source: metadata/trunk/toolkit/components/clarin-nl/session-text/cmdi-communicationcontext.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: 5.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>Communication Context</Name>
7        <Description>Component contains metadata about the communication context of a session, e.g. how interactive was the communication, was the communication planned,...</Description>
8    </Header>
9   
10    <CMD_Component name="CommunicationContext">
11       
12        <CMD_Element name="Interactivity" CardinalityMax="1"
13                   ConceptLink="http://www.isocat.org/datcat/DC-2476">
14            <ValueScheme>
15                <enumeration>
16                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
17                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
18                    <item ConceptLink="http://www.isocat.org/datcat/DC-2613">interactive</item>
19                    <item ConceptLink="http://www.isocat.org/datcat/DC-2614">non-interactive</item>
20                    <item ConceptLink="http://www.isocat.org/datcat/DC-2615">semi-interactive</item>
21                </enumeration>               
22            </ValueScheme>
23        </CMD_Element>
24       
25        <CMD_Element name="PlanningType" CardinalityMax="1"
26                   ConceptLink="http://www.isocat.org/datcat/DC-2492">
27            <ValueScheme>
28                <enumeration>
29                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
30                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
31                    <item ConceptLink="http://www.isocat.org/datcat/DC-2663">spontaneous</item>
32                    <item ConceptLink="http://www.isocat.org/datcat/DC-2664">semi-spontaneous</item>
33                    <item ConceptLink="http://www.isocat.org/datcat/DC-2665">planned</item>
34                </enumeration>               
35            </ValueScheme>
36        </CMD_Element>     
37       
38        <CMD_Element name="Involvement" CardinalityMax="1"
39                   ConceptLink="http://www.isocat.org/datcat/DC-2477">
40            <ValueScheme>
41                <enumeration>
42                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
43                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
44                    <item ConceptLink="http://www.isocat.org/datcat/DC-2616">elicited</item>
45                    <item ConceptLink="http://www.isocat.org/datcat/DC-2617">non-elicited</item>
46                    <item ConceptLink="http://www.isocat.org/datcat/DC-2618">no-observer</item>
47                </enumeration>               
48            </ValueScheme>
49        </CMD_Element>
50       
51        <CMD_Element name="SocialContext" CardinalityMax="1"
52                   ConceptLink="http://www.isocat.org/datcat/DC-2493">
53            <ValueScheme>
54                <enumeration>
55                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
56                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
57                    <item ConceptLink="http://www.isocat.org/datcat/DC-2619">Family</item>
58                    <item ConceptLink="http://www.isocat.org/datcat/DC-2620">Private</item>
59                    <item ConceptLink="http://www.isocat.org/datcat/DC-2621">Public</item>
60                    <item ConceptLink="http://www.isocat.org/datcat/DC-2622">Controlled environment</item>
61                </enumeration>               
62            </ValueScheme>
63        </CMD_Element>
64       
65        <CMD_Element name="EventStructure" CardinalityMax="1"
66                   ConceptLink="http://www.isocat.org/datcat/DC-2469">
67            <ValueScheme>
68                <enumeration>
69                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
70                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
71                    <item ConceptLink="http://www.isocat.org/datcat/DC-2659">Monologue</item>
72                    <item ConceptLink="http://www.isocat.org/datcat/DC-2660">Dialogue</item>
73                    <item ConceptLink="http://www.isocat.org/datcat/DC-2661">Multilogue</item>
74                    <item ConceptLink="http://www.isocat.org/datcat/DC-2662">Not a natural format</item>
75                </enumeration>               
76            </ValueScheme>
77        </CMD_Element>
78       
79        <CMD_Element name="Channel" CardinalityMax="1"
80                   ConceptLink="http://www.isocat.org/datcat/DC-2464">
81            <ValueScheme>
82                <enumeration>
83                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
84                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
85                    <item ConceptLink="http://www.isocat.org/datcat/DC-2593">Face to Face</item>
86                    <item ConceptLink="http://www.isocat.org/datcat/DC-2594">Experimental setting</item>
87                    <item ConceptLink="http://www.isocat.org/datcat/DC-2595">Broadcasting</item>
88                    <item ConceptLink="http://www.isocat.org/datcat/DC-2596">Telephone</item>
89                    <item ConceptLink="http://www.isocat.org/datcat/DC-2597">wizard-of-oz</item>
90                    <item ConceptLink="http://www.isocat.org/datcat/DC-2598">Human-machine dialogue</item>
91                    <item ConceptLink="http://www.isocat.org/datcat/DC-2599">Other</item>
92                </enumeration>               
93            </ValueScheme>
94        </CMD_Element>
95    </CMD_Component>
96   
97</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.