Commit 69472681b9a293f9c251bf3e4f5bc86fbf749c6f
1 parent
ef57d853
Exists in
master
and in
11 other branches
correct Person
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,9 @@ |
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://SMWG/Person/Jan-Erik.Wahlund</ResourceID> | |
6 | + <PersonName>Dr. Jan-Erik Wahlund</PersonName> | |
7 | + <OrganizationName>Swedish Institute of Space Physics</OrganizationName> | |
8 | + </Person> | |
9 | +</Spase> | ... | ... |