<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns:se="http://www.opengeospatial.net/se" 
	xmlns:sld="http://www.opengis.net/sld" 
	xmlns="http://www.w3.org/2001/XMLSchema" 
	targetNamespace="http://www.opengeospatial.net/se" elementFormDefault="qualified" version="0.0.30" xml:lang="en">
	<annotation>
		<appinfo>SymbologyEncoding.xsd 2005-08-03</appinfo>
		<documentation>This XML Schema encodes the SymbologyEncoding fragment - an encoding of styling information pertaining to feature(s).
		Copyright (c) Open Geospatial Consortium (2005) </documentation>
	</annotation>
	<!-- ==============================================================
		includes and imports
	============================================================== -->
	<import namespace="http://www.opengis.net/sld" schemaLocation="../../sld/1.0.30/StyledLayerDescriptor.xsd"/>
	<!-- ============================================================ -->
	<element name="SymbologyEncoding">
		<annotation>
			<documentation>Symbology Encoding document contents.</documentation>
		</annotation>
		<complexType>
			<sequence>
				<element ref="sld:FeatureTypeStyle"/>
			</sequence>
		</complexType>
	</element>
</schema>

