source: metadata/trunk/toolkit/components/clarin/iso-continent.xml @ 293

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

New component changes by INL

File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<CMD_ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" isProfile="false"
3                   xsi:schemaLocation="http://www.clarin.eu/cmd http://www.clarin.eu/cmd/general-component-schema.xsd">
4    <Header>
5        <ID>eu.clarin.cmdi.continent</ID>
6        <Name>Continent</Name>
7        <Description>Component listing all continents using their ISO code</Description>
8    </Header>
9    <CMD_Component name="Continent" ConceptLink="http://www.isocat.org/datcat/DC-2531">
10        <CMD_Element name="Code" CardinalityMin="1" CardinalityMax="unbounded">
11            <ValueScheme>
12                <enumeration>
13                    <item AppInfo="Africa">AF</item>
14                    <item AppInfo="Asia">AS</item>
15                    <item AppInfo="Europe">EU</item>
16                    <item AppInfo="North America">NA</item>
17                    <item AppInfo="South America">SA</item>
18                    <item AppInfo="Oceania">OC</item>
19                    <item AppInfo="Antartica">AN</item>
20                </enumeration>
21            </ValueScheme>
22        </CMD_Element>
23    </CMD_Component>
24</CMD_ComponentSpec>
Note: See TracBrowser for help on using the repository browser.