GSAS: projectSerialized.xml

File projectSerialized.xml, 4.1 KB (added by hmussman@bbn.com, 11 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<Project 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    <Title>
6        <Title xml:lang="en-US">Digital Object Registry</Title>
7    </Title>
8    <Duration>
9        <Start>2009-08-01T00:00:00</Start>
10        <End>2013-10-29T15:48:21</End>
11    </Duration>
12    <PrincipalInvestigator>
13        <Organization>
14            <Name>Corporation for National Research Initiatives</Name>
15            <PointOfContact>
16                <FirstName>Giridhar</FirstName>
17                <LastName>Manepalli</LastName>
18            </PointOfContact>
19            <Reference>http://groups.geni.net/geni/wiki/DigitalObjectRegistry</Reference>
20        </Organization>
21        <!-- Alternative to Organization, one could directly list a name of an individual. Uncomment the following snippet-->
22        <!--<Person>
23            <FirstName>Giridhar</FirstName>
24            <LastName>Manepalli</LastName>
25        </Person>-->
26    </PrincipalInvestigator>
27    <Experiments>
28        <Experiment>
29            <Title>
30                <Title xml:lang="en-US">Measurement Data Archive</Title>
31            </Title>
32            <Duration>
33                <Start>2013-03-21T15:48:21</Start>
34                <End>2013-03-28T15:48:21</End>
35            </Duration>
36            <Experimenter>
37                <Organization>
38                    <Name xml:lang="es-ES">Corporation for National Research Initiatives</Name>
39                    <PointOfContact>
40                        <FirstName>Giridhar</FirstName>
41                        <LastName>Manepalli</LastName>
42                    </PointOfContact>
43                </Organization>
44                <!-- Alternative to Organization, one could directly list a name of an individual. Uncomment the following snippet-->
45                <!--<Person>
46                    <FirstName>Giridhar</FirstName>
47                    <LastName>Manepalli</LastName>
48                    </Person>-->
49            </Experimenter>
50            <Steps>
51                <Step>
52                    <Title>
53                        <Title xml:lang="en-US">Test Step Title</Title>
54                    </Title>
55                    <Duration>
56                        <Start>2014-04-24T15:48:21</Start>
57                        <End>2014-07-22T15:48:21</End>
58                    </Duration>
59                    <Primary>VocabularyEntry1</Primary>
60                    <Resources>
61                        <Resource>
62                            <ResourceID>1234-5678-9012-2345</ResourceID>
63                            <ResourceType>Slice</ResourceType>
64                        </Resource>
65                    </Resources>
66                    <Artifacts>
67                        <Artifact>
68                            <Name>Ping Log File</Name>
69                            <Type>
70                                <Primary>LogFile</Primary>
71                            </Type>
72                            <Interpretation>
73                                <Description>This is a 'ping' log file. You can interpret the log file using the executable whose URL for download is identified here.</Description>
74                                <Version>1.0</Version>
75                                <Executable>http://www.interpret.com/ping-exec.setup</Executable>
76                            </Interpretation>
77                            <Attribution>
78                                <Project>
79                                    <Title>Digital Object Registry</Title>
80                                </Project>
81                                <Entity>
82                                    <Person>
83                                        <FirstName>Giridhar</FirstName>
84                                        <LastName>Manepalli</LastName>
85                                    </Person>
86                                </Entity>
87                            </Attribution>
88                        </Artifact>
89                    </Artifacts>
90                </Step>
91            </Steps>
92        </Experiment>
93    </Experiments>
94</Project>