source: metadata/trunk/toolkit/src/test/resources/toolkit/Utrecht/profiles/clarin.eu:cr1:p_1311927752306.xml @ 6255

Last change on this file since 6255 was 6255, checked in by Menzo Windhouwer, 9 years ago

Now follow the default Maven layout, so we can easily leverage standard testing facilities.

First test based on Adelheid 1.1 profile and record tests:

  • upgrade of a profile conforms to 1.2 cmd-component.xsd
  • upgrade of a record conforms to the 1.2 profile XSD

Additional records collected at the CLARIN Centre Meeting May 2015 are also added, but still need to be worked into tests.

File size: 952 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ComponentSpec xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3    xmlns:cue="http://www.clarin.eu/cmdi/cues/display/1.0" isProfile="true"
4    xsi:noNamespaceSchemaLocation="../../../../../main/resources/toolkit/xsd/cmd-component.xsd">
5    <Header>
6        <ID>clarin.eu:cr1:p_1311927752306</ID>
7        <Name>ToolService</Name>
8        <Description>Description of a tool and/or service(s)
9(adapted from the AnnotationTool profile)</Description>
10        <Status>deprecated</Status>
11        <!--<Status>production</Status>-->
12        <Successor>hdl:123</Successor>
13    </Header>
14    <Component CardinalityMax="1" CardinalityMin="1" name="ToolService">
15        <Element Multilingual="false" cue:DisplayPriority="1" CardinalityMax="unbounded"
16            CardinalityMin="0" ValueScheme="string"
17            ConceptLink="http://www.isocat.org/datcat/DC-3810" name="toolType"/>
18    </Component>
19</ComponentSpec>
Note: See TracBrowser for help on using the repository browser.