<?xml version="1.0" encoding="UTF-8"?>
<Configuration xmlns:ogc="http://www.mapinfo.com/midev/service/ogc/common/v1"
			   xmlns:service="http://www.mapinfo.com/midev/service/configuration/common/v1"
			   xmlns:pooling="http://www.mapinfo.com/midev/service/configuration/maptiling/v1"
			   xmlns:ows="http://www.opengis.net/ows/1.1"
			   xmlns:xlink="http://www.w3.org/1999/xlink"
			   xmlns="http://www.mapinfo.com/midev/service/configuration/wmts/v1">
	<ogc:OGC>
		<ows:ServiceIdentification>
			<ows:Title>Your Company's WMTS Service</ows:Title>
			<ows:Abstract>Your Company's WMTS Service</ows:Abstract>
			<ows:Keywords>
				<ows:Keyword>map</ows:Keyword>
				<ows:Keyword>geographic</ows:Keyword>
				<ows:Keyword>wmts</ows:Keyword>
			</ows:Keywords>
			<ows:ServiceType>OGC WMTS</ows:ServiceType>
			<ows:ServiceTypeVersion>1.0.0</ows:ServiceTypeVersion>
			<ows:Fees>none</ows:Fees>
			<ows:AccessConstraints>none</ows:AccessConstraints>
		</ows:ServiceIdentification>

		<ows:ServiceProvider>
			<ows:ProviderName>Your Company's Name</ows:ProviderName>
			<ows:ProviderSite xlink:href="http://www.yourcompany.com/"/>
			<ows:ServiceContact>
				<ows:IndividualName>Contact Person</ows:IndividualName>
				<ows:PositionName>Contact Person's Title</ows:PositionName>
				<ows:ContactInfo>
				    <ows:ContactInstructions>Contact Instructions</ows:ContactInstructions>
					<ows:Phone>
						<ows:Voice>1.800.000.0000</ows:Voice>
						<ows:Facsimile>1.800.000.0000</ows:Facsimile>
					</ows:Phone>
					<ows:Address>
						<ows:DeliveryPoint>Mail Delivery Location</ows:DeliveryPoint>
						<ows:City>City</ows:City>
						<ows:AdministrativeArea>Province</ows:AdministrativeArea>
						<ows:PostalCode>PostCode</ows:PostalCode>
						<ows:Country>Country</ows:Country>
						<ows:ElectronicMailAddress>support@yourcompany.com</ows:ElectronicMailAddress>
					</ows:Address>
					<ows:HoursOfService>24 Hours</ows:HoursOfService>
					<ows:ContactInstructions>Contact Instructions</ows:ContactInstructions>
				</ows:ContactInfo>
				<ows:Role>Contact Person's Role</ows:Role>
			</ows:ServiceContact>
		</ows:ServiceProvider>
	</ogc:OGC>
	<service:Service>
		<service:ServiceURL>http://BETELGEUSE:8080/rest/Spatial/WMTS</service:ServiceURL>
	</service:Service>
</Configuration>