GSAS: ArchiveOfArtifact.xml

File ArchiveOfArtifact.xml, 1.9 KB (added by hmussman@bbn.com, 11 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<Object xmlns="http://geni.net/schema"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://geni.net/schema GENIObject.xsd">
5    <Handle>10510/1234-5678-9012-3456</Handle>
6    <DataLastArchived>2012-08-11T15:48:21</DataLastArchived>
7    <Public>true</Public>
8    <Creator>
9        <Person>
10            <FirstName xml:lang="en-US">Giridhar</FirstName>
11            <LastName xml:lang="en-US">Manepalli</LastName>
12        </Person>
13    </Creator>
14    <Title>
15        <Title xml:lang="en-US">This is an archive of artifact produced from an experiment by folks from the digital object registry project</Title>
16    </Title>
17    <Publisher>
18        <Person>
19            <FirstName xml:lang="en-US">Giridhar</FirstName>
20            <LastName xml:lang="en-US">Manepalli</LastName>
21        </Person>
22    </Publisher>
23    <PublicationYear>2012</PublicationYear>
24    <Subject xml:lang="en-US">Information Management</Subject>
25    <Description xml:lang="en-US">GENI XML Schemas</Description>
26        <Artifact>
27            <Name>Ping Log File</Name>
28            <Type>
29                <Primary>LogFile</Primary>
30            </Type>
31            <Interpretation>
32                <Description>This is a 'ping' log file. You can interpret the log file using the executable whose URL for download is identified here.</Description>
33                <Version>1.0</Version>
34                <Executable>http://www.interpret.com/ping-exec.setup</Executable>
35            </Interpretation>
36            <Attribution>
37                <Project>
38                    <Title>Digital Object Registry</Title>
39                </Project>
40                <Entity>
41                    <Person>
42                        <FirstName>Giridhar</FirstName>
43                        <LastName>Manepalli</LastName>
44                    </Person>
45                </Entity>
46            </Attribution>
47        </Artifact>
48</Object>