Commit 9a4cf2a258c76848ac5b9aec8ab61973cb3ab9b7
1 parent
e398640a
Exists in
master
and in
11 other branches
add 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://CNES/Person/Stephen.E.Dwornik</ResourceID> | |
6 | + <PersonName>Mr. Stephen E. Dwornik</PersonName> | |
7 | + <OrganizationName>Ball Corporation</OrganizationName> | |
8 | + </Person> | |
9 | +</Spase> | |
... | ... |