<?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="VerificationQualifier" type="npsbmp:VerificationQualifierGroupDataType">
		<xsd:annotation>
			<xsd:documentation>
				Schema Name  : NPSBMP_VerificationQualifier_v1.0.xsd
				Schema Identification : 
				Current Version Available At :  http://webservices.chesapeakebay.net/schemas
				Description   :   Descriptor of NPS BMP Verification Qualifier represented by a BMP Verification Qualifier
				Application   :   Non Point Source Best Management Practices (NPS BMP)   Exchange
				Developed by  :   Tetra Tech, Inc.
				Point of Contact :   
				Last Modified by :   
			</xsd:documentation>
		</xsd:annotation>
	</xsd:element>
	<xsd:element name="VerificationQualifierCode" type="xsd:string"/>
	<xsd:simpleType name="VerificationQualifierCode">
		<xsd:annotation>
			<xsd:documentation>Unique code to be supplied by the user.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:maxLength value="100"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:element name="VerificationQualifierCodeDescription" type="xsd:string"/>
	<xsd:simpleType name="VerificationQualifierCodeDescription">
		<xsd:annotation>
			<xsd:documentation>The description or definition of the verification qualifier.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:maxLength value="500"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:element name="VerificationQualifierCodeListIdentifier" type="xsd:string"/>
	<xsd:simpleType name="VerificationQualifierCodeListIdentifier">
		<xsd:annotation>
			<xsd:documentation>The name of a list of codes. Can be used to identify the URL of the codes list that defines the list of codes.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:maxLength value="500"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:complexType name="VerificationQualifierGroupDataType">
		<xsd:sequence>
			<xsd:element ref="npsbmp:VerificationQualifierCode"/>
			<xsd:element ref="npsbmp:VerificationQualifierCodeDescription"/>
			<xsd:element ref="npsbmp:VerificationQualifierCodeListIdentifier" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
</xsd:schema>
