source: metadata/trunk/toolkit/components/clarin-nl/common/cmdi-creator.xml @ 274

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

Changes to the clarin-nl/common components

File size: 1.0 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        <Name>Creator</Name>
7        <Description>Component contains (contact) information about a person and/or his/her organisation that was involved in the creation process of a resource</Description>
8    </Header>
9   
10    <CMD_Component name="Creator">
11        <CMD_Element name="Role" CardinalityMax="unbounded" ValueScheme="string"
12                   ConceptLink="http://www.isocat.org/datcat/DC-2513"/>
13        <!-- within the component Creator the component Contact contains contact information for a person or an organisation that was involved in the creation process of a resource -->
14        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-contact.xml"
15                     CardinalityMax="1"/>
16    </CMD_Component>   
17</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.