source: metadata/trunk/toolkit/components/clarin-nl/common/component-contactpublisher.xml @ 179

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

Addition of the commom components between collection and lexicon

File size: 1.3 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    <CMD_Component name="Contact" CardinalityMin="1" CardinalityMax="unbounded">
7        <CMD_Element name="Name" CardinalityMin="0" CardinalityMax="unbounded" ValueScheme="string"
8                   ConceptLink="http://www.isocat.org/datcat/DC-2454"/>
9        <CMD_Element name="Address" CardinalityMin="0" CardinalityMax="unbounded"
10                   ValueScheme="string"
11                   ConceptLink="http://www.isocat.org/datcat/DC-2505"/>
12        <CMD_Element name="Email" ValueScheme="string"
13                   ConceptLink="http://www.isocat.org/datcat/DC-2521"/>
14        <!-- Conceptlink only refers to the organization that was leading the creation project or that is responsible for accessing the resource -->
15        <CMD_Element name="Organisation" CardinalityMin="0" ValueScheme="string"
16                   ConceptLink="http://www.isocat.org/datcat/DC-2459"/>
17        <CMD_Element name="Telephone" CardinalityMin="0" CardinalityMax="unbounded"
18                   ValueScheme="string"/>
19    </CMD_Component>
20</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.