<?xml version="1.0" encoding="UTF-8"?>
<Dictionary xmlns="http://www.opengis.net/gml" xmlns:gml="http://www.opengis.net/gml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/gml ../gml/3.1.1/base/dictionary.xsd" gml:id="RangeMeaningDictionary">
	<!-- Primary editor: Arliss Whiteside. Last updated 2005-09-12 -->
	<name>Range Meaning standard values</name>
	<!-- ===================================================== -->
	<dictionaryEntry>
		<Definition gml:id="exact">
			<description>Any value between and including minimumValue and maximiumValue is valid. </description>
			<name codeSpace="urn:ogc:def:rangeMeaning:OGC:1.0:">exact</name>
		</Definition>
	</dictionaryEntry>
	<!-- ===================================================== -->
	<dictionaryEntry>
		<Definition gml:id="wraparound">
			<description>The axis is continuous with values wrapping around at the minimumValue and maximumValue. Values with the same meaning repeat modulo the difference between maximumValue and minimumValue. </description>
			<name codeSpace="urn:ogc:def:rangeMeaning:OGC:1.0:">wraparound</name>
		</Definition>
	</dictionaryEntry>
</Dictionary>

