<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- edited with XMLSpy v2009 (http://www.altova.com) by Richard Rowan (Minnesota Judicial Branch) -->
<!--W3C Schema generated by XMLSpy v2006 sp2 U (http://www.altova.com)-->
<!--
 Copyright © 2006, 2007, 2009, 2010 by the State of Minnesota
	State Court Administrator’s Office
	All Rights Reserved
-->
<!-- Modification History
	Date				Version	Rev			Change
	10/06/2006 	1.0.0		3				Deleted Drivers License IDExpirationDate – Odyssey does not store it. 
															Made ParentGuardian optional – only required on Juvenile tickets.
															If Person Race or Ethnicity is entered, made the text element required.  They are optional if Race or Ethnicity is not entered.  
															Changed Reason and Comment elements in response to end with Text.
															Changed ScheduledHearingTrialSetting in accepted response to contain elements rather than attributes.
	10/27/2006	1.0.0		4				Set length of ID for PersonOtherID to have a minum of 1 character
															Remove choice between Location and SessionType.  Either or both can now be included.
															Added ID sub element to Incident/ReportControlNumber
															Split the StateID/ID element up into 2 elements (ID containing the number and IDJurisdiction containing the state that issued the ID).
															Remove Incident/Vehcile/VehicleLicensePlate/PlateExpiryYear and PlateExpiryMonth.  They are not accepted by MNCIS and there are no plans to change MNCIS to 
															accept them. 
	11/06/2006	1.0.0		5				Moved EFileID up to be child of CitationDocument
															Added SubmittingAgencyORI as child of CitationDocument
	12/06/2006	3:1			6				Migrated to version 3.  Reference CourtXML_3.xsd.
															Added schemaVersion attribute.
															All IDJurisdiction elements in the PersonAssignedIDDetails node were renamed to be IDJurisdictionCode
															All IDTypeDescriptionText elements were renamed to IDTypeText
															Added required IDTypeCodeText to PersonOtherID
															Moved partyKey attribute to an element of IDType
															Removed Schedule Hearing and Interim Conditions.
 02/08/2007		3:1			7				Made StatuteOrdinanceRuleCite required for Rules
															Changed PlateState to use StateCodeType rather than DriversLicenseState
															Changed to use base types in CourtXML for Charge, PersonAssignedIDDetails, and PersonPhysicalDetails.  This should not result in any changes to the message formats.
															Added ProsecutingAgencyORI to the Filing element.
															Removed VehicleYear.
															Removed PersonComplexion
															Removed "currentKnownIndicator" attributes from PersonDriversLicense and PersonStateID
	03/30/2007	3:1			8				Eliminated the use of restrictions of complex types.   This should not change any existing messages.
	05/25/2007	3:1			9				Added an optional code attribute (for future use) to ReasonText within the rejeected response and made ReasonText unbounded.
	06/15/2007	3:1			10			Added a code attribute to the ReasonText element within the PendingCourtReview response.
	12/20/2007	3.1			11			Added a minimum length of 1 to SubmittingAgencyNameText. 
															Added InCustodyIndicator to Citee.  This is a boolean indicator that can be used to indicate the citee is in custody. 
	02/01/2008	3:1			12			Added elements for Pull/Release processing.
	10/22/2008	3:2			1				Updated response format to account for VIBES processing of some batches.
	12/15/2008	3:1			2			    Pulled the Pull/Release elemetns out to be placed in their own schema


-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.courts.state.mn.us/CourtXML/3" xmlns:soap11="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope" targetNamespace="http://www.courts.state.mn.us/CourtXML/3" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2">
	<xs:include schemaLocation="CourtXML_3.xsd"/>
	<xs:attributeGroup name="CitationMessageAttributes">
		<xs:attribute name="schemaVersion" type="xs:string" use="required">
			<xs:annotation>
				<xs:documentation>Specifies the version of the schema that this message should be validated against.  For this schema the value should be 3:2.</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="messageProducedDateTime" type="xs:dateTime">
			<xs:annotation>
				<xs:documentation>Date and time when this message was produced.  This value is included on all outbound messages and not required on inbound messages.</xs:documentation>
			</xs:annotation>
		</xs:attribute>
	</xs:attributeGroup>
	<xs:complexType name="CitationMessageDocumentType">
		<xs:complexContent>
			<xs:restriction base="MessageDocumentType">
				<xs:attribute name="schemaVersion" type="xs:string" use="required" fixed="3:1">
					<xs:annotation>
						<xs:documentation>Specifies the version of the schema that this message should be validated against.</xs:documentation>
					</xs:annotation>
				</xs:attribute>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="CitationType">
		<xs:sequence>
			<xs:element name="CitationNumber" type="CitationNumberType"/>
			<xs:element name="OffenseDate" type="xs:date">
				<xs:annotation>
					<xs:documentation>Date the offense is alleged to have occurred.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="OffenseTime" type="xs:time">
				<xs:annotation>
					<xs:documentation>Time the offense is alleged to have occurred.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TicketDate" type="xs:date">
				<xs:annotation>
					<xs:documentation>Date the ticket was issued.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="IssuingAgencyORI" type="IssuingAgencyORIType">
				<xs:annotation>
					<xs:documentation>ORI of Agency Issuing the Citation</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Incident">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="WeatherConditionText" type="WeatherConditionCodeTextType" nillable="true" minOccurs="0"/>
						<xs:element name="PropertyDamageText" type="PropertyDamageTypeCodeTextType" nillable="true" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Must be a value from the enumerated list.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="AccidentDamageText" type="CitationAccidentTypeCodeTextType" nillable="true" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Must be a value from the enumerated list.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="OffenseLocationText" type="OffenseLocationTextType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Free Form text corresponding to 'Location of Violation', e.g., milepost 73, fourth and main, 2345 City Street, etc.  </xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="OfficerBadgeNumber" type="OfficerBadgeNumberType">
							<xs:annotation>
								<xs:documentation>Badge number of the citing officer.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="OfficerNameText" type="OfficerNameType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Name of the citing officer.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="ReportControlNumber" type="ControlNumberInType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Control number (Law Enforcement Case Number) assigned to the incident.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="CommunityOfOffenseText" type="CommunityOfOffenseCodeTextType" nillable="true">
							<xs:annotation>
								<xs:documentation>Must be selected from the enumerated list choosing values that apply to the court that the citation is being submitted to. Specifies  political subdivision in which the offense occured.  Often governs who prosecutes and the distribution of fine monies.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="AppearBy" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Details about when and where a defendant must respond to the charges.</xs:documentation>
							</xs:annotation>
							<xs:complexType>
								<xs:sequence>
									<xs:element name="AppearByDate" type="xs:date">
										<xs:annotation>
											<xs:documentation>Specifies the date by which the defendant must appear in court or pay the fine, if that is an option.</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="AppearLocationText" type="CourtLocationCodeTextType" nillable="true">
										<xs:annotation>
											<xs:documentation>Location where the Defendant must appear. Must be a value from the enumerated list.</xs:documentation>
										</xs:annotation>
									</xs:element>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
						<xs:element name="Vehicle" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Details about the vehicle involved in the incident. Defined as a motor-driven conveyance designed to carry its operator, passengers, and cargo, including trailers</xs:documentation>
							</xs:annotation>
							<xs:complexType>
								<xs:sequence>
									<xs:element name="VehicleTypeText" type="VehicleTypeCodeTextType" nillable="true" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Type of vehicle involved in the incident.</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="VehicleMakeText" type="VehicleMakeCodeTextType" nillable="true" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Manufacturer of the vehicle involved in the incident.</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="VehicleModelText" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Name assigned by the manufacturuer that identifies the specific vehicle. </xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="VehicleModelTextType"/>
										</xs:simpleType>
									</xs:element>
									<xs:element name="VehicleColorText" type="VehicleColorCodeTextType" nillable="true" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Primary color of the vehicle.</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="VehicleLicensePlate" minOccurs="0">
										<xs:annotation>
											<xs:documentation>Details of the vehicle license plate.</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:complexContent>
												<xs:extension base="VehicleLicensePlateType">
													<xs:sequence>
														<xs:element name="PlateExpirationDate" type="xs:date" minOccurs="0"/>
													</xs:sequence>
												</xs:extension>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="CommercialVehicleIndicator" minOccurs="0">
										<xs:annotation>
											<xs:documentation>If true, indicates the vehicle is registered as a commercial vehicle. </xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:boolean"/>
										</xs:simpleType>
									</xs:element>
									<xs:element name="HazardousVehicleIndicator" minOccurs="0">
										<xs:annotation>
											<xs:documentation>If true, indicates hazardous materials were involved in the incident.</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:boolean"/>
										</xs:simpleType>
									</xs:element>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
						<xs:element name="OfficerCommentText" type="CommentType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Officer's notes about the offense(s) included on the citation.</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="Citee">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="PartyKey" type="IntegrationIDType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Do not use this element. The functionality to use this element requires special procedures. If you wish to start using it, please contact the Integration Team of the Minnesota State Court Administrator's office for details.  This element allows an efile to bypass party matching if the submitter already knows the citee's MNCIS Party Key.  </xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="CiteeInvolvementText" type="CiteeInvolvementTypeCodeTextType" nillable="true">
							<xs:annotation>
								<xs:documentation>Must be a value from the enumerated list.</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="PartyName" type="PartyNameBaseType"/>
						<xs:element name="PartyAddress" type="PartyAddressBaseType" minOccurs="0"/>
						<xs:element name="PersonBirthDate" type="xs:date" minOccurs="0"/>
						<xs:element name="PersonAssignedIDDetails" minOccurs="0">
							<xs:complexType>
								<xs:sequence>
									<xs:element name="PersonID" type="PersonIDType" minOccurs="0"/>
									<xs:element name="PersonDriverLicenseID" minOccurs="0" maxOccurs="unbounded">
										<xs:complexType>
											<xs:complexContent>
												<xs:extension base="PersonDriverLicenseIDType"/>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PersonStateID" minOccurs="0" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation>A number issued by a state Automated Fingerprint Identification System (AFIS) based on submitted fingerprints. Sometimes referred to as a State ID number or a SID.</xs:documentation>
										</xs:annotation>
										<xs:complexType>
											<xs:complexContent>
												<xs:extension base="PersonStateIDType"/>
											</xs:complexContent>
										</xs:complexType>
									</xs:element>
									<xs:element name="PersonOtherID" type="PersonOtherIDType" minOccurs="0" maxOccurs="unbounded"/>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
						<xs:element name="PersonPhysicalDetails" minOccurs="0">
							<xs:annotation>
								<xs:documentation>PersonPhysicalDetails is not used for efiling citations, but is under consideration for future use.</xs:documentation>
							</xs:annotation>
							<xs:complexType>
								<xs:sequence>
									<xs:element name="PersonHeightMeasure" type="PersonHeightMeasureType" minOccurs="0"/>
									<xs:element name="PersonWeightMeasure" type="PersonWeightMeasureType" minOccurs="0"/>
									<xs:element name="PersonEyeColorText" type="EyeColorTypeCodeTextType" nillable="true" minOccurs="0"/>
									<xs:element name="PersonHairColorText" type="HairColorTypeCodeTextType" nillable="true" minOccurs="0"/>
									<xs:element name="PersonSexText" type="GenderTypeCodeTextType" nillable="true" minOccurs="0"/>
									<xs:element name="PersonEthnicity" nillable="true" minOccurs="0">
										<xs:complexType>
											<xs:sequence>
												<xs:element name="LawEnforcementObservedEthnicityText" type="EthnicTypeCodeTextType" nillable="true" minOccurs="0"/>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="PersonRace" nillable="true" minOccurs="0">
										<xs:complexType>
											<xs:sequence>
												<xs:element name="LawEnforcementObservedRaceText" type="RaceTypeCodeTextType" nillable="true" minOccurs="0" maxOccurs="unbounded">
													<xs:annotation>
														<xs:documentation>MNCIS stores this race data with the case</xs:documentation>
													</xs:annotation>
												</xs:element>
											</xs:sequence>
										</xs:complexType>
									</xs:element>
									<xs:element name="PersonPhysicalFeature" type="PersonPhysicalFeatureType" minOccurs="0" maxOccurs="unbounded"/>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
						<xs:element name="ParentGuardianNameText" type="ParentGuardianNameTextType" minOccurs="0">
							<xs:annotation>
								<xs:documentation>Applicable to Juvenile defendants only</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="FingerPrintedIndicator" type="xs:boolean">
							<xs:annotation>
								<xs:documentation>If true, indicates the defendant has been fingerprinted for this case. </xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="InCustodyIndicator" type="xs:boolean" minOccurs="0">
							<xs:annotation>
								<xs:documentation>If true, indicates the citee is in custody. If the flag is omitted, is has the same effect as false. </xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="CitationFilingType">
		<xs:sequence>
			<xs:element name="ProsecutingAgencyORI" type="ProsecutingAgencyORIType" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Agency responsible for filing and prosecuting the case.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="CourtJurisdictionORI" type="CourtJurisdictionORIType">
				<xs:annotation>
					<xs:documentation>The ORI of the court/division to receive the citation.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="MandatoryAppearanceIndicator" type="xs:boolean">
				<xs:annotation>
					<xs:documentation>Where true a Criminal/Traffic Mandatory Case is created otherwise a Criminal/Traffic Non-Mandatory Case</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<!--Root Elements Begin-->
	<!--Batch Citation Process-->
	<xs:element name="CitationDocumentBatch">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="SubmittingAgencyORI" type="SubmittingAgencyORIType">
					<xs:annotation>
						<xs:documentation>ORI for agency submitting the batch of citations</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="SubmittingAgencyNameText">
					<xs:annotation>
						<xs:documentation>Name or description of submitting system assigned by submitting agency.</xs:documentation>
					</xs:annotation>
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:maxLength value="60"/>
							<xs:minLength value="1"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
				<xs:element name="CitationDocument" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>Contains the data for one citation</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="EFileID" type="EFileIDType"/>
							<xs:element name="Filing" type="CitationFilingType"/>
							<xs:element name="Citation" type="CitationType"/>
							<xs:element name="Charge" type="CitationChargeInType" maxOccurs="unbounded"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attributeGroup ref="CitationMessageAttributes"/>
			<xs:attribute name="batchNumber" type="xs:string" use="required">
				<xs:annotation>
					<xs:documentation>A number assigned by the sending agency and unique within their system. Used to maintain processing history and statistics associated with a group of electronically filed messages.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="submittedDateTime" type="xs:dateTime" use="required">
				<xs:annotation>
					<xs:documentation>Date and Time the batch was submitted by the originating agency.</xs:documentation>
				</xs:annotation>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:element name="CitationDocumentResponseBatch">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="Batch" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation>One batch response may include responses to citations from different batches.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="SubmittingAgencyORI" type="SubmittingAgencyORIType">
								<xs:annotation>
									<xs:documentation>ORI for agency submitting the batch of citations</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="SubmittingAgencyNameText">
								<xs:annotation>
									<xs:documentation>Name or description of submitting system assigned by submitting agency.</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:maxLength value="60"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:element>
							<xs:choice>
								<xs:element name="CitationDocumentResponse" maxOccurs="unbounded">
									<xs:complexType>
										<xs:sequence>
											<xs:element name="EFileID" type="EFileIDType"/>
											<xs:element name="CitationNumber" type="CitationNumberType"/>
											<xs:choice>
												<xs:element name="AcceptedByCourt">
													<xs:complexType>
														<xs:sequence>
															<xs:element name="CourtFileNumber" type="CourtFileNumberType"/>
															<xs:element name="CaseFiledDate" type="xs:date"/>
														</xs:sequence>
													</xs:complexType>
												</xs:element>
												<xs:element name="AcceptedByViolationsBureau">
													<xs:complexType>
														<xs:sequence>
															<xs:element name="AcceptedDate" type="xs:date"/>
														</xs:sequence>
													</xs:complexType>
												</xs:element>
												<xs:element name="PendingCourtReview">
													<xs:complexType>
														<xs:sequence>
															<xs:element name="ReasonText" type="EFileQueueReasonCodeTextType"/>
														</xs:sequence>
													</xs:complexType>
												</xs:element>
												<xs:element name="Rejected">
													<xs:complexType>
														<xs:sequence>
															<xs:element name="ReasonText" maxOccurs="unbounded">
																<xs:complexType>
																	<xs:simpleContent>
																		<xs:extension base="Text1to100Type">
																			<xs:attribute name="code" type="xs:string">
																				<xs:annotation>
																					<xs:documentation>For future use to hold a unique identifer for the rejection reason.</xs:documentation>
																				</xs:annotation>
																			</xs:attribute>
																		</xs:extension>
																	</xs:simpleContent>
																</xs:complexType>
															</xs:element>
															<xs:element name="CommentText" type="CommentType" minOccurs="0"/>
														</xs:sequence>
													</xs:complexType>
												</xs:element>
											</xs:choice>
										</xs:sequence>
									</xs:complexType>
								</xs:element>
								<xs:element name="BatchErrorResponse">
									<xs:annotation>
										<xs:documentation>Used when whole batch fails.</xs:documentation>
									</xs:annotation>
									<xs:complexType>
										<xs:sequence>
											<xs:element name="ReasonText">
												<xs:simpleType>
													<xs:restriction base="xs:string">
														<xs:minLength value="1"/>
														<xs:maxLength value="100"/>
													</xs:restriction>
												</xs:simpleType>
											</xs:element>
											<xs:element name="AdditionalInformationText" type="CommentType" minOccurs="0"/>
										</xs:sequence>
									</xs:complexType>
								</xs:element>
							</xs:choice>
						</xs:sequence>
						<xs:attribute name="batchNumber" type="xs:string" use="required"/>
						<xs:attribute name="submittedDateTime" type="xs:dateTime" use="required"/>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attributeGroup ref="CitationMessageAttributes"/>
		</xs:complexType>
	</xs:element>
	<!--E-File Citation Process-->
	<xs:element name="CitationDocument">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="EFileID" type="EFileIDType"/>
				<xs:element name="SubmittingAgencyORI" type="SubmittingAgencyORIType"/>
				<xs:element name="Filing" type="CitationFilingType"/>
				<xs:element name="Citation" type="CitationType"/>
				<xs:element name="Charge" type="CitationChargeInType" maxOccurs="unbounded"/>
			</xs:sequence>
			<xs:attributeGroup ref="CitationMessageAttributes"/>
		</xs:complexType>
	</xs:element>
	<xs:element name="CitationDocumentResponse">
		<xs:complexType>
			<xs:sequence>
				<xs:element name="EFileID" type="EFileIDType"/>
				<xs:element name="SubmittingAgencyORI" type="SubmittingAgencyORIType"/>
				<xs:element name="CitationNumber" type="CitationNumberType"/>
				<xs:choice>
					<xs:element name="AcceptedByCourt">
						<xs:complexType>
							<xs:sequence>
								<xs:element name="CourtFileNumber" type="CourtFileNumberType"/>
								<xs:element name="CaseFiledDate" type="xs:date"/>
							</xs:sequence>
						</xs:complexType>
					</xs:element>
					<xs:element name="PendingCourtReview">
						<xs:complexType>
							<xs:sequence>
								<xs:element name="ReasonText" type="EFileQueueReasonCodeTextType"/>
							</xs:sequence>
						</xs:complexType>
					</xs:element>
					<xs:element name="Rejected">
						<xs:complexType>
							<xs:sequence>
								<xs:element name="ReasonText" maxOccurs="unbounded">
									<xs:complexType>
										<xs:simpleContent>
											<xs:extension base="Text1to100Type">
												<xs:attribute name="code" type="xs:string">
													<xs:annotation>
														<xs:documentation>For future use to hold a unique identifer for the rejection reason.</xs:documentation>
													</xs:annotation>
												</xs:attribute>
											</xs:extension>
										</xs:simpleContent>
									</xs:complexType>
								</xs:element>
								<xs:element name="CommentText" type="CommentType" minOccurs="0"/>
							</xs:sequence>
						</xs:complexType>
					</xs:element>
				</xs:choice>
			</xs:sequence>
			<xs:attributeGroup ref="CitationMessageAttributes"/>
		</xs:complexType>
	</xs:element>
</xs:schema>
