<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:gml="http://www.opengis.net/gml" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:adx="http://xml.arrc.csiro.au/adx" targetNamespace="http://xml.arrc.csiro.au/adx" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.1">
	<!-- ==================================================== -->
	<annotation>
		<documentation> Top-level ADX objects:
    adx:Report
  
2005-11-13

Copyright (c) 2006 CSIRO - see https://www.seegrid.csiro.au/twiki/bin/view/Xmml/LegalNotices#Software_Notice
    </documentation>
	</annotation>
	<!-- ==================================================== -->
	<import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/gml.xsd"/>
	<import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="../../../../gml/trunk/gml/3.1.1/gmd/citation.xsd"/>
	<include schemaLocation="adxAnalysis.xsd"/>
	<include schemaLocation="adxProcedures.xsd"/>
	<include schemaLocation="LUTmaintenance.xsd"/>
	<!-- ==================================================== -->
	<!-- === Report === -->
	<!-- ==================================================== -->
	<element name="Report" type="adx:ReportType"/>
	<!-- ==================================================== -->
	<complexType name="ReportType">
		<annotation>
			<documentation>. </documentation>
		</annotation>
		<complexContent>
			<!--
			<extension base="adx:ADXobjectType">
			-->
			<extension base="gml:AbstractGMLType">
				<sequence>
					<element name="reportStatus" type="adx:recordStateCodeType">
						<annotation>
							<documentation>Code indicating status of documents reporting sets of measurements - based on Newmont Standard Laboratory EDF

PARTIAL|COMPLETE|CERTIFIED|OVER LIMITS|RERUNS </documentation>
						</annotation>
					</element>
					<element name="reportDate" type="date"/>
					<element name="requestorInformation" type="gmd:CI_ResponsibleParty_PropertyType">
						<annotation>
							<documentation>Details about the requestor and project, etc</documentation>
						</annotation>
					</element>
					<element name="requestorsOrderID" type="adx:identifier">
						<annotation>
							<documentation>The label used by the requestor to identify the submission or work-order.</documentation>
						</annotation>
					</element>
					<element name="submittalDate" type="date"/>
					<element name="providerInformation" type="gmd:CI_ResponsibleParty_Type">
						<annotation>
							<documentation>Details about the provider, etc</documentation>
						</annotation>
					</element>
					<element name="providersOrderID" type="adx:identifier">
						<annotation>
							<documentation>The label used by the provider to identify the submission or work-order. </documentation>
						</annotation>
					</element>
					<element name="receiptDate" type="date"/>
					<element name="procedures" type="adx:ProcedureListType"/>
					<element name="assaySpecimens" type="adx:SpecimenListType"/>
					<element name="analyses" type="adx:AnalysisListType"/>
					<element name="comment" type="string" minOccurs="0"/>
				</sequence>
				<attribute name="version" type="token"/>
			</extension>
		</complexContent>
	</complexType>
	<!-- ==================================================== -->
	<!-- === Information about interested parties === -->
	<!-- ==================================================== -->
	<element name="ExplorationCompany" type="adx:GeoCompanyType" substitutionGroup="gmd:CI_ResponsibleParty"/>
	<element name="MiningCompany" type="adx:GeoCompanyType" substitutionGroup="gmd:CI_ResponsibleParty"/>
	<element name="ResourcesCompany" type="adx:GeoCompanyType" substitutionGroup="gmd:CI_ResponsibleParty"/>
	<!-- ==================================================== -->
	<complexType name="GeoCompanyType">
		<annotation>
			<documentation>Extend standard Company description with some details commonly associated with Exploration and Mining Companies</documentation>
		</annotation>
		<complexContent>
			<extension base="gmd:CI_ResponsibleParty_Type">
				<sequence>
					<element name="geologist" type="gmd:CI_ResponsibleParty_PropertyType"/>
					<element name="projectName" type="string"/>
					<element name="projectCode" type="adx:identifier"/>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<!-- ==================================================== -->
	<element name="ChemLab" type="adx:ChemLabType" substitutionGroup="gmd:CI_ResponsibleParty"/>
	<!-- ==================================================== -->
	<complexType name="ChemLabType">
		<annotation>
			<documentation>Extend standard Company description with some properties associated with Chem Labs. </documentation>
		</annotation>
		<complexContent>
			<extension base="gmd:CI_ResponsibleParty_Type">
				<sequence>
					<element name="ISOaccreditation" type="token" default="none">
						<annotation>
							<documentation>The ISO element allows the description ISO accreditation that is applicable to  the laboratory be displayed, E.g.  ISO9000  1/Jan/2002</documentation>
						</annotation>
					</element>
					<element name="NATAType" type="adx:flag" default="false">
						<annotation>
							<documentation>The NATA type flag is set to TRUE to indicate the laboratory is NATA accredited, the default of FALSE indicates the laboratory is NOT NATA accredited</documentation>
						</annotation>
					</element>
				</sequence>
			</extension>
		</complexContent>
	</complexType>
	<!-- ==================================================== -->
	<!-- ==================================================== -->
</schema>

