source: VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/test/resources/VirtualCollection-intensional.xml @ 859

Last change on this file since 859 was 859, checked in by oschonef, 14 years ago
  • add 'address', 'telephone', 'website' and 'role' fields to creator
  • rename creator 'name' field to 'person' to match CMDI contact
File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<VirtualCollection xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3    xsi:noNamespaceSchemaLocation="VirtualCollection.xsd">
4    <Type>intensional</Type>
5    <Name>Test Collection 2</Name>
6    <Description>Test Description</Description>
7    <CreationDate>2009-12-31</CreationDate>
8    <Creators>
9        <Creator>
10            <Person>Joe User</Person>
11            <Email>joe.user@example.com</Email>
12            <Organisation>Example Organization</Organisation>
13        </Creator>
14    </Creators>
15    <Purpose>sample</Purpose>
16    <Reproducibility>untended</Reproducibility>
17    <ReproducibilityNotice>Unmaintaned test collection.</ReproducibilityNotice>
18    <Keywords>
19        <Keyword>test</Keyword>
20        <Keyword>unmaintained</Keyword>
21    </Keywords>
22    <GeneratedBy>
23        <Description>GeneratedBy description</Description>
24        <URI>urn:x-vcr:test-uri</URI>
25        <Query profile="sql"><![CDATA[<SQL>Test-Query</SQL>]]></Query>
26    </GeneratedBy>
27</VirtualCollection>
Note: See TracBrowser for help on using the repository browser.