source: metadata/trunk/toolkit/components/clarin-nl/collection/cmdi-text-technical.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: 1.1 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        <ID/>
7        <Name>Text Technical Metadata</Name>
8        <Description>A component for technical information about a text corpus, like the mime type and the character encoding of the texts</Description>
9    </Header>
10 
11    <CMD_Component name="TextTechnical">
12        <CMD_Element name="CharacterEncoding" ValueScheme="string"
13                   ConceptLink="http://www.isocat.org/datcat/DC-2564"
14                   CardinalityMax="unbounded"/>
15        <!-- within the component TextTechnical the component MimeType specifies the mime-type of the corpus, which is a formalized specifier for the format included.-->
16        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-mimetype.xml"
17                     CardinalityMax="unbounded"/>
18    </CMD_Component>
19
20</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.