<?xml version="1.0" encoding="UTF-8"?>
<!--
Used on header records only.
-->
<xsd:schema targetNamespace="http://www.wisconsinedi.org" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.wisconsinedi.org" elementFormDefault="qualified">
	<xsd:include schemaLocation="adrc_elements.xsd"/>
	<xsd:element name="header_record">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element ref="submitter_organization_id"/>
				<xsd:element ref="submission_date"/>
				<xsd:element ref="begin_posting_date"/>
				<xsd:element ref="end_posting_date"/>
				<xsd:element ref="number_of_records_transmitted"/>
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>

