Ticket #54: project.xml

File project.xml, 718 bytes (added by johren@bbn.com, 11 years ago)
Line 
1<Project xmlns="http://geni.net/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://geni.net/schema GENIObject.xsd">
2  <Name>
3    <Authority>ch.geni.net</Authority>
4    <Name xml:lang="en-US">proj_name</Name>
5  </Name>
6  <GENI_project_identifier>GIMITesting</GENI_project_identifier>
7  <Individuals>
8    <Individual>
9      <Role>PI</Role>
10      <Authority>proj_individual_authority</Authority>
11      <UserName>proj_individual_user</UserName>
12    </Individual>
13  </Individuals>
14  <Dates_and_times>
15    <Date_and_time>
16      <Date_time_type>proj_date_time_type</Date_time_type>
17      <Date_time_start>proj_start</Date_time_start>
18    </Date_and_time>
19  </Dates_and_times>
20</Project>