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

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

New component changes by INL

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>TEXT</Name>
7        <Description>Component contains information about a text from a text corpus and about the annotations, analyses,... of that text</Description>
8    </Header>
9 
10    <CMD_Component name="TEXT" CardinalityMin="1" CardinalityMax="1">
11        <CMD_Element name="Code" CardinalityMin="1"
12                   ConceptLink="http://www.isocat.org/datcat/DC-2544"
13                   CardinalityMax="1"/>
14        <CMD_Element name="Title" ValueScheme="string" CardinalityMin="0" CardinalityMax="unbounded"/>
15        <CMD_Element name="Subtitle" ValueScheme="string" ConceptLink="" CardinalityMin="0"
16                   CardinalityMax="unbounded"/>
17        <!-- the component Authors contains information about the author(s) of a text -->
18        <CMD_Component filename="cmdi-authors.xml" CardinalityMax="1"/>
19        <!-- within the component TEXT the component OriginLocation identifies the location where the text originates from -->
20        <CMD_Component name="OriginLocation" CardinalityMax="1">
21            <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-location.xml"/>
22        </CMD_Component>
23        <!-- within the component TEXT the component Content contains information about the content of a text -->
24        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-content.xml"
25                     CardinalityMax="1"/>
26        <!-- the component Source component contains information about the origin of the resource : on which resources was it based or from which resources were parts taken and what is the type of the source -->
27        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-source.xml"
28                     CardinalityMax="1"/>
29        <!-- within the component TEXT the component WrittenResources contains information about the text itself and the dependent resources (e.g. annotations, analyses,... of the text)-->
30        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-writtenresources.xml"
31                     CardinalityMax="1"/>
32        <!-- within the component TEXt the component Description provides the possibility to add extra information about the text -->
33        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-description.xml"
34                     CardinalityMin="0"
35                     CardinalityMax="1"/>
36        <!-- within the component TEXT the component SubjectLanguages contains information about the language(s) included in the text -->
37        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-subjectlanguages.xml"
38                     CardinalityMax="1"/>
39     </CMD_Component>
40</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.