<?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" version="1.1">
	<xsd:include schemaLocation="SC_Measure_v2.0.xsd"/>
	<xsd:element name="NPSBMPComponentMeasureType" type="npsbmp:NPSBMPComponentMeasureType">
		<xsd:annotation>
			<xsd:documentation>
				Schema Name  : NPSBMP_ComponentMeasure_v1.0.xsd
				Schema Identification : 
				Current Version Available At :  http://webservices.chesapeakebay.net/schemas
				Description   :   Description of entity being measured and measured value for the entity	
				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="MeasureName" type="xsd:string"/>
	<xsd:simpleType name="MeasureName">
		<xsd:annotation>
			<xsd:documentation>Description of entity being measured.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:maxLength value="255"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:complexType name="NPSBMPComponentMeasureType">
		<xsd:complexContent>
			<xsd:extension base="npsbmp:MeasureDataType">
				<xsd:sequence>
					<xsd:element ref="npsbmp:MeasureName" minOccurs="0" maxOccurs="unbounded"/>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
</xsd:schema>
