<?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/AppForADJ" 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/AppForADJ" 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:simpleType name="organizationTypeCode">
		<xs:annotation>
			<xs:documentation> Organization Type 
				Valid Values 
					'I' - Insurance Carrier 
					'E' - Employer
					'L' - Lien Claimant
			</xs:documentation>
		</xs:annotation>
		<xs:restriction base="CF:typeCode1">
			<xs:enumeration value="I"/>
			<xs:enumeration value="E"/>
			<xs:enumeration value="L"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:simpleType name="earningsPayPeriod">
		<xs:annotation>
			<xs:documentation> Earnings Type 
			Valid Values 
				'M' - Monthly 
				'W' - Weekly
				'H' - Hourly
			</xs:documentation>
		</xs:annotation>
		<xs:restriction base="CF:typeCode1">
			<xs:enumeration value="M"/>
			<xs:enumeration value="W"/>
			<xs:enumeration value="H"/>
		</xs:restriction>
	</xs:simpleType>
	<xs:complexType name="HeaderSection">
		<xs:sequence>
			<xs:element name="VersionNumber" type="CF:versionNumber" fixed="1.4"/>
		</xs:sequence>
	</xs:complexType>
	<xs:element name="AppForADJ">
		<xs:annotation>
			<xs:documentation>Application for Adjudication</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence>
				<xs:element name="HeaderSection" type="HeaderSection"/>
				<xs:element name="ApplicationSection" type="ApplicationSection">
					<xs:annotation>
						<xs:documentation>Information from the cover sheet.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="InjuredWorkerSection" type="InjuredWorkerInformation">
					<xs:annotation>
						<xs:documentation>Injured worker's name and address -- required</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="NonInjuredWorkerApplicantSection" type="NonInjuredWorkerApplicantInformation" minOccurs="0">
					<xs:annotation>
						<xs:documentation>If the applicant is NOT the injured worker complete this section.</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="EmployerSection">
					<xs:complexType>
						<xs:complexContent>
							<xs:extension base="EmployerInformation"/>
						</xs:complexContent>
					</xs:complexType>
				</xs:element>
				<xs:element name="InsuranceCarrierSection" type="CD:OrganizationInformation" minOccurs="0"/>
				<xs:element name="ClaimsAdminstratorSection" type="CD:OrganizationInformation" minOccurs="0"/>
				<xs:element name="ActualEarningsSection" type="ActualEarningsSection" minOccurs="0"/>
				<xs:element name="InjuryCausedDisabilitySection" type="InjuryCausedDisability" minOccurs="0"/>
				<xs:element name="CompensationSection" type="Compensation" minOccurs="0"/>
				<xs:element name="MedicalTreatmentSection" type="MedicalTreatmentSection" minOccurs="0"/>
				<xs:element name="OtherCaseNumbersSection" minOccurs="0">
					<xs:complexType>
						<xs:sequence>
							<xs:element name="CaseNumber" type="CF:caseNumber" minOccurs="0" maxOccurs="4"/>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="DisagreementRegardingLiabilitySection" type="DisagreementRegardingLiabilitySection" minOccurs="0"/>
				<xs:element name="ApplicantAttorneyOrRepSection" type="CD:AttorneyorRep" minOccurs="0"/>
				<xs:element name="SignatureSection" type="SignatureSection"/>
			</xs:sequence>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="ApplicationSection">
		<xs:annotation>
			<xs:documentation>Coversheet information</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="SocialSecurityNumber" type="FF:socialSecurityNumber" minOccurs="0"/>
			<xs:element name="AmendedApplication" type="CF:checkBox" fixed="false"/>
			<xs:element name="Venue" type="CD:VenueInformation"/>
			<xs:element name="DateOfBirth" type="CF:ptsDate">
				<xs:annotation>
					<xs:documentation>DOB of injured worker</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Occupation" type="FF:occupationText" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Injured worker's occupation at time of injury</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="InjuryInformation">
				<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:element name="InjuryOccuredAsFollows" minOccurs="0">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:minLength value="0"/>
						<xs:maxLength value="325"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ApplicantAttorneyOrRepSection">
		<xs:sequence>
			<xs:element name="ApplicantNotRepresented" type="CD:CheckBox"/>
			<xs:element name="AttorneyOrRep" minOccurs="0">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="AttorneyorAuthRepTypeCode" type="FF:attorneyorAuthRepTypeCode"/>
						<xs:element name="EmployerName" type="FF:employerName" minOccurs="0"/>
						<xs:element name="Name" type="CD:PersonName" minOccurs="0"/>
						<xs:element name="Address" type="CD:Address"/>
						<xs:element name="LawfirmNumber" type="FF:lawFirmNumber" minOccurs="0"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="ActualEarningsSection">
		<xs:sequence>
			<xs:element name="RegularEarnings" minOccurs="0">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="RateOfPay" type="FF:amount" minOccurs="0"/>
						<xs:element name="EarningsPayPeriod" type="earningsPayPeriod" minOccurs="0">
							<xs:annotation>
								<xs:documentation>M - Monthly, W - Weekly, H - Hourly</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="Tips" minOccurs="0">
				<xs:complexType>
					<xs:sequence>
						<xs:element name="ValueOfTips" type="FF:amount" minOccurs="0"/>
						<xs:element name="TipsPayPeriod" type="earningsPayPeriod" minOccurs="0">
							<xs:annotation>
								<xs:documentation>M - Monthly, W - Weekly, H - Hourly</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="HoursWorkedPerWeek" type="FF:amount" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="DisagreementRegardingLiabilitySection">
		<xs:sequence>
			<xs:element name="TemporaryDisabilityIndemnity" type="CD:CheckBox"/>
			<xs:element name="ReimbursementForMedicalExpense" type="CD:CheckBox"/>
			<xs:element name="MedicalTreatment" type="CD:CheckBox"/>
			<xs:element name="CompensationAtProperRate" type="CD:CheckBox"/>
			<xs:element name="PermanentDisabilityIndemnity" type="CD:CheckBox"/>
			<xs:element name="Rehabilitation" type="CD:CheckBox"/>
			<xs:element name="SupplementalJobDisplacement" type="CD:CheckBox"/>
			<xs:element name="OtherText" minOccurs="0">
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:maxLength value="20"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="EmployerInformation">
		<xs:sequence>
			<xs:element name="EmployerRoleTypeCode" type="FF:employerRoleTypeCode">
				<xs:annotation>
					<xs:documentation>I - Insured, S - Self-Insured, L -Legally Uninsured, U - Uninsured</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="EmployerName">
				<xs:simpleType>
					<xs:restriction base="FF:fullName">
						<xs:maxLength value="56"/>
						<xs:minLength value="2"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="Address" type="CD:Address"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="InjuredWorkerInformation">
		<xs:sequence>
			<xs:element name="Name" type="CD:PersonName"/>
			<xs:element name="Address">
				<xs:annotation>
					<xs:documentation>Address of the injured worker</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:group ref="CD:AddressGroup"/>
						<xs:choice>
							<xs:element name="AddressLine2" type="FF:addressLine" minOccurs="0"/>
							<xs:element name="International" type="FF:addressLine" minOccurs="0"/>
						</xs:choice>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="InjuryCausedDisability">
		<xs:sequence>
			<xs:element name="LastDayOffWorkDueToInjury" type="CF:ptsDate" minOccurs="0"/>
			<xs:element name="FirstPeriodOfDisability" type="CD:StartAndEndDate" minOccurs="0"/>
			<xs:element name="SecondPeriodOfDisability" type="CD:StartAndEndDate" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Compensation">
		<xs:sequence>
			<xs:element name="WasCompensationPaid" type="CD:CheckBox"/>
			<xs:element name="TotalPaid" type="FF:amount" minOccurs="0"/>
			<xs:element name="WeeklyRate" type="FF:amount" minOccurs="0"/>
			<xs:element name="DateOfLastPayment" type="CF:ptsDate" minOccurs="0"/>
			<xs:element name="WasUnemploymentReceived" type="CF:checkBox" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="MedicalTreatmentSection">
		<xs:sequence>
			<xs:element name="MedicalTreatmentWasReceived" type="CF:checkBox" minOccurs="0"/>
			<xs:element name="AllTreatmentWasFurnishedByInsuranceCarrierOrEmployer" type="CF:checkBox" minOccurs="0"/>
			<xs:element name="DateOfLastTreatment" type="CF:ptsDate" minOccurs="0"/>
			<xs:element name="OtherTreamentWasProvidedBy" type="FF:sftField" minOccurs="0"/>
			<xs:element name="DidMedi-CalPay" type="CF:checkBox" minOccurs="0"/>
			<xs:element name="NameOfDoctorHospitalClinic" type="FF:sftField" minOccurs="0" maxOccurs="2"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="NonInjuredWorkerApplicantInformation">
		<xs:sequence>
			<xs:element name="NonInjuredWorkerApplicantTypeCode" type="organizationTypeCode">
				<xs:annotation>
					<xs:documentation>I - Insurance Carrier, E - Employer, L -Lien Claimant</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="EmployerName">
				<xs:simpleType>
					<xs:restriction base="FF:fullName">
						<xs:maxLength value="56"/>
						<xs:minLength value="2"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="Address">
				<xs:complexType>
					<xs:sequence>
						<xs:group ref="CD:AddressGroup"/>
						<xs:element name="AddressLine2" type="FF:addressLine" minOccurs="0"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SignatureSection">
		<xs:sequence>
			<xs:element name="AttorneyRepSignature" minOccurs="0">
				<xs:simpleType>
					<xs:restriction base="FF:signature">
						<xs:minLength value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="ApplicantSignature" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Limited to 40 characters</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="FF:signature">
						<xs:minLength value="1"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="SignedAtCity" type="FF:city" minOccurs="0"/>
			<xs:element name="DateOfSignature">
				<xs:simpleType>
					<xs:restriction base="CF:ptsDate"/>
				</xs:simpleType>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="Employer">
		<xs:sequence>
			<xs:element name="EmployerNameAndAddress" type="CD:OrganizationInformation"/>
		</xs:sequence>
	</xs:complexType>
</xs:schema>
