<?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:include schemaLocation="NPSBMP_BMPComponentNameType_v1.0.xsd"/>
	<xsd:element name="BMPComponentNameData" type="npsbmp:BMPComponentNameDataType">
		<xsd:annotation>
			<xsd:documentation>
				Schema Name  : NPSBMP_BMPComponentName_v1.0.xsd
				Schema Identification : 
				Current Version Available At :  http://webservices.chesapeakebay.net/schemas
				Description   :   Name of the BMP Component	
				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 :   Karl Huber, VA DCR
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="BMPComponentName" type="xsd:string"/>
	<xsd:simpleType name="BMPComponentName">
		<xsd:annotation>
			<xsd:documentation> BMP component name</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:maxLength value="100"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:complexType name="BMPComponentNameDataType">
		<xsd:sequence>
			<xsd:element ref="npsbmp:BMPComponentName"/>
			<xsd:element ref="npsbmp:BMPComponentNameType"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
