source: metadata/trunk/toolkit/components/clarin-nl/collection/cmdi-text-technical.xml @ 233

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

Small fixes, references to new mimetype component added

File size: 750 bytes
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>Text Technical Metadata component</Description>
9    </Header>
10
11    <CMD_Component name="TextTechnicalMetadata" CardinalityMin="0" CardinalityMax="unbounded">
12        <CMD_Element name="CharacterEncoding" ValueScheme="string" ConceptLink="http://www.isocat.org/datcat/DC-2564"/>
13        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-mimetype.xml"/>
14    </CMD_Component>
15
16</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.