Changeset 230


Ignore:
Timestamp:
03/16/10 13:10:59 (14 years ago)
Author:
dietuyt
Message:

Addition of mimetype component; reference to it from text-technical

Location:
metadata/trunk/toolkit/components
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • metadata/trunk/toolkit/components/clarin-nl/collection/cmdi-text-technical.xml

    r178 r230  
    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>Text Technical Metadata</Name>
    78        <Description>Text Technical Metadata component</Description>
    89    </Header>
    9        
    10         <!-- in aparte file zetten en includen!  -->
    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="contentencoding.xml"/>
    14             <!-- TODO: create mimetype component -->
    15             <!--<CMD_Component name="mimetype"/>-->
    16         </CMD_Component>
    17        
    18    
     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="contentencoding.xml"/>
     14        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin/cmdi-mimetype.xml"/>
     15    </CMD_Component>
    1916
    2017</CMD_ComponentSpec>
Note: See TracChangeset for help on using the changeset viewer.