Commit df6ce6183d9de8b9864afffc75bd9a4863ccf6d6
1 parent
01f195d6
Exists in
master
and in
10 other branches
Merge Person from amdadev
Showing
1 changed file
with
12 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,12 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<Spase xmlns="http://www.spase-group.org/data/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.spase-group.org/data/schema http://www.spase-group.org/data/schema/spase-2_2_3.xsd"> | |
3 | +<Version>2.2.3</Version> | |
4 | +<Person> | |
5 | + <ResourceID>spase://CNES/Person/Benjamin.Renard</ResourceID> | |
6 | + <ReleaseDate>2021-07-12T00:00:00Z</ReleaseDate> | |
7 | + <PersonName>Benjamin Renard</PersonName> | |
8 | + <OrganizationName>IRAP/AKKA</OrganizationName> | |
9 | + <Email>benjamin.renard@irap.omp.eu</Email> | |
10 | + <PhoneNumber/> | |
11 | + </Person> | |
12 | +</Spase> | ... | ... |