Commit 039c35ed9ec655f174cbc6831d7685da316b9bd0
1 parent
bcd3cfc1
Exists in
master
and in
4 other branches
Add Person
Showing
1 changed file
with
10 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.4.1.xsd"> | |
3 | + <Version>2.4.1</Version> | |
4 | + <Person> | |
5 | + <ResourceID>spase://CNES/Person/CDPP-AMDA/M.K.James</ResourceID> | |
6 | + <PersonName>M. K. James</PersonName> | |
7 | + <OrganizationName>School of Physics and Astronomy, University of Leicester, Leicester, UK</OrganizationName> | |
8 | + <Email/> | |
9 | + </Person> | |
10 | +</Spase> | |
... | ... |