source: metadata/trunk/toolkit/components/clarin-nl/session-text/cmdi-writtenresources.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: 1.4 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>Written Resources</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="WrittenResources">
11        <!-- within the component WrittenResources this component provides the possibility to add extra information about the written resources of a session or a text -->
12        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-description.xml"
13                     CardinalityMin="0"
14                     CardinalityMax="1"/>
15        <!-- the component WrittenResources contains information about a text itself, one of its dependent resources (e.g. annotation, analysis,... of the text) or about a written resource associated with a mediafile-->
16        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-writtenresource.xml"
17                     CardinalityMin="1"
18                     CardinalityMax="unbounded"/>
19    </CMD_Component>
20
21</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.