source: metadata/trunk/toolkit/components/clarin-nl/common/cmdi-price.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: 737 bytes
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>Price</Name>
7        <Description>Component Price contains information about the (different) price(s) for a resource</Description>
8    </Header>
9     
10    <CMD_Component name="Price">
11        <CMD_Element name="Price" ValueScheme="string"
12                   ConceptLink="http://www.isocat.org/datcat/DC-2460"
13                   CardinalityMin="1"
14                   CardinalityMax="unbounded"/>
15    </CMD_Component>
16   
17</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.