<?xml version="1.0" encoding="UTF-8"?>
<Operation xmlns="http://www.opengis.net/ows/1.1" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.opengis.net/ows/1.1 ../owsOperationsMetadata.xsd"
name="TBD">
	<DCP>
		<HTTP>
			<Get></Get>
		</HTTP>
	</DCP>
	<Constraint name="GeolinkidsLimit">
		<AllowedValues>
			<Range>
				<MinimumValue>1</MinimumValue>
				<MaximumValue>1000</MaximumValue>
			</Range>
		</AllowedValues>
		<Meaning>Maximum value of TBD</Meaning>
		<DataType>urn:ogc:def:dataType:OGC:1.1:positiveInteger</DataType>
	</Constraint>
	<Constraint name="AttributeLimit">
		<AllowedValues>
			<Value>1</Value>
		</AllowedValues>
		<Meaning>Maximum value of TBD</Meaning>
		<DataType>urn:ogc:def:dataType:OGC:1.1:positiveInteger</DataType>
	</Constraint>
</Operation>

