<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:adx="http://xml.arrc.csiro.au/adx" targetNamespace="http://xml.arrc.csiro.au/adx" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1">
	<!-- ==================================================================        -->
	<annotation>
		<documentation>
LUTmaintenance.xsd

Codelists used to describe management of data records

2005-11-13

Copyright (c) 2006 CSIRO - see https://www.seegrid.csiro.au/twiki/bin/view/Xmml/LegalNotices#Software_Notice
</documentation>
	</annotation>
	<!-- ==================================================================        -->
	<!-- ==================================================================        -->
	<simpleType name="accessRestrictionType">
		<annotation>
			<documentation>Codes used in the Geoscience Australia corporate database http://www.ga.gov.au/oracle/#online</documentation>
		</annotation>
		<restriction base="token">
			<enumeration value="O">
				<annotation>
					<documentation>Open file data which are generally available</documentation>
				</annotation>
			</enumeration>
			<enumeration value="E">
				<annotation>
					<documentation>Data embargoed for a specified time. Usually when data are being sold separately as a product  package to raise revenue</documentation>
				</annotation>
			</enumeration>
			<enumeration value="G">
				<annotation>
					<documentation>Point data is restricted but the values may be used to generate saleable grids and images</documentation>
				</annotation>
			</enumeration>
			<enumeration value="R">
				<annotation>
					<documentation>Restricted access for use within AGSO for research projects</documentation>
				</annotation>
			</enumeration>
			<enumeration value="C">
				<annotation>
					<documentation>Confidential data held for an indefinite time.May be commercially sensitive or pending the publication of a scientific paper</documentation>
				</annotation>
			</enumeration>
			<enumeration value="S">
				<annotation>
					<documentation>Secret data having political or defence significance. Only accessible by the database custodian</documentation>
				</annotation>
			</enumeration>
		</restriction>
	</simpleType>
	<!--  ==================================================================  -->
	<simpleType name="observationStatusType">
		<annotation>
			<documentation>Codes used in the Geoscience Australia corporate database http://www.ga.gov.au/oracle/#online</documentation>
		</annotation>
		<union>
			<simpleType>
				<restriction base="token">
					<enumeration value="C">
						<annotation>
							<documentation>Current station containing the most recent data (only if different from the D record)</documentation>
						</annotation>
					</enumeration>
					<enumeration value="D">
						<annotation>
							<documentation>The latest database release. This is the record that will be publicly available and used for the print on demand maps. A database release will be executed at regular (yearly) intervals</documentation>
						</annotation>
					</enumeration>
					<enumeration value="R">
						<annotation>
							<documentation>Reference data kept when needed to preserve the processing history of a station</documentation>
						</annotation>
					</enumeration>
					<enumeration value="O">
						<annotation>
							<documentation>Original data held in or displayable in original units. Kept so that reprocessing from the original is possible</documentation>
						</annotation>
					</enumeration>
					<enumeration value="A">
						<annotation>
							<documentation>Active station being edited or checked – will be flagged as C when QA’d. Only accessible to user</documentation>
						</annotation>
					</enumeration>
				</restriction>
			</simpleType>
			<simpleType>
				<restriction base="token">
					<pattern value="other:\w{2,}"/>
				</restriction>
			</simpleType>
		</union>
	</simpleType>
	<!--   ================================================================== -->
	<simpleType name="recordActionCodeType">
		<annotation>
			<documentation>Codes indicating actions concerning maintenance of data records</documentation>
		</annotation>
		<union>
			<simpleType>
				<restriction base="token">
					<enumeration value="created">
						<annotation>
							<documentation>record created, collated, etc</documentation>
						</annotation>
					</enumeration>
					<enumeration value="entered">
						<annotation>
							<documentation>data initially loaded</documentation>
						</annotation>
					</enumeration>
					<enumeration value="updated">
						<annotation>
							<documentation>data revised</documentation>
						</annotation>
					</enumeration>
					<enumeration value="verified">
						<annotation>
							<documentation>data verified</documentation>
						</annotation>
					</enumeration>
				</restriction>
			</simpleType>
			<simpleType>
				<restriction base="token">
					<pattern value="other:\w{2,}"/>
				</restriction>
			</simpleType>
		</union>
	</simpleType>
	<!-- ==================================================================   -->
	<simpleType name="recordStateCodeType">
		<annotation>
			<documentation>Codes indicating state of documents reporting sets of measurements - based on Newmont Standard Laboratory EDF</documentation>
		</annotation>
		<union>
			<simpleType>
				<restriction base="token">
					<enumeration value="PARTIAL">
						<annotation>
							<documentation>Not all results are provided.  Delayed results are indicated.</documentation>
						</annotation>
					</enumeration>
					<enumeration value="COMPLETE">
						<annotation>
							<documentation>All results are provided, but not certified.</documentation>
						</annotation>
					</enumeration>
					<enumeration value="CERTIFIED">
						<annotation>
							<documentation>All results have been finalised by the provider.</documentation>
						</annotation>
					</enumeration>
					<enumeration value="OVER LIMITS">
						<annotation>
							<documentation>Document covers measurements whose results were earlier reported as "greater than".</documentation>
						</annotation>
					</enumeration>
					<enumeration value="RERUNS">
						<annotation>
							<documentation>Document reports additional measurements on specimens for which results were reported previously.</documentation>
						</annotation>
					</enumeration>
				</restriction>
			</simpleType>
			<simpleType>
				<restriction base="token">
					<pattern value="other:\w{2,}">
						<annotation>
							<documentation>Other reports such as QC data etc.</documentation>
						</annotation>
					</pattern>
				</restriction>
			</simpleType>
		</union>
	</simpleType>
	<!-- ==================================================================   -->
</schema>

