<?xml version="1.0" encoding="utf-8"?>
<xs:schema 
	targetNamespace="http://geoserver.org/ct"
	xmlns:ct="http://geoserver.org/ct" 
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	xmlns:gml="http://www.opengis.net/gml" 
	attributeFormDefault="unqualified" 
	elementFormDefault="qualified" 
	version="1.0">
	
	<xs:import namespace="http://www.opengis.net/gml" schemaLocation="http://schemas.opengis.net/gml/3.1.1/base/feature.xsd" />
	<xs:element name="service" type="ct:ServiceType" substitutionGroup="gml:_Feature" />
	<xs:complexType name="ServiceType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="Id" type="xs:string" />
					<xs:element name="Code" type="xs:string" />
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
</xs:schema>