View schema

Schema URL http://dd.eionet.europa.eu/schemas/Mercury/MercuryAsWaste.xsd
File name MercuryAsWaste.xsd
Schema set Mercury
Name Mercury - Mercury As Waste

There are 2 QA scripts and 2 conversion scripts registered for this schema.
Link to the schema page on XMLCONV

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema 
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns="http://dd.eionet.europa.eu/schemas/Mercury"
	targetNamespace="http://dd.eionet.europa.eu/schemas/Mercury" elementFormDefault="qualified">
	
	<xs:complexType name="DatasetBImportRestrictions">
		<xs:annotation>
			<xs:documentation>
				Import Restrictions (Article 4)
			</xs:documentation>
		</xs:annotation>

		<xs:sequence>
			<xs:element name="referenceYear" type="xs:gYear" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>
						Reference Year
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="hasGrantedWrittenConsent" type="YesNoType" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>
						Has the Member State granted written consent to import mercury or mixtures of mercury for a use allowed in accordance with the second sub-paragraph of Article 4(1) of Regulation (EU) 2017/852?
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="consentDescription" type="xs:string" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>
						If the Member State has granted written consent to import mercury or mixtures of mercury for a use allowed in accordance with the second sub-paragraph of Article 4(1) of Regulation (EU) 2017/852, report the description
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="hasSentCopyOfForms" type="YesNoType" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>
						Has a copy of the form(s) used to grant or deny written consent on import pursuant to the second subparagraph of Article 4(1) of Regulation (EU) 2017/852 during the reporting year N-1 been sent?
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			
			<xs:element name="MercuryAsWaste" type="MercuryAsWaste" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	
	<xs:complexType name="MercuryAsWaste">
		<xs:annotation>
			<xs:documentation>
				Imported mercury and imported mixtures of mercury as waste
			</xs:documentation>
		</xs:annotation>
	
		<xs:sequence>
			<xs:element name="amount" type="xs:decimal" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>
						Amount of mercury waste imported
					</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="purpose" type="WastePurposeType" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>
						Intended disposal or recovery operation(s) (t/y per intended operation)
					</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	
	<xs:simpleType name="YesNoType">
		<xs:annotation>
			<xs:documentation>Yes/No</xs:documentation>
		</xs:annotation>
		
		<xs:restriction base="xs:string">
			<xs:enumeration value="Yes"/>
			<xs:enumeration value="No"/>
		</xs:restriction>
	</xs:simpleType>
	
	<xs:simpleType name="WastePurposeType">
		<xs:annotation>
			<xs:documentation>Indicate the intended disposal or recovery operation(s) (t/y per intended operation)</xs:documentation>
		</xs:annotation>
		
		<xs:restriction base="xs:string">
			<xs:enumeration value="D1: Deposit into or onto land, (e.g., landfill, etc.)"/>
			<xs:enumeration value="D2: Land treatment, (e.g., biodegradation of liquid or sludgy discards in soils, etc.)"/>
			<xs:enumeration value="D3: Deep injection, (e.g., injection of pumpable discards into wells, salt domes of naturally occurring repositories, etc.)"/>
			<xs:enumeration value="D4: Surface impoundment, (e.g., placement of liquid or sludge discards into pits, ponds or lagoons, etc.)"/>
			<xs:enumeration value="D5: Specially engineered landfill, (e.g., placement into lined discrete cells which are capped and isolated from one another and the environment, etc.)"/>
			<xs:enumeration value="D6: Release into a water body except seas/oceans"/>
			<xs:enumeration value="D7: Release into seas/oceans including sea-bed insertion"/>
			<xs:enumeration value="D8: Biological treatment not specified elsewhere in this Annexwhich results in final compounds or mixtures which  are discarded by means of any of the operations in Section A"/>
			<xs:enumeration value="D8: Biological treatment not specified elsewhere in this Annexwhich results in final compounds or mixtures which  are discarded by means of any of the operations in Section A"/>
			<xs:enumeration value="D9: Physico chemical treatment not specified elsewhere in this Annex which results in final compounds or mixtures which are discarded by means of any of the operations in Section A, (e.g., evaporation, drying, calcination, neutralization, precipitation, etc.)"/>
			<xs:enumeration value="D10: Incineration on land"/>
			<xs:enumeration value="D11: Incineration at sea"/>
			<xs:enumeration value="D12: Permanent storage (e.g., emplacement of containers in a mine, etc.)"/>
			<xs:enumeration value="D13: Blending or mixing prior to submission to any of the operations in Section A"/>
			<xs:enumeration value="D13: Blending or mixing prior to submission to any of the operations in Section A"/>
			<xs:enumeration value="D14: Repackaging prior to submission to any of the operations in Section A"/>
			<xs:enumeration value="D15: Storage pending any of the operations in Section A"/>
			<xs:enumeration value="R1: Use as a fuel (other than in direct incineration) or other means to generate energy"/>
			<xs:enumeration value="R2: Solvent reclamation/regeneration"/>
			<xs:enumeration value="R3: Recycling/reclamation of organic substances which are not used as solvents"/>
			<xs:enumeration value="R4: Recycling/reclamation of metals and metal compounds"/>
			<xs:enumeration value="R5: Recycling/reclamation of other inorganic materials"/>
			<xs:enumeration value="R6: Regeneration of acids or bases"/>
			<xs:enumeration value="R7: Recovery of components used for pollution abatement"/>
			<xs:enumeration value="R8: Recovery of components from catalysts"/>
			<xs:enumeration value="R9: Used oil re-refining or other reuses of previously used oil"/>
			<xs:enumeration value="R10: Land treatment resulting in benefit to agriculture or ecological improvement"/>
			<xs:enumeration value="R11: Uses of residual materials obtained from any of the operations numbered R1-R10"/>
			<xs:enumeration value="R12: Exchange of wastes for submission to any of the operations numbered R1-R11"/>
			<xs:enumeration value="R13: Accumulation of material intended for any operation in Section B"/>
		</xs:restriction>
	</xs:simpleType>

	<xs:element name="ImportRestrictions" type="DatasetBImportRestrictions">
		<xs:annotation>
			<xs:documentation xml:lang="en">Import Restrictions (Article 4)</xs:documentation>
		</xs:annotation>
	</xs:element>
</xs:schema>
Note

A check-in comment is required. Please enter it below.


Note

The schema's file name will not be changed, regardless of the name of the file you upload. Only the file contents will be overwritten!

Note

A new version requires a new file with a new name: