GSAS: ArchiveOfExperiment.2.xml

File ArchiveOfExperiment.2.xml, 3.8 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 an experiment from the digital object registry project including its resulting steps and artifacts</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    <Experiment>
27        <Title>
28            <Title xml:lang="en-US">Measurement Data Archive</Title>
29        </Title>
30        <Duration>
31            <Start>2013-03-21T15:48:21</Start>
32            <End>2013-03-28T15:48:21</End>
33        </Duration>
34        <Experimenter>
35            <Organization>
36                <Name xml:lang="es-ES">Corporation for National Research Initiatives</Name>
37                <PointOfContact>
38                    <FirstName>Giridhar</FirstName>
39                    <LastName>Manepalli</LastName>
40                </PointOfContact>
41            </Organization>
42            <!-- Alternative to Organization, one could directly list a name of an individual. Uncomment the following snippet-->
43            <!--<Person>
44                <FirstName>Giridhar</FirstName>
45                <LastName>Manepalli</LastName>
46                </Person>-->
47        </Experimenter>
48        <Steps>
49            <Step>
50                <Title>
51                    <Title xml:lang="en-US">Test Step Title</Title>
52                </Title>
53                <Duration>
54                    <Start>2014-04-24T15:48:21</Start>
55                    <End>2014-07-22T15:48:21</End>
56                </Duration>
57                <Primary>VocabularyEntry1</Primary>
58                <Resources>
59                    <Resource>
60                        <ResourceID>1234-5678-9012-2345</ResourceID>
61                        <ResourceType>Slice</ResourceType>
62                    </Resource>
63                </Resources>
64                <Artifacts>
65                    <Artifact>
66                        <Name>Ping Log File</Name>
67                        <Type>
68                            <Primary>LogFile</Primary>
69                        </Type>
70                        <Interpretation>
71                            <Description>This is a 'ping' log file. You can interpret the log file using the executable whose URL for download is identified here.</Description>
72                            <Version>1.0</Version>
73                            <Executable>http://www.interpret.com/ping-exec.setup</Executable>
74                        </Interpretation>
75                        <Attribution>
76                            <Project>
77                                <Title>Digital Object Registry</Title>
78                            </Project>
79                            <Entity>
80                                <Person>
81                                    <FirstName>Giridhar</FirstName>
82                                    <LastName>Manepalli</LastName>
83                                </Person>
84                            </Entity>
85                        </Attribution>
86                    </Artifact>
87                </Artifacts>
88            </Step>
89        </Steps>
90    </Experiment>
91</Object>