<?xml version="1.0" encoding="UTF-8"?>
<!--W3C Schema generated by XMLSpy v2011 rel. 3 sp1 (x64) (http://www.altova.com)-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
	<xs:element name="providers">
		<xs:complexType>
			<xs:sequence>
				<xs:element ref="provider" maxOccurs="unbounded"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:element name="provider">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="npi_num" type="xs:long"/>
				<xs:element name="prvdr_id" type="xs:int"/>
				<xs:element name="full_prvdr_name" type="xs:string"/>
				<xs:element name="first_name" type="xs:string"/>
				<xs:element name="middle_name" type="xs:string"/>
				<xs:element name="last_name" type="xs:string"/>
				<xs:element name="prvdr_type_code" type="xs:string"/>
				<xs:element name="prvdr_specty_code" type="xs:string"/>
				<xs:element name="program_code" type="xs:string"/>
				<xs:element name="program_beg_date" type="xs:string"/>
				<xs:element name="program_end_date" type="xs:string"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
</xs:schema>
