﻿<?xml version="1.0" encoding="UTF-8"?>

<!-- This is an example personal radiation detector or survey meter data document.  This instrument generates count and dose rate data -->
<!-- (using units of CPS and uSv, respectively) once per second (see <SampleRealTime>); four rate data samples were written. -->
<!-- The instrument has built-in GPS, and records its position every 10 seconds using the Coordinates element. -->

<N42InstrumentData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns="http://physics.nist.gov/Divisions/Div846/Gp4/ANSIN4242/2005/ANSIN4242" 
xsi:schemaLocation="http://physics.nist.gov/Divisions/Div846/Gp4/ANSIN4242/2005/ANSIN4242 http://physics.nist.gov/Divisions/Div846/Gp4/ANSIN4242/2005/ANSIN4242.xsd">

	<Measurement UUID="54531f3b-402b-11d8-af12-0002a5094c23">

		<InstrumentInformation>								<!-- Information about the instrument: all optional -->
			<InstrumentType>PersonalRadiationDetector</InstrumentType>
			<Manufacturer>PRDs R Us</Manufacturer>
			<InstrumentModel>model #1</InstrumentModel>
			<InstrumentID>serial #1</InstrumentID>
		</InstrumentInformation>

		<MeasuredItemInformation>								<!-- Information about where the measurement was done; also optional -->
			<MeasurementLocation>
				<Coordinates Time="2004-11-03T14:30:00-05:00">40.123 10.670</Coordinates>
				<Coordinates Time="2004-11-03T14:40:00-05:00">40.124 10.669</Coordinates>
				<Coordinates Time="2004-11-03T14:50:00-05:00">40.125 10.669</Coordinates>
			</MeasurementLocation>
		</MeasuredItemInformation> 

		<CountDoseData>
			<StartTime>2004-11-03T14:30:00-05:00</StartTime>		<!-- When the measurement sequence was started -->
			<SampleRealTime>PT1.0S</SampleRealTime>				<!-- The interval at which the samples were taken -->
			<Alarmed>0 0 0 0</Alarmed>							<!-- Whether an alarm occurred or not on each sample -->
			<CountRate Units="CPS">10.5 10 9.75 10.75</CountRate>	<!-- Four count rate samples -->
			<DoseRate Units="uSv"> 0.5 0.45 0.4 0.55</DoseRate>	<!-- Four dose rate samples -->
		</CountDoseData>

	</Measurement>
</N42InstrumentData>
