<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2009 (http://www.altova.com) by Nichole (WI DEPT OF ADMIN-DET/DESKTOP) -->
<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Nichole (private) -->
<!-- This document schema is intended to define the structure of electronic referrals from  -->
<!-- law enforcement to the PROTECT district attorney system for processing.  It references -->
<!-- a small subset of definitions from the full GJXDM schema.                              -->
<!-- Last published date April 2005 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" 
xmlns:j="http://www.it.ojp.gov/jxdm/3.0.2" 
xmlns:DAeRef="http://justiceschemas.da.wi.gov/eReferral" targetNamespace="http://justiceschemas.da.wi.gov/eReferral">
	<xs:import namespace="http://www.it.ojp.gov/jxdm/3.0.2" schemaLocation="jxdm/3.0.2/jxdm.xsd"/>
	<xs:element name="eReferralAttachment">
		<xs:annotation>
			<xs:documentation>eReferralSupplement root element established to hold supplemental binary info (in base64) to an already submitted referral.</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:complexContent>
				<xs:extension base="j:DocumentType">
					<xs:sequence>
						<xs:element ref="DAeRef:InitialReferral"/>
						<xs:element ref="j:ReferralDesignation.Organization" minOccurs="0"/>
					</xs:sequence>
				</xs:extension>
			</xs:complexContent>
		</xs:complexType>
	</xs:element>
	<xs:element name="InitialReferral">
		<xs:complexType>
			<xs:complexContent>
				<xs:restriction base="j:IncidentType">
					<xs:sequence>
						<xs:sequence>
							<xs:element ref="j:ActivityID">
								<xs:annotation>
									<xs:documentation>An identifier that uniquely refers to an activity or process that occurred.</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:sequence>
				</xs:restriction>
			</xs:complexContent>
		</xs:complexType>
	</xs:element>
</xs:schema>
