<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2011 (http://www.altova.com) by Dale Klein (CA Dept. of Industrial Relations) -->
<xs:schema xmlns="http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Forms/CandR" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:FF="http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/FormFields" xmlns:CD="http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/Formdomains" xmlns:CF="http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/CommonFields" targetNamespace="http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Forms/CandR" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:import namespace="http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/FormFields" schemaLocation="../../common/FormFields/FormFields.xsd"/>
	<xs:import namespace="http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/Formdomains" schemaLocation="../../common/FormDomains/FormDomains.xsd"/>
	<xs:import namespace="http://www.dir.ca.gov/dwc/EAMS/PresentTermSolution/Schemas/Common/CommonFields" schemaLocation="../../common/CommonFields/CommonFields.xsd"/>
	<xs:element name="CandR">
		<xs:annotation>
			<xs:documentation>Compromise and Release Form </xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="HeaderSection" type="HeaderSection"/>
				<xs:element name="ApplicationSection">
					<xs:complexType>
						<xs:complexContent>
							<xs:extension base="ApplicationSection"/>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
				<xs:element name="InjuredWorkerSection" type="CD:PersonInformation"/>
				<xs:element name="EmployerSection">
					<xs:complexType>
						<xs:complexContent>
							<xs:extension base="EmployerSection"/>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
				<xs:element name="InjuredWorkerAttorneyorAuthorizedRepSection" type="CD:AttorneyorRep" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Injured Workes's Attornery/Representation type, first and last name of represenative, the lasw firm number and name and it's address</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="DefendantsAttorneyOrAuthorizedRepSection" type="CD:AttorneyorRep" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Defendant Attornery/Representation type, first and last name of represenative, the lasw firm number and name and it's address</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="InsuranceCarrierSection" type="CD:OrganizationInformation" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Insurance Carrier name and address</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ClaimsAdministratorInformationSection" type="CD:OrganizationInformation" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Claims Administrator name and address</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="DisabilitySection">
					<xs:annotation>
						<xs:documentation>Information regarding the disability payments.</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:complexContent>
							<xs:extension base="DisabilitySection"/>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
				<xs:element name="InitialsSection" minOccurs="0">
					<xs:annotation>
						<xs:documentation>Applicant and Defendand sign off</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:complexContent>
							<xs:extension base="InitialsSection"/>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
				<xs:element name="Comments" minOccurs="0">
					<xs:simpleType>
						<xs:restriction base="xs:string">
							<xs:maxLength value="503"/>
							<xs:whiteSpace value="collapse"/>
						</xs:restriction>
					</xs:simpleType>
				</xs:element>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="ApplicationSection">
		<xs:sequence>
			<xs:element name="SocialSecurityNumber" type="FF:socialSecurityNumber" minOccurs="0"/>
			<xs:element name="Venue" type="CD:VenueInformation"/>
			<xs:element name="DateOfBirth" type="CF:ptsDate"/>
			<xs:element name="Occupation" type="FF:occupationText" minOccurs="0"/>
			<xs:element name="InjuryInformation" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Contains the case number, injury type (S, C), injury start date, the body parts and address of where the injury occurred.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:complexContent>
						<xs:extension base="CD:InjuryInformation">
							<xs:sequence>
								<xs:element name="Address" type="CD:Address"/>
							</xs:sequence>
						</xs:extension>
					</xs:complexContent>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="DisabilityIndemnityPaid">
		<xs:annotation>
			<xs:documentation>Weekly rate,  Start and Stop Date</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="DisabilityIndemnityPaid" type="FF:amount" minOccurs="0"/>
			<xs:element name="WeeklyRate" type="FF:amount" minOccurs="0"/>
			<xs:element name="DatesDisabilityPaid" type="CD:StartAndEndDate" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="DisabilitySection">
		<xs:sequence>
			<xs:element name="EarningsAtTimeOfInjury" type="FF:amount" minOccurs="0"/>
			<xs:element name="TemporaryDisability" type="DisabilityIndemnityPaid" minOccurs="0"/>
			<xs:element name="PermanentDisability" type="DisabilityIndemnityPaid" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Not required</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TotalMedicalBillsPaid" type="TotalMedicalBillsPaid" minOccurs="0"/>
			<xs:element name="SettlementAmount" type="FF:amount">
				<xs:annotation>
					<xs:documentation>Agreed upon payment</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PermanentDisabilityAdvances" type="PermanentDisability" minOccurs="0"/>
			<xs:element name="TempIndemnityOverPaymentAmount" type="FF:amount" minOccurs="0"/>
			<xs:element name="PayableTo" type="Payable" minOccurs="0" maxOccurs="4"/>
			<xs:element name="RequestedApplicantAttorneryFee" type="FF:amount" minOccurs="0"/>
			<xs:element name="LeavingABalanceOf" type="FF:amount" minOccurs="0"/>
			<xs:element name="LiensNotMentioned" minOccurs="0">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="1673"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="EmployerSection">
		<xs:annotation>
			<xs:documentation>Contains the Employer Role Type (I, S,L, U) the Employer name and address</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="EmployerRoleTypeCode" type="FF:employerRoleTypeCode"/>
			<xs:element name="EmployerName" type="FF:employerName"/>
			<xs:element name="Address" type="CD:Address"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="HeaderSection">
		<xs:sequence>
			<xs:element name="VersionNumber" type="CF:versionNumber" fixed="1.1"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Initials">
		<xs:annotation>
			<xs:documentation>the Applicant and Defendent initials.  Used in the initials section</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Applicant" type="CD:CheckBox"/>
			<xs:element name="Defendant" type="CD:CheckBox"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="InitialsSection">
		<xs:annotation>
			<xs:documentation>Contains all information on temp or perm disability payments</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Earnings" type="Initials" minOccurs="0"/>
			<xs:element name="TemporaryDisability" type="Initials" minOccurs="0"/>
			<xs:element name="Jurisdiction" type="Initials" minOccurs="0"/>
			<xs:element name="Apportionment" type="Initials" minOccurs="0"/>
			<xs:element name="Employment" type="Initials" minOccurs="0"/>
			<xs:element name="InjuryAOE_COE" type="Initials" minOccurs="0"/>
			<xs:element name="SeriousAndWillfulMisconduct" type="Initials" minOccurs="0"/>
			<xs:element name="Discrimination" type="Initials" minOccurs="0"/>
			<xs:element name="StatueOfLimitations" type="Initials" minOccurs="0"/>
			<xs:element name="FutureMedicalTreatment" type="Initials" minOccurs="0"/>
			<xs:element name="Other" minOccurs="0">
				<xs:complexType>
					<xs:complexContent>
						<xs:extension base="Initials">
							<xs:sequence>
								<xs:element name="Description" minOccurs="0">
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:maxLength value="44"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:element>
							</xs:sequence>
						</xs:extension>
					</xs:complexContent>
				</xs:complexType>
			</xs:element>
			<xs:element name="PermanentDisablilty" minOccurs="0">
				<xs:complexType>
					<xs:complexContent>
						<xs:extension base="Initials">
							<xs:sequence>
								<xs:element name="Description" minOccurs="0">
									<xs:simpleType>
										<xs:restriction base="xs:string">
											<xs:maxLength value="44"/>
										</xs:restriction>
									</xs:simpleType>
								</xs:element>
							</xs:sequence>
						</xs:extension>
					</xs:complexContent>
				</xs:complexType>
			</xs:element>
			<xs:element name="SelfProcuredMedicalTreatment" type="Initials" minOccurs="0"/>
			<xs:element name="VocationalRehabilitationBenefits" type="Initials" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Payable">
		<xs:annotation>
			<xs:documentation>Amount payable and payable to fields used to deduct from the settlement amount</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="PayableAmount" type="FF:amount" minOccurs="0"/>
			<xs:element name="PayableTo" minOccurs="0">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="36"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PermanentDisability">
		<xs:sequence>
			<xs:element name="Amount" type="FF:amount" minOccurs="0"/>
			<xs:element name="DatePermanentDisabilityAdvancesThrough" type="CF:ptsDate" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="TotalMedicalBillsPaid">
		<xs:sequence>
			<xs:element name="TotalMedicalBillsPaid" type="FF:amount" minOccurs="0"/>
			<xs:element name="TotalUnpaidMedicalBillsPaidBy" minOccurs="0">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="10"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
</xs:schema>
