Ignore:
Timestamp:
03/23/10 12:55:56 (14 years ago)
Author:
dietuyt
Message:

Small fixes to gernal components.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • metadata/trunk/toolkit/components/clarin/cmdi-mimetype.xml

    r230 r275  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<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" isProfile="false">
     3                   xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd"
     4                   isProfile="false">
    45    <Header>
    5         <ID></ID>
     6        <ID/>
    67        <Name>Mime type</Name>
    78        <Description>List of frequently used mime types</Description>
    89    </Header>
    910
    10             <CMD_Component name="mimetype">
     11            <CMD_Component name="MimeType">
    1112                <!-- selection of most common mime types -->
    12                 <CMD_Element name="MimeType" ConceptLink="http://www.isocat.org/datcat/DC-2571">
     13                <CMD_Element name="MimeType" ConceptLink="http://www.isocat.org/datcat/DC-2571"
     14                   CardinalityMin="1"
     15                   CardinalityMax="unbounded">
    1316                    <ValueScheme>
    1417                        <enumeration>
Note: See TracChangeset for help on using the changeset viewer.