source: metadata/trunk/toolkit/components/clarin-nl/session-text/cmdi-writtenresource.xml @ 306

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

Fix the SchemaLocation?

File size: 4.9 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/>
7        <Description>Component contains information about a text itself and the dependent resources (e.g. annotations, analyses,... of the text) or about the written resources associated with a mediafile</Description>
8    </Header>
9   
10    <CMD_Component name="WrittenResource">
11
12        <CMD_Element name="CreationYear" ValueScheme="gYear"
13                   ConceptLink="http://www.isocat.org/datcat/DC-2510"
14                   CardinalityMin="0"
15                   CardinalityMax="1"/>
16        <CMD_Element name="Derivation" ConceptLink="http://www.isocat.org/datcat/DC-2518"
17                   CardinalityMax="1">
18            <ValueScheme>
19                <enumeration>
20                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
21                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
22                    <item>Original</item>
23                    <item>Analysis</item>
24                    <item>Translation</item>
25                    <item>Commentary</item>
26                    <item>Criticism</item>
27                    <item>Annotation</item>
28                </enumeration>               
29            </ValueScheme>
30        </CMD_Element>
31        <CMD_Element name="DerivationMode" ConceptLink="http://www.isocat.org/datcat/DC-2516"
32                   CardinalityMax="1">
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>NAP</item>
38                    <item>Automatic/Manual</item>
39                    <item ConceptLink="">Manual</item>
40                    <item>Automatic</item>
41                </enumeration>
42            </ValueScheme>
43        </CMD_Element>
44
45        <CMD_Element name="AnnotationStyle" ConceptLink="http://www.isocat.org/datcat/DC-2325"
46                   CardinalityMax="1">
47            <ValueScheme>
48                <enumeration>
49                    <item ConceptLink="http://www.isocat.org/datcat/DC-2327">embedded</item>
50                    <item ConceptLink="CONCEPTLINK NIET BEREIKBAAR">stand-off</item>
51                    <item ConceptLink="http://www.isocat.org/datcat/DC-2328">mixed</item>
52                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
53                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
54                    <item>NAP</item>
55               </enumeration>
56            </ValueScheme>
57        </CMD_Element>
58       
59        <CMD_Element name="CharacterEncoding" ValueScheme="string"
60                   ConceptLink="http://www.isocat.org/datcat/DC-2564"
61                   CardinalityMin="0"
62                   CardinalityMax="1"/>
63
64        <CMD_Element name="Anonymized" ConceptLink="http://www.isocat.org/datcat/DC-2548"
65                   CardinalityMax="1">
66            <ValueScheme>
67                <enumeration>
68                    <item>true</item>
69                    <item>false</item>
70                    <item ConceptLink="http://www.isocat.org/datcat/DC-2591">Unknown</item>
71                    <item ConceptLink="http://www.isocat.org/datcat/DC-2592">Unspecified</item>
72                </enumeration>               
73            </ValueScheme>       
74        </CMD_Element>
75        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-annotationtype.xml"
76                     CardinalityMax="unbounded"
77                     CardinalityMin="1"/>
78        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-annotationformat.xml"
79                     CardinalityMax="1"/>
80        <!-- within the component WrittenResource the component TotalSize contains information about the size of the text and/or annotation files-->
81        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-totalsize.xml"
82                     CardinalityMin="0"
83                     CardinalityMax="1"/>
84        <!-- within the component WrittenResource the component Language identifies the language used in the written resource -->
85        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-language.xml"
86                     CardinalityMax="1"/>   
87        <!-- within the component WrittenResource the component Description provides the possibility to add extra information about the written resource -->
88        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-description.xml"
89                     CardinalityMin="0"
90                     CardinalityMax="1"/>
91    </CMD_Component>
92
93</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.