source: metadata/trunk/toolkit/components/clarin-nl/session-text/cmdi-sessionresources.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.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>Session Resources</Name>
7        <Description>Component contains information about the resources associated with a session, i.e. a media file and written resources (annotations, analyses,...)</Description>
8    </Header>
9
10    <CMD_Component name="SessionResources">
11        <!-- the component MediaFile contains information about the media file of a session, e.g. the size, the format, the sampling rate... -->
12        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-mediafile.xml"
13                     CardinalityMax="1"/>
14        <!-- within the component SessionResources the component WrittenResources contains information about the written resources associated with a session (annotations, analyses,...) -->
15        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/session-text/cmdi-writtenresources.xml"
16                     CardinalityMax="1"/>
17    </CMD_Component>
18
19</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.