source: metadata/trunk/toolkit/src/test/resources/toolkit/successor/profiles/successor-valid.xml @ 6859

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

M toolkit/src/main/resources/toolkit/xslt/comp2schema.xsl

  • new cues namespace
  • clearer copy of cue attributes

M toolkit/src/test/resources/toolkit/CMD/profiles/components-invalid.xml
M toolkit/src/test/resources/toolkit/successor/profiles/successor-invalid.xml
M toolkit/src/test/resources/toolkit/successor/profiles/successor-valid.xml
M toolkit/src/test/resources/toolkit/Adelheid/records/Adelheid_1_2-invalid.cmdi
M toolkit/src/test/resources/toolkit/Adelheid/profiles/clarin.eu:cr1:p_1311927752306_1_2.xml
M toolkit/src/main/resources/toolkit/xsd/cmd-component.xsd
M toolkit/src/main/resources/toolkit/upgrade/cmd-component-1_1-to-1_2.xsl

  • new cues namespace
File size: 899 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/1" 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        <Successor>hdl:123</Successor>
12    </Header>
13    <Component CardinalityMax="1" CardinalityMin="1" name="ToolService">
14        <Element Multilingual="false" cue:DisplayPriority="1" CardinalityMax="unbounded"
15            CardinalityMin="0" ValueScheme="string"
16            ConceptLink="http://www.isocat.org/datcat/DC-3810" name="toolType"/>
17    </Component>
18</ComponentSpec>
Note: See TracBrowser for help on using the repository browser.