<SampleData> <SamplingEvent id="TJM45337"> <DateTime minute="17" hour="7" day="17" month="7" year="2006"/> <DateTimeSpanEnd minute="27" hour="7" day="17" month="7" year="2006"/> <GeographicArea ref="g2"/> <Coordinates latitude="20.44" longitude="139.29"/> <SamplingUnit> <Quantitative ref="ch1" value="12"/> </SamplingUnit> ...etc </SampleData> |
<GeographicAreas> <GeographicArea id="g1"> <Representation> <Label>Worldwide</Label> </Representation> </GeographicArea> <GeographicArea id="g2"> <Representation> <Label>Europe</Label> </Representation> </GeographicArea> </GeographicAreas> |
<SampleData> <SamplingEvent id="AQ578462"> <DateTime></DateTime> <Coordinates latitude="26.5" longitude="150.5" geodeticdatum="GDA94" verbatim="5km NW of Roma"/> <SamplingUnit> <Categorical ref="c1"> <State ref="s1"/> </Categorical> </SamplingUnit> </SamplingEvent> </SampleData> |
<SampleData> <SamplingEvent id="sev1000"> <DateTime></DateTime> <SamplingUnit> <Categorical ref="c1"> <State ref="s2"/> </Categorical> <Quantitative ref="c2" value="110"/> </SamplingUnit> <SamplingUnit> <Categorical ref="c1"> <State ref="s1"/> </Categorical> <Quantitative ref="c2" value="112"/> </SamplingUnit> <SamplingUnit> <Categorical ref="c1"> <State ref="s1"/> </Categorical> <Quantitative ref="c2" value="110"/> </SamplingUnit> <SamplingUnit> <Categorical ref="c1"> <State ref="s1"/> </Categorical> <Quantitative ref="c2" value="118"/> </SamplingUnit> </SamplingEvent> </SampleData> |