source: metadata/trunk/toolkit/components/clarin-nl/session-text/cmdi-content.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.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>Content</Name>
7        <Description>Component contains information about the content of a session or a text, e.g. what is the genre of the resource</Description>
8    </Header>
9
10    <CMD_Component name="Content">
11       
12        <CMD_Element name="Genre" ConceptLink="http://www.isocat.org/datcat/DC-2470"
13                   CardinalityMax="unbounded"> 
14            <ValueScheme>
15                <enumeration>
16                    <appinfo>Open Vocabulary, i.e. the items here are recommendations, write-ins are possible</appinfo>
17                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
18                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
19                    <item ConceptLink="http://www.isocat.org/datcat/DC-2608">Discourse</item>
20                    <item ConceptLink="http://www.isocat.org/datcat/DC-2605">Ritual/religious texts</item>
21                    <item ConceptLink="http://www.isocat.org/datcat/DC-2606">Newspaper article</item>
22                    <item ConceptLink="http://www.isocat.org/datcat/DC-2607">Radio/TV feature</item>
23                    <item ConceptLink="http://www.isocat.org/datcat/DC-2609">Drama</item>
24                    <item ConceptLink="http://www.isocat.org/datcat/DC-2602">Poetry</item>
25                    <item ConceptLink="http://www.isocat.org/datcat/DC-2601">Literature</item>
26                    <item ConceptLink="http://www.isocat.org/datcat/DC-2600">Secondary document</item>
27                    <item ConceptLink="http://www.isocat.org/datcat/DC-2610">Personal notes</item>
28                    <item ConceptLink="http://www.isocat.org/datcat/DC-2612">Stimuli</item>
29                </enumeration>
30            </ValueScheme>
31        </CMD_Element> 
32        <CMD_Element name="SubGenre" CardinalityMin="0" CardinalityMax="unbounded">
33            <ValueScheme>
34                <enumeration>
35                    <appinfo>Open Vocabulary, i.e. the items here are recommendations, write-ins are possible</appinfo>
36                    <appinfo>the following items are applicable if the value of Type is "Discourse"</appinfo>
37                    <item>Narrative</item>
38                    <item>Oratory</item>
39                    <item>Procedural</item>
40                    <item>Formulaic</item>
41                    <item>Language play</item>
42                    <item>Interview</item>
43                    <item>Conversation</item>
44                    <item>Description</item>
45                    <item>Unintelligeble speech</item>
46                    <item>Read speech</item>
47                    <appinfo>the following items are applicable if the value of Type is "Drama"</appinfo>
48                    <item>Film</item>
49                    <item>Play</item>
50                    <item>Opera</item>
51                    <item>Musical</item>
52                    <appinfo>the following items are applicable if the value of Type is "Singing"</appinfo>
53                    <item>Individual song</item>
54                    <item>Chorus</item>
55                    <item>Chant</item>
56                    <appinfo>the following items are applicable if the value of Type is "Poetry"</appinfo>
57                    <item>Epos</item>
58                    <appinfo>the following items are applicable if the value of Type is "Literature"</appinfo>
59                    <item>Matching game</item>
60                    <item>Act-out</item>
61                    <item>Picture book</item>
62                    <item>Story retelling</item>
63                    <appinfo>general items that are always applicable</appinfo>
64                    <item>Unspecified</item>
65                    <item>Unknown</item>
66                </enumeration>
67            </ValueScheme>
68        </CMD_Element>
69        <CMD_Element name="Task" ValueScheme="string" CardinalityMin="0" CardinalityMax="1"
70                   ConceptLink="http://www.isocat.org/datcat/DC-2500"/>
71        <CMD_Element name="Modalities" ValueScheme="string" CardinalityMax="unbounded"
72                   ConceptLink="http://www.isocat.org/datcat/DC-2490"/>
73        <CMD_Element name="Topic" ValueScheme="string" CardinalityMin="0" CardinalityMax="unbounded"
74                   ConceptLink="http://www.isocat.org/datcat/DC-2503"/>
75        <!-- the component CommunicationContext contains metadata about the communication context of a recording, e.g. how interactive was the communication, was the communication planned,... -->       
76        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-communicationcontext.xml"
77                     CardinalityMax="1"/>
78        <!-- within the component Content the component Description provides the possibility to add extra information about the content of the resource -->
79        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-description.xml"
80                     CardinalityMin="0"
81                     CardinalityMax="1"/>
82    </CMD_Component>
83
84</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.