<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XML Spy v5.4 U (http://www.xmlspy.com) by Gil Ross Met Office UK -->
<xs:schema targetNamespace="http://www.wmo.ch/web/www/metadata" xmlns="http://www.wmo.ch/web/www/metadata" xmlns:xi="http://www.w3.org/2003/XInclude" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0.2">
	<xs:annotation>
		<xs:documentation> 
		Schema for the WMO Community Core Metadata Profile. Based on XML Schema and ISO 19115
		Implementation of B.2.7 Reference System information (includes temporal, coordinate and geographic identifiers)
		Version 0.2
		Defined by Expert Team on Integrated Data Management 
		Second Meeting 13-16 May 2002 Shinfield England
		Third Meeting 15-18 December 2003 Geneva
		Fourth Meeting 1-3 September 2004 Geneva 
		</xs:documentation>
	</xs:annotation>
	<!-- Include code lists  -->
	<xs:include schemaLocation="./WMO19115_CodeLists_v0_2.xsd"/>
	<!-- Include basic types  -->
	<xs:include schemaLocation="./WMO19115_basicTypes_v0_2.xsd"/>
	<!-- Include CI_Citation Class  -->
	<xs:include schemaLocation="./WMO19115_CI_Citation_v0_2.xsd"/>
	<xs:complexType name="MD_ReferenceSystemType">
		<xs:annotation>
			<xs:documentation>MD_ReferenceSystemType Lines 187-188 expanding as classes information about the reference system</xs:documentation>
		</xs:annotation>
		<xs:choice>
			<xs:sequence>
				<xs:element ref="referenceSystemIdentifier" minOccurs="0"/>
				<xs:element ref="referenceAuthority" minOccurs="0"/>
				<xs:element ref="referenceDescription" minOccurs="0"/>
			</xs:sequence>
			<xs:element ref="link"/>
		</xs:choice>
	</xs:complexType>
	<!-- ********************************************************************************************************************* -->
	<!-- reference elements ______________________________________________________________ -->
	<!-- ********************************************************************************************************************* -->
	<xs:element name="referenceSystemIdentifier" type="xs:string">
		<xs:annotation>
			<xs:documentation>187: Name of Reference System</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="referenceAuthority" type="CI_ResponsiblePartyType">
		<xs:annotation>
			<xs:documentation>206: Person or Party responsible for the Reference System</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:element name="referenceDescription" type="xs:string">
		<xs:annotation>
			<xs:documentation>207: description of Reference System</xs:documentation>
		</xs:annotation>
	</xs:element>
</xs:schema>

