Commit a4f8ef4e372dfaaeee53f56aae55118abc6d5637
1 parent
82a41a18
Exists in
master
and in
12 other branches
TIMED Persons
Showing
2 changed files
with
20 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,10 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<Spase xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.spase-group.org/data/schema" xsi:schemaLocation="http://www.spase-group.org/data/schema http://www.spase-group.org/data/schema/spase-2_2_0.xsd"> | |
3 | + <Version>2.2.0</Version> | |
4 | + <Person> | |
5 | + <ResourceID>spase://CDPP/Person/Diego.Janches</ResourceID> | |
6 | + <PersonName>Dr. Diego Janches</PersonName> | |
7 | + <OrganizationName>GSFC</OrganizationName> | |
8 | + <Email/> | |
9 | + </Person> | |
10 | +</Spase> | |
... | ... |
... | ... | @@ -0,0 +1,10 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<Spase xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.spase-group.org/data/schema" xsi:schemaLocation="http://www.spase-group.org/data/schema http://www.spase-group.org/data/schema/spase-2_2_0.xsd"> | |
3 | + <Version>2.2.0</Version> | |
4 | + <Person> | |
5 | + <ResourceID>spase://CDPP/Person/T.Woods</ResourceID> | |
6 | + <PersonName>Dr. Thomas Woods</PersonName> | |
7 | + <OrganizationName>University of Colorado</OrganizationName> | |
8 | + <Email>tom.woods@lasp.colorado.edu</Email> | |
9 | + </Person> | |
10 | +</Spase> | |
... | ... |