Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<RESOURCE_PROFILE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="TransformationRuleDSResourceType.xsd">
3
  <HEADER>
4
    <RESOURCE_IDENTIFIER value="123456"/>
5
    <RESOURCE_TYPE value="TransformationRuleDSResourceType"/>
6
    <RESOURCE_KIND value="TransformationRuleDSResources"/>
7
    <RESOURCE_URI value=""/>
8
    <DATE_OF_CREATION value="2001-12-31T12:00:00"/>
9
  </HEADER>
10
  <BODY>
11
    <CONFIGURATION>
12
      <IMPORTED/>
13
      <SCRIPT>
14
        <TITLE>SubSample</TITLE>
15
        <CODE>
16
			// declares the script name
17
			declare_script SubSample;
18
			
19
			// set rules of type constants
20
			CobjTypology = TEXT;
21
			CobjModel = OAI-PMH;
22
			CobjMDformats = oai_dc;
23
			
24
			// mark the end of the script
25
			end        
26
        </CODE>
27
      </SCRIPT>
28
    </CONFIGURATION>
29
    <STATUS/>
30
    <SECURITY_PARAMETERS>SECURITY_PARAMETERS</SECURITY_PARAMETERS>
31
  </BODY>
32
</RESOURCE_PROFILE>
(6-6/7)