source: VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/test/resources/VirtualCollection-extensional.xml @ 5492

Last change on this file since 5492 was 5492, checked in by Twan Goosen, 10 years ago

Labels and descriptions can now marshalled and unmarshalled.
Fixes #598

Also refactored the marshaller implementation a bit for readability

File size: 2.1 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>extensional</Type>
5    <Name>Test Collection 1</Name>
6    <Description>Test Description</Description>
7    <CreationDate>2009-12-31</CreationDate>
8    <Creators>
9        <Creator>
10            <Person>Joe User</Person>
11            <Address>Example Address Joe</Address>
12            <Email>joe.user@example.com</Email>
13            <Organisation>Example Organization</Organisation>
14            <Telephone>+1-800-555-0101</Telephone>
15            <Website>http://www.example.org/~joe/</Website>
16            <Role>Test Role Joe</Role>
17        </Creator>
18        <Creator>
19            <Person>Jane User</Person>
20            <Address>Example Address Jane</Address>
21            <Email>jane.user@example.com</Email>
22            <Organisation>Example Organization</Organisation>
23            <Telephone>+1-800-555-0102</Telephone>
24            <Website>http://www.example.org/~jane/</Website>
25            <Role>Test Role Jane</Role>
26        </Creator>
27    </Creators>
28    <Purpose>sample</Purpose>
29    <Reproducibility>untended</Reproducibility>
30    <ReproducibilityNotice>Unmaintaned test collection.</ReproducibilityNotice>
31    <Keywords>
32        <Keyword>test</Keyword>
33        <Keyword>unmaintained</Keyword>
34    </Keywords>
35    <Resources>
36        <Resource>
37            <ResourceType>Metadata</ResourceType>
38            <ResourceRef>http://hdl.handle.net/1839/00-0000-0000-0005-671C-C</ResourceRef>
39        </Resource>
40        <Resource>
41            <ResourceType>Metadata</ResourceType>
42            <ResourceRef>http://hdl.handle.net/1839/00-0000-0000-0006-671C-C</ResourceRef>
43            <Label>Second metadata resource</Label>
44        </Resource>
45        <Resource>
46            <ResourceType>Metadata</ResourceType>
47            <ResourceRef>http://hdl.handle.net/1839/00-0000-0000-0007-671C-C</ResourceRef>
48            <Description>Third metadata resource</Description>
49        </Resource>
50    </Resources>
51</VirtualCollection>
Note: See TracBrowser for help on using the repository browser.