<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:npsbmp="http://webservices.chesapeakebay.net/schemas" targetNamespace="http://webservices.chesapeakebay.net/schemas" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
	<xsd:element name="BMPType" type="npsbmp:BMPTypeDataType">
		<xsd:annotation>
			<xsd:documentation>
				Schema Name  : NPSBMP_NPSBMPType_v1.0.xsd
				Schema Identification : 
				Current Version Available At :  http://webservices.chesapeakebay.net/schemas
				Description   :   Descriptor of NPS BMP Type represented by a BMP type code
				Application   :   Non Point Source Best Management Practices (NPS BMP)   Exchange
				Developed by  : 	 Pennsylvania Department of Environmental Protection
				Point of Contact :   Jennifer Gumert
				Last Modified by :   
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BMPTypeCode" type="xsd:string"/>
	<xsd:simpleType name="BMPTypeCode">
		<xsd:annotation>
			<xsd:documentation>Code for the type of NPS BMP</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:maxLength value="5"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:element name="BMPTypeCodeDescription" type="xsd:string"/>
	<xsd:simpleType name="BMPTypeCodeDescription">
		<xsd:annotation>
			<xsd:documentation> Description for the Type of NPS BMP</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:maxLength value="45"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:element name="BMPTypeCodeListIdentifier" type="xsd:string"/>
	<xsd:simpleType name="BMPTypeCodeListIdentifier">
		<xsd:annotation>
			<xsd:documentation> Name of a list of BMP type codes. Can be used to identify the URL of a source that defines the set of currently approved values.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:maxLength value="255"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:complexType name="BMPTypeDataType">
		<xsd:sequence>
			<xsd:element ref="npsbmp:BMPTypeCode"/>
			<xsd:element ref="npsbmp:BMPTypeCodeDescription"/>
			<xsd:element ref="npsbmp:BMPTypeCodeListIdentifier" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
