source: metadata/trunk/toolkit/components/clarin-nl/common/cmdi-access.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.6 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>Access</Name>
7        <Description>Component contains information about the availability and accessibility of a resource</Description>
8    </Header>
9 
10    <CMD_Component name="Access">
11        <CMD_Element name="Availability" ValueScheme="string" CardinalityMin="1" CardinalityMax="1"
12                   ConceptLink="http://www.isocat.org/datcat/DC-2453"/>
13        <CMD_Element name="DistributionMedium" ValueScheme="string" CardinalityMin="0"
14                   CardinalityMax="unbounded"/>
15        <CMD_Element name="CatalogueLink" ValueScheme="anyURI" CardinalityMax="unbounded"/> 
16        <!-- within the component Access the component Contact contains contact information for a person or an organisation that is responsible for the distribution of a resource -->
17        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-contact.xml"
18                     CardinalityMin="1"
19                     CardinalityMax="unbounded"/>
20        <!-- the component Price contains information about the (different) price(s) for a resource -->       
21        <CMD_Component filename="http://www.clarin.eu/cmd/components/clarin-nl/common/cmdi-price.xml"
22                     CardinalityMax="1"
23                     ConceptLink="http://www.isocat.org/datcat/DC-2460"/>
24    </CMD_Component>   
25</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.