<?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.1">
	<xsd:element name="NRCSPracticeCode" type="npsbmp:NRCSPracticeCodeType">
		<xsd:annotation>
			<xsd:documentation>
				Schema Name  : NPSBMP_NRCSPractice_v1.0.xsd
				Schema Identification : 
				Current Version Available At :  http://webservices.chesapeakebay.net/schemas
				Description   :   Descriptor of a Natural Resources Conservation Service (NRCS) codes for documenting BMP practices
				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="PracticeCode" type="xsd:string"/>
	<xsd:simpleType name="PracticeCode">
		<xsd:annotation>
			<xsd:documentation>National Resource Conservation System practice code, if applicable.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:maxLength value="5"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:element name="PracticeName" type="xsd:string"/>
	<xsd:simpleType name="PracticeName">
		<xsd:annotation>
			<xsd:documentation>The NRCS practice name.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:maxLength value="45"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:element name="PracticeCodeListIdentifier" type="xsd:string"/>
	<xsd:simpleType name="PracticeCodeListIdentifier">
		<xsd:annotation>
			<xsd:documentation>The name of a list of NRCS practice codes for this state.  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="NRCSPracticeCodeType">
		<xsd:sequence>
			<xsd:element ref="npsbmp:PracticeCode" minOccurs="0"/>
			<xsd:element ref="npsbmp:PracticeName" minOccurs="0"/>
			<xsd:element ref="npsbmp:PracticeCodeListIdentifier" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
