Commit 689a0ae03aa80dc5fe59dac43abee29cb90eb68d
1 parent
2b124dbe
Exists in
master
and in
11 other branches
HELIOS MAG
Showing
7 changed files
with
381 additions
and
17 deletions
Show diff stats
NumericalData/CDPP-AMDA/Helios1/E1/helios1-e1-all.xml
... | ... | @@ -118,14 +118,14 @@ Ion instrument flag takes the following values: |
118 | 118 | <Parameter> |
119 | 119 | <Name>v_rtn</Name> |
120 | 120 | <ParameterKey>helios1_e1_vp</ParameterKey> |
121 | - <Description/> | |
121 | + <Description></Description> | |
122 | 122 | <Ucd/> |
123 | 123 | <Units>km/s</Units> |
124 | 124 | <UnitsConversion/> |
125 | 125 | <Structure> |
126 | 126 | <Size>3</Size> |
127 | 127 | <Element> |
128 | - <Name>r</Name> | |
128 | + <Name>vr</Name> | |
129 | 129 | <Index>1</Index> |
130 | 130 | <ParameterKey>helios1_e1_vp(0)</ParameterKey> |
131 | 131 | <ValidMin/> |
... | ... | @@ -133,7 +133,7 @@ Ion instrument flag takes the following values: |
133 | 133 | <FillValue/> |
134 | 134 | </Element> |
135 | 135 | <Element> |
136 | - <Name>t</Name> | |
136 | + <Name>vt</Name> | |
137 | 137 | <Index>2</Index> |
138 | 138 | <ParameterKey>helios1_e1_vp(1)</ParameterKey> |
139 | 139 | <ValidMin/> |
... | ... | @@ -141,7 +141,7 @@ Ion instrument flag takes the following values: |
141 | 141 | <FillValue/> |
142 | 142 | </Element> |
143 | 143 | <Element> |
144 | - <Name>n</Name> | |
144 | + <Name>vn</Name> | |
145 | 145 | <Index>3</Index> |
146 | 146 | <ParameterKey>helios1_e1_vp(2)</ParameterKey> |
147 | 147 | <ValidMin/> |
... | ... |
... | ... | @@ -0,0 +1,169 @@ |
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://amda.irap.omp.eu/public/schemas/spase-2_3_1.xsd"> | |
3 | + <Version>2.3.1</Version> | |
4 | + <NumericalData> | |
5 | + <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/Helios1/E3/helios1-e3-all</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>magnetic field 6-sec average</ResourceName> | |
8 | + <ReleaseDate>2018-10-12T10:48:29Z</ReleaseDate> | |
9 | + <Description> | |
10 | + The instrument is a dual configuration of two tri-axial fluxgate magnetometers | |
11 | + operating at four different sensitivities (from 0.84 to 0.03 nT). | |
12 | + The time resolution, depending the operation mode, telemetry format, and | |
13 | + bit rate, for most cases varied from 0.07 to 1.5 seconds. | |
14 | + | |
15 | + The present data set contains six-second averages of the magnetic field | |
16 | + elements in solar-ecliptic (SE) spacecraft-centered coordinates. | |
17 | + Data are stored in files on a daily basis. | |
18 | +</Description> | |
19 | + <Acknowledgement>Please acknowledge Helios E3 team in any publication</Acknowledgement> | |
20 | + <Contact> | |
21 | + <PersonID>spase://CNES/Person/David.Stansby</PersonID> | |
22 | + <Role>DataProducer</Role> | |
23 | + </Contact> | |
24 | + <InformationURL> | |
25 | + <Name>Dataset Description</Name> | |
26 | + <URL>http://helios-data.ssl.berkeley.edu/data/E3_experiment/helios1_6sec_ness/helios.txt</URL> | |
27 | + <Description> | |
28 | + </Description> | |
29 | + </InformationURL> | |
30 | + </ResourceHeader> | |
31 | + <AccessInformation> | |
32 | + <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID> | |
33 | + <Availability>Online</Availability> | |
34 | + <AccessRights>Open</AccessRights> | |
35 | + <AccessURL> | |
36 | + <Name>AMDA at CDPP</Name> | |
37 | + <URL>http://amda.cdpp.eu</URL> | |
38 | + </AccessURL> | |
39 | + <Format>Text</Format> | |
40 | + <Acknowledgement/> | |
41 | + </AccessInformation> | |
42 | + <ProviderName>Helios Data Archive</ProviderName> | |
43 | + <ProviderResourceName>Magnetic Field 6-sec Averages</ProviderResourceName> | |
44 | + <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/Helios1/E3</InstrumentID> | |
45 | + <MeasurementType>MagneticField</MeasurementType> | |
46 | + <TemporalDescription> | |
47 | + <TimeSpan> | |
48 | + <StartDate>1974-12-12T01:38:10Z</StartDate> | |
49 | + <StopDate>1981-05-15T23:33:14Z</StopDate> | |
50 | + </TimeSpan> | |
51 | + <Cadence>PT6S</Cadence> | |
52 | + </TemporalDescription> | |
53 | + <ObservedRegion>Heliosphere</ObservedRegion> | |
54 | + <Caveats></Caveats> | |
55 | + <Parameter> | |
56 | + <Name>|b|</Name> | |
57 | + <ParameterKey>helios1_e3_bmag</ParameterKey> | |
58 | + <Description>Magnetic field magnitude</Description> | |
59 | + <Ucd/> | |
60 | + <Units>nT</Units> | |
61 | + <UnitsConversion/> | |
62 | + </Parameter> | |
63 | + <Parameter> | |
64 | + <Name>b_se</Name> | |
65 | + <ParameterKey>helios1_e3_bse</ParameterKey> | |
66 | + <Description>Magnetic field in solar ecliptic spacecraft centered coordinates</Description> | |
67 | + <Ucd/> | |
68 | + <Units>nT</Units> | |
69 | + <UnitsConversion/> | |
70 | + <Structure> | |
71 | + <Size>3</Size> | |
72 | + <Element> | |
73 | + <Name>bx</Name> | |
74 | + <Index>1</Index> | |
75 | + <ParameterKey>helios1_e3_bse(0)</ParameterKey> | |
76 | + <ValidMin/> | |
77 | + <ValidMax/> | |
78 | + <FillValue/> | |
79 | + </Element> | |
80 | + <Element> | |
81 | + <Name>by</Name> | |
82 | + <Index>2</Index> | |
83 | + <ParameterKey>helios1_e3_bse(1)</ParameterKey> | |
84 | + <ValidMin/> | |
85 | + <ValidMax/> | |
86 | + <FillValue/> | |
87 | + </Element> | |
88 | + <Element> | |
89 | + <Name>bz</Name> | |
90 | + <Index>3</Index> | |
91 | + <ParameterKey>helios1_e3_bse(2)</ParameterKey> | |
92 | + <ValidMin/> | |
93 | + <ValidMax/> | |
94 | + <FillValue/> | |
95 | + </Element> | |
96 | + </Structure> | |
97 | + </Parameter> | |
98 | + <Parameter> | |
99 | + <Name>b_rtn</Name> | |
100 | + <ParameterKey>helios1_e3_brtn</ParameterKey> | |
101 | + <Description>Magnetic field in RTN coordinates</Description> | |
102 | + <Ucd/> | |
103 | + <Units>nT</Units> | |
104 | + <UnitsConversion/> | |
105 | + <Structure> | |
106 | + <Size>3</Size> | |
107 | + <Element> | |
108 | + <Name>br</Name> | |
109 | + <Index>1</Index> | |
110 | + <ParameterKey>helios1_e3_brtn(0)</ParameterKey> | |
111 | + <ValidMin/> | |
112 | + <ValidMax/> | |
113 | + <FillValue/> | |
114 | + </Element> | |
115 | + <Element> | |
116 | + <Name>bt</Name> | |
117 | + <Index>2</Index> | |
118 | + <ParameterKey>helios1_e3_brtn(1)</ParameterKey> | |
119 | + <ValidMin/> | |
120 | + <ValidMax/> | |
121 | + <FillValue/> | |
122 | + </Element> | |
123 | + <Element> | |
124 | + <Name>bn</Name> | |
125 | + <Index>3</Index> | |
126 | + <ParameterKey>helios1_e3_brtn(2)</ParameterKey> | |
127 | + <ValidMin/> | |
128 | + <ValidMax/> | |
129 | + <FillValue/> | |
130 | + </Element> | |
131 | + </Structure> | |
132 | + </Parameter> | |
133 | + <Parameter> | |
134 | + <Name>std_b</Name> | |
135 | + <ParameterKey>helios1_e3_std</ParameterKey> | |
136 | + <Description>Magnetic field standard deviation</Description> | |
137 | + <Ucd/> | |
138 | + <Units>nT</Units> | |
139 | + <UnitsConversion/> | |
140 | + <Structure> | |
141 | + <Size>3</Size> | |
142 | + <Element> | |
143 | + <Name>x</Name> | |
144 | + <Index>1</Index> | |
145 | + <ParameterKey>helios1_e3_std(0)</ParameterKey> | |
146 | + <ValidMin/> | |
147 | + <ValidMax/> | |
148 | + <FillValue/> | |
149 | + </Element> | |
150 | + <Element> | |
151 | + <Name>y</Name> | |
152 | + <Index>2</Index> | |
153 | + <ParameterKey>helios1_e3_std(1)</ParameterKey> | |
154 | + <ValidMin/> | |
155 | + <ValidMax/> | |
156 | + <FillValue/> | |
157 | + </Element> | |
158 | + <Element> | |
159 | + <Name>z</Name> | |
160 | + <Index>3</Index> | |
161 | + <ParameterKey>helios1_e3_std(2)</ParameterKey> | |
162 | + <ValidMin/> | |
163 | + <ValidMax/> | |
164 | + <FillValue/> | |
165 | + </Element> | |
166 | + </Structure> | |
167 | + </Parameter> | |
168 | + </NumericalData> | |
169 | +</Spase> | |
... | ... |
NumericalData/CDPP-AMDA/Helios1/MAG/helios1-mag-corefit.xml
... | ... | @@ -57,7 +57,7 @@ deviations taken over the interval that the ion distribution function was measur |
57 | 57 | <Parameter> |
58 | 58 | <Name>mag_instr</Name> |
59 | 59 | <ParameterKey>helios1_mag_instr</ParameterKey> |
60 | - <Description/> | |
60 | + <Description>Magnetometer being used for data. 1=E3, 2=E2</Description> | |
61 | 61 | <Ucd/> |
62 | 62 | <Units/> |
63 | 63 | <UnitsConversion/> |
... | ... | @@ -72,9 +72,9 @@ deviations taken over the interval that the ion distribution function was measur |
72 | 72 | <UnitsConversion/> |
73 | 73 | </Parameter> |
74 | 74 | <Parameter> |
75 | - <Name>b_rtn</Name> | |
75 | + <Name>b_se</Name> | |
76 | 76 | <ParameterKey>helios1_b_rtn</ParameterKey> |
77 | - <Description/> | |
77 | + <Description>magnetic field in solar ecliptic spacecraft centered coordinates (SE)</Description> | |
78 | 78 | <Ucd/> |
79 | 79 | <Units>nT</Units> |
80 | 80 | <UnitsConversion/> |
... | ... | @@ -105,6 +105,14 @@ deviations taken over the interval that the ion distribution function was measur |
105 | 105 | <FillValue/> |
106 | 106 | </Element> |
107 | 107 | </Structure> |
108 | - </Parameter> | |
108 | + </Parameter> | |
109 | + <Parameter> | |
110 | + <Name>|b|</Name> | |
111 | + <ParameterKey>helios1_b_mag</ParameterKey> | |
112 | + <Description/> | |
113 | + <Ucd/> | |
114 | + <Units>nT</Units> | |
115 | + <UnitsConversion/> | |
116 | + </Parameter> | |
109 | 117 | </NumericalData> |
110 | 118 | </Spase> |
... | ... |
NumericalData/CDPP-AMDA/Helios2/E1/helios2-e1-all.xml
... | ... | @@ -118,14 +118,14 @@ Ion instrument flag takes the following values: |
118 | 118 | <Parameter> |
119 | 119 | <Name>v_rtn</Name> |
120 | 120 | <ParameterKey>helios2_e1_vp</ParameterKey> |
121 | - <Description/> | |
121 | + <Description></Description> | |
122 | 122 | <Ucd/> |
123 | 123 | <Units>km/s</Units> |
124 | 124 | <UnitsConversion/> |
125 | 125 | <Structure> |
126 | 126 | <Size>3</Size> |
127 | 127 | <Element> |
128 | - <Name>r</Name> | |
128 | + <Name>vr</Name> | |
129 | 129 | <Index>1</Index> |
130 | 130 | <ParameterKey>helios2_e1_vp(0)</ParameterKey> |
131 | 131 | <ValidMin/> |
... | ... | @@ -133,7 +133,7 @@ Ion instrument flag takes the following values: |
133 | 133 | <FillValue/> |
134 | 134 | </Element> |
135 | 135 | <Element> |
136 | - <Name>t</Name> | |
136 | + <Name>vt</Name> | |
137 | 137 | <Index>2</Index> |
138 | 138 | <ParameterKey>helios2_e1_vp(1)</ParameterKey> |
139 | 139 | <ValidMin/> |
... | ... | @@ -141,7 +141,7 @@ Ion instrument flag takes the following values: |
141 | 141 | <FillValue/> |
142 | 142 | </Element> |
143 | 143 | <Element> |
144 | - <Name>n</Name> | |
144 | + <Name>vn</Name> | |
145 | 145 | <Index>3</Index> |
146 | 146 | <ParameterKey>helios2_e1_vp(2)</ParameterKey> |
147 | 147 | <ValidMin/> |
... | ... |
... | ... | @@ -0,0 +1,169 @@ |
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://amda.irap.omp.eu/public/schemas/spase-2_3_1.xsd"> | |
3 | + <Version>2.3.1</Version> | |
4 | + <NumericalData> | |
5 | + <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/Helios2/E3/helios2-e3-all</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>magnetic field 6-sec average</ResourceName> | |
8 | + <ReleaseDate>2018-10-12T10:48:29Z</ReleaseDate> | |
9 | + <Description> | |
10 | + The instrument is a dual configuration of two tri-axial fluxgate magnetometers | |
11 | + operating at four different sensitivities (from 0.84 to 0.03 nT). | |
12 | + The time resolution, depending the operation mode, telemetry format, and | |
13 | + bit rate, for most cases varied from 0.07 to 1.5 seconds. | |
14 | + | |
15 | + The present data set contains six-second averages of the magnetic field | |
16 | + elements in solar-ecliptic (SE) spacecraft-centered coordinates. | |
17 | + Data are stored in files on a daily basis. | |
18 | +</Description> | |
19 | + <Acknowledgement>Please acknowledge Helios 2 E3 team in any publication</Acknowledgement> | |
20 | + <Contact> | |
21 | + <PersonID>spase://CNES/Person/David.Stansby</PersonID> | |
22 | + <Role>DataProducer</Role> | |
23 | + </Contact> | |
24 | + <InformationURL> | |
25 | + <Name>Dataset Description</Name> | |
26 | + <URL>http://helios-data.ssl.berkeley.edu/data/E3_experiment/helios2_6sec_ness/helios.txt</URL> | |
27 | + <Description> | |
28 | + </Description> | |
29 | + </InformationURL> | |
30 | + </ResourceHeader> | |
31 | + <AccessInformation> | |
32 | + <RepositoryID>spase://SMWG/Repository/CNES/CDPP-AMDA</RepositoryID> | |
33 | + <Availability>Online</Availability> | |
34 | + <AccessRights>Open</AccessRights> | |
35 | + <AccessURL> | |
36 | + <Name>AMDA at CDPP</Name> | |
37 | + <URL>http://amda.cdpp.eu</URL> | |
38 | + </AccessURL> | |
39 | + <Format>Text</Format> | |
40 | + <Acknowledgement/> | |
41 | + </AccessInformation> | |
42 | + <ProviderName>Helios Data Archive</ProviderName> | |
43 | + <ProviderResourceName>Magnetic Field 6-sec Averages</ProviderResourceName> | |
44 | + <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/Helios2/E3</InstrumentID> | |
45 | + <MeasurementType>MagneticField</MeasurementType> | |
46 | + <TemporalDescription> | |
47 | + <TimeSpan> | |
48 | + <StartDate>1974-12-12T01:38:10Z</StartDate> | |
49 | + <StopDate>1981-05-15T23:33:14Z</StopDate> | |
50 | + </TimeSpan> | |
51 | + <Cadence>PT6S</Cadence> | |
52 | + </TemporalDescription> | |
53 | + <ObservedRegion>Heliosphere</ObservedRegion> | |
54 | + <Caveats></Caveats> | |
55 | + <Parameter> | |
56 | + <Name>|b|</Name> | |
57 | + <ParameterKey>helios2_e3_bmag</ParameterKey> | |
58 | + <Description>Magnetic field magnitude</Description> | |
59 | + <Ucd/> | |
60 | + <Units>nT</Units> | |
61 | + <UnitsConversion/> | |
62 | + </Parameter> | |
63 | + <Parameter> | |
64 | + <Name>b_se</Name> | |
65 | + <ParameterKey>helios2_e3_bse</ParameterKey> | |
66 | + <Description>Magnetic field in solar ecliptic spacecraft centered coordinates</Description> | |
67 | + <Ucd/> | |
68 | + <Units>nT</Units> | |
69 | + <UnitsConversion/> | |
70 | + <Structure> | |
71 | + <Size>3</Size> | |
72 | + <Element> | |
73 | + <Name>bx</Name> | |
74 | + <Index>1</Index> | |
75 | + <ParameterKey>helios2_e3_bse(0)</ParameterKey> | |
76 | + <ValidMin/> | |
77 | + <ValidMax/> | |
78 | + <FillValue/> | |
79 | + </Element> | |
80 | + <Element> | |
81 | + <Name>by</Name> | |
82 | + <Index>2</Index> | |
83 | + <ParameterKey>helios2_e3_bse(1)</ParameterKey> | |
84 | + <ValidMin/> | |
85 | + <ValidMax/> | |
86 | + <FillValue/> | |
87 | + </Element> | |
88 | + <Element> | |
89 | + <Name>bz</Name> | |
90 | + <Index>3</Index> | |
91 | + <ParameterKey>helios2_e3_bse(2)</ParameterKey> | |
92 | + <ValidMin/> | |
93 | + <ValidMax/> | |
94 | + <FillValue/> | |
95 | + </Element> | |
96 | + </Structure> | |
97 | + </Parameter> | |
98 | + <Parameter> | |
99 | + <Name>b_rtn</Name> | |
100 | + <ParameterKey>helios2_e3_brtn</ParameterKey> | |
101 | + <Description>Magnetic field in RTN coordinates</Description> | |
102 | + <Ucd/> | |
103 | + <Units>nT</Units> | |
104 | + <UnitsConversion/> | |
105 | + <Structure> | |
106 | + <Size>3</Size> | |
107 | + <Element> | |
108 | + <Name>br</Name> | |
109 | + <Index>1</Index> | |
110 | + <ParameterKey>helios2_e3_brtn(0)</ParameterKey> | |
111 | + <ValidMin/> | |
112 | + <ValidMax/> | |
113 | + <FillValue/> | |
114 | + </Element> | |
115 | + <Element> | |
116 | + <Name>bt</Name> | |
117 | + <Index>2</Index> | |
118 | + <ParameterKey>helios2_e3_brtn(1)</ParameterKey> | |
119 | + <ValidMin/> | |
120 | + <ValidMax/> | |
121 | + <FillValue/> | |
122 | + </Element> | |
123 | + <Element> | |
124 | + <Name>bn</Name> | |
125 | + <Index>3</Index> | |
126 | + <ParameterKey>helios2_e3_brtn(2)</ParameterKey> | |
127 | + <ValidMin/> | |
128 | + <ValidMax/> | |
129 | + <FillValue/> | |
130 | + </Element> | |
131 | + </Structure> | |
132 | + </Parameter> | |
133 | + <Parameter> | |
134 | + <Name>std_b</Name> | |
135 | + <ParameterKey>helios2_e3_std</ParameterKey> | |
136 | + <Description>Magnetic field standard deviation</Description> | |
137 | + <Ucd/> | |
138 | + <Units>nT</Units> | |
139 | + <UnitsConversion/> | |
140 | + <Structure> | |
141 | + <Size>3</Size> | |
142 | + <Element> | |
143 | + <Name>x</Name> | |
144 | + <Index>1</Index> | |
145 | + <ParameterKey>helios2_e3_std(0)</ParameterKey> | |
146 | + <ValidMin/> | |
147 | + <ValidMax/> | |
148 | + <FillValue/> | |
149 | + </Element> | |
150 | + <Element> | |
151 | + <Name>y</Name> | |
152 | + <Index>2</Index> | |
153 | + <ParameterKey>helios2_e3_std(1)</ParameterKey> | |
154 | + <ValidMin/> | |
155 | + <ValidMax/> | |
156 | + <FillValue/> | |
157 | + </Element> | |
158 | + <Element> | |
159 | + <Name>z</Name> | |
160 | + <Index>3</Index> | |
161 | + <ParameterKey>helios2_e3_std(2)</ParameterKey> | |
162 | + <ValidMin/> | |
163 | + <ValidMax/> | |
164 | + <FillValue/> | |
165 | + </Element> | |
166 | + </Structure> | |
167 | + </Parameter> | |
168 | + </NumericalData> | |
169 | +</Spase> | |
... | ... |
NumericalData/CDPP-AMDA/Helios2/MAG/helios2-mag-corefit.xml
... | ... | @@ -57,9 +57,9 @@ deviations taken over the interval that the ion distribution function was measur |
57 | 57 | <Parameter> |
58 | 58 | <Name>mag_instr</Name> |
59 | 59 | <ParameterKey>helios2_mag_instr</ParameterKey> |
60 | - <Description/> | |
60 | + <Description>Instrument flag</Description> | |
61 | 61 | <Ucd/> |
62 | - <Units/> | |
62 | + <Units></Units> | |
63 | 63 | <UnitsConversion/> |
64 | 64 | <FillValue>-1</FillValue> |
65 | 65 | </Parameter> |
... | ... | @@ -72,9 +72,9 @@ deviations taken over the interval that the ion distribution function was measur |
72 | 72 | <UnitsConversion/> |
73 | 73 | </Parameter> |
74 | 74 | <Parameter> |
75 | - <Name>b_rtn</Name> | |
75 | + <Name>b_se</Name> | |
76 | 76 | <ParameterKey>helios2_b_rtn</ParameterKey> |
77 | - <Description/> | |
77 | + <Description>magnetic field in solar ecliptic spacecraft centered coordinates (SE)</Description> | |
78 | 78 | <Ucd/> |
79 | 79 | <Units>nT</Units> |
80 | 80 | <UnitsConversion/> |
... | ... | @@ -105,6 +105,14 @@ deviations taken over the interval that the ion distribution function was measur |
105 | 105 | <FillValue/> |
106 | 106 | </Element> |
107 | 107 | </Structure> |
108 | - </Parameter> | |
108 | + </Parameter> | |
109 | + <Parameter> | |
110 | + <Name>|b|</Name> | |
111 | + <ParameterKey>helios2_b_mag</ParameterKey> | |
112 | + <Description/> | |
113 | + <Ucd/> | |
114 | + <Units>nT</Units> | |
115 | + <UnitsConversion/> | |
116 | + </Parameter> | |
109 | 117 | </NumericalData> |
110 | 118 | </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://CNES/Person/L.J.Zanetti</ResourceID> | |
6 | + <PersonName>Dr. Lawrence J. Zanetti</PersonName> | |
7 | + <OrganizationName>John Hopkins University, Applied Physics Laboratory</OrganizationName> | |
8 | + <Email>Lawrence.Zanetti@jhuapl.org</Email> | |
9 | + </Person> | |
10 | +</Spase> | |
... | ... |