<?xml version="1.0"?>
<xsd:schema targetNamespace="http://ns.hr-xml.org/2006-02-28" xmlns="http://ns.hr-xml.org/2006-02-28" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:oa="http://www.openapplications.org/oagis" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" elementFormDefault="qualified" version="2006-02-28">
	<xsd:annotation>
		<xsd:documentation>"Copyright  The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org"

Terms of license can be found in license.txt.
</xsd:documentation>
		<xsd:documentation>Stand alone (but non-normative) version of schema, with all "includes" inserted explicitly.  This file is auto-generated.  It should be considered a "convenience" alternative to the normative versions.</xsd:documentation>
		<xsd:documentation>After merging all includes, the result is passed through a stylesheet which deletes any duplicative global components as well as any unused global types.  Finally, it sorts by component name.</xsd:documentation>
	</xsd:annotation>
	<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
	<xsd:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema.xsd"/>
	<xsd:import namespace="http://purl.org/dc/elements/1.1/" schemaLocation="simpledc20021212.xsd"/>
	<xsd:simpleType name="AcademicCreditCodeType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="A">
				<xsd:annotation>
					<xsd:documentation>Adult Credits</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="C">
				<xsd:annotation>
					<xsd:documentation>Continuing Education Unit</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="G">
				<xsd:annotation>
					<xsd:documentation>Carnegie Units</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="N">
				<xsd:annotation>
					<xsd:documentation>No Credit</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Q">
				<xsd:annotation>
					<xsd:documentation>Quarter Hour Credit</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="S">
				<xsd:annotation>
					<xsd:documentation>Semester Hour Credit</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="U">
				<xsd:annotation>
					<xsd:documentation>Units</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="V">
				<xsd:annotation>
					<xsd:documentation>Vocational Credits</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="X">
				<xsd:annotation>
					<xsd:documentation>Other Type of Credit</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="AccessCredentialTypeType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="UserName"/>
			<xsd:enumeration value="Password"/>
			<xsd:enumeration value="Token"/>
			<xsd:enumeration value="Account"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="AccidentDamageType">
		<xsd:union memberTypes="AccidentDamageTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="AccidentDamageTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Personal"/>
			<xsd:enumeration value="Property"/>
			<xsd:enumeration value="Both"/>
			<xsd:enumeration value="Other"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="AccountOwnershipTypeQualifiers">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="AuthorizedUser"/>
			<xsd:enumeration value="Comaker"/>
			<xsd:enumeration value="Individual"/>
			<xsd:enumeration value="JointContractualLiability"/>
			<xsd:enumeration value="JointParticipating"/>
			<xsd:enumeration value="Maker"/>
			<xsd:enumeration value="OnBehalfOf"/>
			<xsd:enumeration value="Terminated"/>
			<xsd:enumeration value="Undesignated"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="AccountOwnershipTypes">
		<xsd:union memberTypes="AccountOwnershipTypeQualifiers xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="AccountStatusQualifiers">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Closed"/>
			<xsd:enumeration value="Frozen"/>
			<xsd:enumeration value="Open"/>
			<xsd:enumeration value="Paid"/>
			<xsd:enumeration value="Refinanced"/>
			<xsd:enumeration value="Transferred"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="AccountStatusTypes">
		<xsd:union memberTypes="AccountStatusQualifiers xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="AccountTypeQualifiers">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="CreditLine"/>
			<xsd:enumeration value="Installment"/>
			<xsd:enumeration value="Mortgage"/>
			<xsd:enumeration value="Open"/>
			<xsd:enumeration value="Revolving"/>
			<xsd:enumeration value="Unknown"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="AccountTypeTypes">
		<xsd:union memberTypes="AccountTypeQualifiers xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="AgencyReferenceQualifiers">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="DOC"/>
			<xsd:enumeration value="FBI"/>
			<xsd:enumeration value="Case"/>
			<xsd:enumeration value="Docket"/>
			<xsd:enumeration value="StateId"/>
			<xsd:enumeration value="LocalId"/>
			<xsd:enumeration value="Citation"/>
			<xsd:enumeration value="NotApplicable"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="AgencyReferenceQualifierType">
		<xsd:union memberTypes="AgencyReferenceQualifiers xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="AlertSourceTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="EquifaxSAFESCAN"/>
			<xsd:enumeration value="EquifaxSSNVerified"/>
			<xsd:enumeration value="ExperianFACSPlus"/>
			<xsd:enumeration value="TransUnionHAWKAlert"/>
			<xsd:enumeration value="TransUnionTransAlert"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="AnyDateTimeNaType">
		<xsd:union memberTypes="LocalDateType DateType LocalDateTimeType DateTimeType NotApplicableLiteral"/>
	</xsd:simpleType>
	<xsd:simpleType name="AnyDateTimeNkNaType">
		<xsd:union memberTypes="LocalDateType DateType LocalDateTimeType DateTimeType NotKnownLiteral NotApplicableLiteral"/>
	</xsd:simpleType>
	<xsd:simpleType name="AnyDateTimeType">
		<xsd:union memberTypes="LocalDateType DateType LocalDateTimeType DateTimeType"/>
	</xsd:simpleType>
	<xsd:simpleType name="AnyLocalDateYearMonthDayType">
		<xsd:restriction base="xsd:date"/>
	</xsd:simpleType>
	<xsd:simpleType name="AnyLocalDateYearMonthType">
		<xsd:restriction base="xsd:gYearMonth"/>
	</xsd:simpleType>
	<xsd:simpleType name="AnyLocalDateYearType">
		<xsd:restriction base="xsd:gYear"/>
	</xsd:simpleType>
	<xsd:simpleType name="AnyLocalYearMonthDateNkNaType">
		<xsd:union memberTypes="NotKnownLiteral NotApplicableLiteral AnyLocalDateYearMonthDayType AnyLocalDateYearMonthType AnyLocalDateYearType"/>
	</xsd:simpleType>
	<xsd:simpleType name="AreaTypeType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="municipality"/>
			<xsd:enumeration value="postalcode"/>
			<xsd:enumeration value="countrycode"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="AssessmentDeliveryTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="online"/>
			<xsd:enumeration value="telephone"/>
			<xsd:enumeration value="mail"/>
			<xsd:enumeration value="fax"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="AssessmentResultTypes">
		<xsd:union memberTypes="AssessmentResultTypeTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="AssessmentResultTypeTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="percentile"/>
			<xsd:enumeration value="raw score"/>
			<xsd:enumeration value="other"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="AssociationTypeType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Professional"/>
			<xsd:enumeration value="Social"/>
			<xsd:enumeration value="Community"/>
			<xsd:enumeration value="Non-Profit"/>
			<xsd:enumeration value="Religious"/>
			<xsd:enumeration value="Political"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BankruptcyFilingMethodQualifiers">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Individual"/>
			<xsd:enumeration value="Joint"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BankruptcyFilingMethodType">
		<xsd:union memberTypes="BankruptcyFilingMethodQualifiers xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="BankruptcyTypeQualifiers">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Business"/>
			<xsd:enumeration value="Individual"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BankruptcyTypeType">
		<xsd:union memberTypes="BankruptcyTypeQualifiers xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="BasicExpatriateBenefitTypeTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Relocation Package"/>
			<xsd:enumeration value="School Fees"/>
			<xsd:enumeration value="Vehicle"/>
			<xsd:enumeration value="Professional Service Fees"/>
			<xsd:enumeration value="Language Instruction"/>
			<xsd:enumeration value="Club Membership"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BasicFrequencyType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Hourly"/>
			<xsd:enumeration value="Daily"/>
			<xsd:enumeration value="Weekly"/>
			<xsd:enumeration value="Bi-Weekly"/>
			<xsd:enumeration value="Semi-Monthly"/>
			<xsd:enumeration value="Monthly"/>
			<xsd:enumeration value="Month-Week-1"/>
			<xsd:enumeration value="Month-Week-2"/>
			<xsd:enumeration value="Month-Week-3"/>
			<xsd:enumeration value="Month-Week-4"/>
			<xsd:enumeration value="Month-Week-5"/>
			<xsd:enumeration value="Month-Week-Last"/>
			<xsd:enumeration value="Bi-Monthly"/>
			<xsd:enumeration value="Quarterly"/>
			<xsd:enumeration value="Semi-Annually"/>
			<xsd:enumeration value="Annually"/>
			<xsd:enumeration value="Once"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BasicHierarchicalRoleType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Functional"/>
			<xsd:enumeration value="Logical"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BasicHoursTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Regular"/>
			<xsd:enumeration value="Overtime"/>
			<xsd:enumeration value="TimeHalf"/>
			<xsd:enumeration value="DoubleTime"/>
			<xsd:enumeration value="Special"/>
			<xsd:enumeration value="Premium"/>
			<xsd:enumeration value="Per Diem"/>
			<xsd:enumeration value="On Call"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BasicInsuranceTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Medical"/>
			<xsd:enumeration value="Dental"/>
			<xsd:enumeration value="Vision"/>
			<xsd:enumeration value="Life"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BasicOrganizationalUnitRelationshipType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Child"/>
			<xsd:enumeration value="Sibling"/>
			<xsd:enumeration value="Parent"/>
			<xsd:enumeration value="Ultimate Parent"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BasicOrganizationalUnitStructureType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Reporting"/>
			<xsd:enumeration value="Legal"/>
			<xsd:enumeration value="Fiduciary"/>
			<xsd:enumeration value="Structural"/>
			<xsd:enumeration value="Project"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BasicOrganizationContactPurposeType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Headquarters"/>
			<xsd:enumeration value="Sales"/>
			<xsd:enumeration value="Support"/>
			<xsd:enumeration value="Billing"/>
			<xsd:enumeration value="Legal"/>
			<xsd:enumeration value="Human Resources"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BasicOrganizationLegalOwnershipType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Public"/>
			<xsd:enumeration value="Private"/>
			<xsd:enumeration value="Government"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BasicOrganizationRelationshipType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Child"/>
			<xsd:enumeration value="Parent"/>
			<xsd:enumeration value="Ultimate Parent"/>
			<xsd:enumeration value="Domestic Parent"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BasicOtherPayTypeTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Bonus"/>
			<xsd:enumeration value="Commission"/>
			<xsd:enumeration value="Incentive"/>
			<xsd:enumeration value="Sliding Commission"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BasicPositionClassification">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Direct Hire"/>
			<xsd:enumeration value="Temp to Hire"/>
			<xsd:enumeration value="Contract to Hire"/>
			<xsd:enumeration value="Contract"/>
			<xsd:enumeration value="Temporary"/>
			<xsd:enumeration value="Volunteer"/>
			<xsd:enumeration value="Internship"/>
			<xsd:enumeration value="Apprenticeship"/>
			<xsd:enumeration value="On Call"/>
			<xsd:enumeration value="Remote"/>
			<xsd:enumeration value="Any"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BasicReferenceType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Professional"/>
			<xsd:enumeration value="Personal"/>
			<xsd:enumeration value="Verification"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BasicScaleTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Global"/>
			<xsd:enumeration value="National"/>
			<xsd:enumeration value="Regional"/>
			<xsd:enumeration value="Local"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BasicScheduleTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Full Time"/>
			<xsd:enumeration value="Part Time"/>
			<xsd:enumeration value="Flex Time"/>
			<xsd:enumeration value="Seasonal"/>
			<xsd:enumeration value="Any"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BasicShiftPeriodTypes">
		<xsd:annotation>
			<xsd:documentation>1 = Monday, 2 = Tuesday, 3 = Wednesday, 4 = Thursday, 5 = Friday, 6 = Saturday, 7 = Sunday</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="On Call"/>
			<xsd:enumeration value="Annual"/>
			<xsd:enumeration value="Rostered"/>
			<xsd:enumeration value="Variable"/>
			<xsd:enumeration value="Monthly"/>
			<xsd:enumeration value="Weekly"/>
			<xsd:enumeration value="Daily"/>
			<xsd:enumeration value="1"/>
			<xsd:enumeration value="2"/>
			<xsd:enumeration value="3"/>
			<xsd:enumeration value="4"/>
			<xsd:enumeration value="5"/>
			<xsd:enumeration value="6"/>
			<xsd:enumeration value="7"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BasicStatusType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Active"/>
			<xsd:enumeration value="Inactive"/>
			<xsd:enumeration value="Pending"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BasicTimeOffTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="PaidHoliday"/>
			<xsd:enumeration value="UnpaidHoliday"/>
			<xsd:enumeration value="PaidVacation"/>
			<xsd:enumeration value="PaidLeave"/>
			<xsd:enumeration value="UnpaidLeave"/>
			<xsd:enumeration value="PersonalDays"/>
			<xsd:enumeration value="HealthDays"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BasicWorkStyleTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Independent"/>
			<xsd:enumeration value="Team"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ChargeQualifiers">
		<xsd:union memberTypes="ChargeType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ChargeType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="felony"/>
			<xsd:enumeration value="forfeiture"/>
			<xsd:enumeration value="infraction"/>
			<xsd:enumeration value="misdemeanor"/>
			<xsd:enumeration value="pettyOffence"/>
			<xsd:enumeration value="summary"/>
			<xsd:enumeration value="traffic"/>
			<xsd:enumeration value="violation"/>
			<xsd:enumeration value="capias"/>
			<xsd:enumeration value="showCause"/>
			<xsd:enumeration value="ordinanceViolation"/>
			<xsd:enumeration value="sealed"/>
			<xsd:enumeration value="felonyReducedToMisdemeanor"/>
			<xsd:enumeration value="misdemeanorReducedToViolation"/>
			<xsd:enumeration value="unknown"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CommentSourceTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Borrower"/>
			<xsd:enumeration value="CreditBureau"/>
			<xsd:enumeration value="Equifax"/>
			<xsd:enumeration value="Experian"/>
			<xsd:enumeration value="Lender"/>
			<xsd:enumeration value="RepositoryBureau"/>
			<xsd:enumeration value="TransUnion"/>
			<xsd:enumeration value="Unknown"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CompetencyWeightType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="levelOfInterest"/>
			<xsd:enumeration value="skillLevel"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="contactMethodLocationPatternExtensionType">
		<xsd:union memberTypes="contactMethodLocationType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="contactMethodLocationType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="office"/>
			<xsd:enumeration value="vehicle"/>
			<xsd:enumeration value="onPerson"/>
			<xsd:enumeration value="home"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ContactMethodPrecedenceEnumType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Primary"/>
			<xsd:enumeration value="Secondary"/>
			<xsd:enumeration value="Tertiary"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="contactMethodUsePatternExtensionType">
		<xsd:union memberTypes="contactMethodUseType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="contactMethodUseType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="business"/>
			<xsd:enumeration value="businessDirect"/>
			<xsd:enumeration value="personal"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="contactMethodWhenAvailableType">
		<xsd:restriction base="xsd:string"/>
	</xsd:simpleType>
	<xsd:simpleType name="contactTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="recruiter"/>
			<xsd:enumeration value="HRRep"/>
			<xsd:enumeration value="directSupervisor"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ContactTypeStringExtensionType">
		<xsd:union memberTypes="contactTypes xsd:string"/>
	</xsd:simpleType>
	<xsd:simpleType name="CountryCodeType">
		<xsd:annotation>
			<xsd:documentation>Must conform to ISO 3166 Representation of Countries.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="[A-Z][A-Z]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CourseLevelCodeType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="1">
				<xsd:annotation>
					<xsd:documentation>Remedial</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="2">
				<xsd:annotation>
					<xsd:documentation>Basic</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="3">
				<xsd:annotation>
					<xsd:documentation>Teacher's Aide</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="4">
				<xsd:annotation>
					<xsd:documentation>General</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="5">
				<xsd:annotation>
					<xsd:documentation>Applied</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="6">
				<xsd:annotation>
					<xsd:documentation>Survey</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="7">
				<xsd:annotation>
					<xsd:documentation>Regular</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="8">
				<xsd:annotation>
					<xsd:documentation>Specialized Topics</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="9">
				<xsd:annotation>
					<xsd:documentation>Advanced</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="10">
				<xsd:annotation>
					<xsd:documentation>Honors</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="11">
				<xsd:annotation>
					<xsd:documentation>Gifted and Talented</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="12">
				<xsd:annotation>
					<xsd:documentation>Advanced Placement</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="13">
				<xsd:annotation>
					<xsd:documentation>Special Education</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="14">
				<xsd:annotation>
					<xsd:documentation>Vocational Education</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="15">
				<xsd:annotation>
					<xsd:documentation>Independent Study</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="16">
				<xsd:annotation>
					<xsd:documentation>Work Experience</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="17">
				<xsd:annotation>
					<xsd:documentation>Adult Basic</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="18">
				<xsd:annotation>
					<xsd:documentation>Adult Secondary</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="19">
				<xsd:annotation>
					<xsd:documentation>International Baccalaureate</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="A">
				<xsd:annotation>
					<xsd:documentation>Summary of all courses taken at all institutions</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AR">
				<xsd:annotation>
					<xsd:documentation>Academic Renewal</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="B">
				<xsd:annotation>
					<xsd:documentation>Summary of all courses taken at sending institution</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="D">
				<xsd:annotation>
					<xsd:documentation>Dual Level (Upper Division and Graduate)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="DL">
				<xsd:annotation>
					<xsd:documentation>Dual Level (Graduate and Professional)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="E">
				<xsd:annotation>
					<xsd:documentation>Summary of All Courses Taken at All Institutions, excluding Repeated and/or Forgiven Courses</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="F">
				<xsd:annotation>
					<xsd:documentation>Summary of All Courses Taken at the Sending Institution, Excluding Repeated and/or Forgiven Courses</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="G">
				<xsd:annotation>
					<xsd:documentation>Graduate (postsecondary)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="H">
				<xsd:annotation>
					<xsd:documentation>Higher or Upper division (postsecondary)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="I">
				<xsd:annotation>
					<xsd:documentation>Institutional Credit</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="L">
				<xsd:annotation>
					<xsd:documentation>Lower division (postsecondary)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="M">
				<xsd:annotation>
					<xsd:documentation>Work in the Major or Program</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="P">
				<xsd:annotation>
					<xsd:documentation>Professional</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="R">
				<xsd:annotation>
					<xsd:documentation>Remedial (postsecondary)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="T">
				<xsd:annotation>
					<xsd:documentation>Summary of Transfer Work Only</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="U">
				<xsd:annotation>
					<xsd:documentation>Undergraduate (postsecondary)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="V">
				<xsd:annotation>
					<xsd:documentation>Summary of Transfer Work Only, Excluding Repeated and/or Forgiven Courses</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CourtJurisdictionQualifiers">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="country"/>
			<xsd:enumeration value="regional"/>
			<xsd:enumeration value="federal"/>
			<xsd:enumeration value="county"/>
			<xsd:enumeration value="city"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CourtJurisdictionType">
		<xsd:union memberTypes="CourtJurisdictionQualifiers xsd:string"/>
	</xsd:simpleType>
	<xsd:simpleType name="CourtTypeQualifiers">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="felony"/>
			<xsd:enumeration value="misdemeanor"/>
			<xsd:enumeration value="felonyMisdemeanor"/>
			<xsd:enumeration value="civil"/>
			<xsd:enumeration value="civilUpper"/>
			<xsd:enumeration value="civilLower"/>
			<xsd:enumeration value="ucc"/>
			<xsd:enumeration value="bankruptcy"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CourtTypes">
		<xsd:union memberTypes="CourtTypeQualifiers xsd:string"/>
	</xsd:simpleType>
	<xsd:simpleType name="CreditBusinessTypeQualifiers">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Advertising"/>
			<xsd:enumeration value="Automotive"/>
			<xsd:enumeration value="Banking"/>
			<xsd:enumeration value="Clothing"/>
			<xsd:enumeration value="CollectionServices"/>
			<xsd:enumeration value="Contractors"/>
			<xsd:enumeration value="CreditCard"/>
			<xsd:enumeration value="DepartmentAndMailOrder"/>
			<xsd:enumeration value="Employment"/>
			<xsd:enumeration value="FarmAndGardenSupplies"/>
			<xsd:enumeration value="Finance"/>
			<xsd:enumeration value="Government"/>
			<xsd:enumeration value="Grocery"/>
			<xsd:enumeration value="HomeFurnishing"/>
			<xsd:enumeration value="Insurance"/>
			<xsd:enumeration value="JewelryAndCamera"/>
			<xsd:enumeration value="LumberAndHardware"/>
			<xsd:enumeration value="MedicalAndHealth"/>
			<xsd:enumeration value="MiscellaneousAndPublicRecord"/>
			<xsd:enumeration value="OilAndNationalCreditCards"/>
			<xsd:enumeration value="PersonalServicesNotMedical"/>
			<xsd:enumeration value="RealEstateAndPublicAccommodation"/>
			<xsd:enumeration value="SportingGoods"/>
			<xsd:enumeration value="UtilitiesAndFuel"/>
			<xsd:enumeration value="Wholesale"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CreditConsumerReferralTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Equifax"/>
			<xsd:enumeration value="Experian"/>
			<xsd:enumeration value="File"/>
			<xsd:enumeration value="TransUnion"/>
			<xsd:enumeration value="Vendor"/>
			<xsd:enumeration value="Other"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CreditConsumerReferralTypeType">
		<xsd:union memberTypes="CreditConsumerReferralTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="CreditDispositionQualifiers">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Adjudicated"/>
			<xsd:enumeration value="Appealed"/>
			<xsd:enumeration value="Cancelled"/>
			<xsd:enumeration value="Completed"/>
			<xsd:enumeration value="Converted"/>
			<xsd:enumeration value="Discharged"/>
			<xsd:enumeration value="Dismissed"/>
			<xsd:enumeration value="Distributed"/>
			<xsd:enumeration value="Filed"/>
			<xsd:enumeration value="Granted"/>
			<xsd:enumeration value="InvoluntarilyDischarged"/>
			<xsd:enumeration value="Nonadjudicated"/>
			<xsd:enumeration value="Other"/>
			<xsd:enumeration value="Paid"/>
			<xsd:enumeration value="PaidNotSatisfied"/>
			<xsd:enumeration value="Pending"/>
			<xsd:enumeration value="RealEstateSold"/>
			<xsd:enumeration value="Released"/>
			<xsd:enumeration value="Rescinded"/>
			<xsd:enumeration value="Satisfied"/>
			<xsd:enumeration value="Settled"/>
			<xsd:enumeration value="Unknown"/>
			<xsd:enumeration value="Unreleased"/>
			<xsd:enumeration value="Unsatisfied"/>
			<xsd:enumeration value="Vacated"/>
			<xsd:enumeration value="VoluntarilyDischarged"/>
			<xsd:enumeration value="Withdrawn"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CreditDispositionType">
		<xsd:union memberTypes="CreditDispositionTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="CreditDispositionTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Adjudicated"/>
			<xsd:enumeration value="Appealed"/>
			<xsd:enumeration value="Cancelled"/>
			<xsd:enumeration value="Completed"/>
			<xsd:enumeration value="Converted"/>
			<xsd:enumeration value="Discharged"/>
			<xsd:enumeration value="Dismissed"/>
			<xsd:enumeration value="Distributed"/>
			<xsd:enumeration value="Filed"/>
			<xsd:enumeration value="Granted"/>
			<xsd:enumeration value="InvoluntarilyDischarged"/>
			<xsd:enumeration value="Nonadjudicated"/>
			<xsd:enumeration value="Other"/>
			<xsd:enumeration value="Paid"/>
			<xsd:enumeration value="PaidNotSatisfied"/>
			<xsd:enumeration value="Pending"/>
			<xsd:enumeration value="RealEstateSold"/>
			<xsd:enumeration value="Released"/>
			<xsd:enumeration value="Rescinded"/>
			<xsd:enumeration value="Satisfied"/>
			<xsd:enumeration value="Settled"/>
			<xsd:enumeration value="Unknown"/>
			<xsd:enumeration value="Unreleased"/>
			<xsd:enumeration value="Unsatisfied"/>
			<xsd:enumeration value="Vacated"/>
			<xsd:enumeration value="VoluntarilyDischarged"/>
			<xsd:enumeration value="Withdrawn"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CreditLoanTypeQualifiers">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Agriculture"/>
			<xsd:enumeration value="Airplane"/>
			<xsd:enumeration value="ApplianceOrFurniture"/>
			<xsd:enumeration value="AttorneyFees"/>
			<xsd:enumeration value="AutoLease"/>
			<xsd:enumeration value="AutoLoanEquityTransfer"/>
			<xsd:enumeration value="Automobile"/>
			<xsd:enumeration value="AutoRefinance"/>
			<xsd:enumeration value="Boat"/>
			<xsd:enumeration value="Business"/>
			<xsd:enumeration value="BusinessCreditCard"/>
			<xsd:enumeration value="ChargeAccount"/>
			<xsd:enumeration value="CheckCreditOrLineOfCredit"/>
			<xsd:enumeration value="ChildSupport"/>
			<xsd:enumeration value="Collection"/>
			<xsd:enumeration value="CollectionAttorney"/>
			<xsd:enumeration value="Comaker"/>
			<xsd:enumeration value="CombinedCreditPlan"/>
			<xsd:enumeration value="CommercialCreditObligation"/>
			<xsd:enumeration value="CommercialLineOfCredit"/>
			<xsd:enumeration value="CommercialMortgage"/>
			<xsd:enumeration value="ConditionalSalesContract"/>
			<xsd:enumeration value="Consolidation"/>
			<xsd:enumeration value="ConventionalRealEstateMortgage"/>
			<xsd:enumeration value="CreditCard"/>
			<xsd:enumeration value="CreditLineSecured"/>
			<xsd:enumeration value="DebitCard"/>
			<xsd:enumeration value="DebtCounselingService"/>
			<xsd:enumeration value="DepositRelated"/>
			<xsd:enumeration value="Educational"/>
			<xsd:enumeration value="Employment"/>
			<xsd:enumeration value="FactoringCompanyAccount"/>
			<xsd:enumeration value="FamilySupport"/>
			<xsd:enumeration value="FarmersHomeAdministrationFHMA"/>
			<xsd:enumeration value="FederalConsolidatedLoan"/>
			<xsd:enumeration value="FHAComakerNotBorrower"/>
			<xsd:enumeration value="FHAHomeImprovement"/>
			<xsd:enumeration value="FHARealEstateMortgage"/>
			<xsd:enumeration value="FinanceStatement"/>
			<xsd:enumeration value="GovernmentBenefit"/>
			<xsd:enumeration value="GovernmentEmployeeAdvance"/>
			<xsd:enumeration value="GovernmentFeeForService"/>
			<xsd:enumeration value="GovernmentFine"/>
			<xsd:enumeration value="GovernmentGrant"/>
			<xsd:enumeration value="GovernmentMiscellaneousDebt"/>
			<xsd:enumeration value="GovernmentOverpayment"/>
			<xsd:enumeration value="GovernmentSecuredDirectLoan"/>
			<xsd:enumeration value="GovernmentSecuredGuaranteeLoan"/>
			<xsd:enumeration value="GovernmentUnsecuredDirectLoan"/>
			<xsd:enumeration value="GovernmentUnsecuredGuaranteeLoan"/>
			<xsd:enumeration value="HomeEquityLineOfCredit"/>
			<xsd:enumeration value="HomeImprovement"/>
			<xsd:enumeration value="HouseholdGoods"/>
			<xsd:enumeration value="HouseholdGoodsAndOtherCollateralAuto"/>
			<xsd:enumeration value="HouseholdGoodsSecured"/>
			<xsd:enumeration value="InstallmentLoan"/>
			<xsd:enumeration value="InstallmentSalesContract"/>
			<xsd:enumeration value="InsuranceClaims"/>
			<xsd:enumeration value="Lease"/>
			<xsd:enumeration value="LenderPlacedInsurance"/>
			<xsd:enumeration value="ManualMortgage"/>
			<xsd:enumeration value="MedicalDebt"/>
			<xsd:enumeration value="MobileHome"/>
			<xsd:enumeration value="Mortgage"/>
			<xsd:enumeration value="NoteLoan"/>
			<xsd:enumeration value="NoteLoanWithComaker"/>
			<xsd:enumeration value="Other"/>
			<xsd:enumeration value="PartiallySecured"/>
			<xsd:enumeration value="PersonalLoan"/>
			<xsd:enumeration value="RealEstateJuniorLiens"/>
			<xsd:enumeration value="RealEstateLoanEquityTransfer"/>
			<xsd:enumeration value="RealEstateMortgageWithoutOtherCollateral"/>
			<xsd:enumeration value="RealEstateSpecificTypeUnknown"/>
			<xsd:enumeration value="Recreational"/>
			<xsd:enumeration value="RecreationalVehicle"/>
			<xsd:enumeration value="Refinance"/>
			<xsd:enumeration value="RefundAnticipationLoan"/>
			<xsd:enumeration value="RentalAgreement"/>
			<xsd:enumeration value="ResidentialLoan"/>
			<xsd:enumeration value="ReturnedCheck"/>
			<xsd:enumeration value="RevolvingBusinessLines"/>
			<xsd:enumeration value="Secured"/>
			<xsd:enumeration value="SecuredByCosigner"/>
			<xsd:enumeration value="SecuredCreditCard"/>
			<xsd:enumeration value="SecuredHomeImprovement"/>
			<xsd:enumeration value="SinglePaymentLoan"/>
			<xsd:enumeration value="SpouseSupport"/>
			<xsd:enumeration value="SummaryOfAccountsWithSameStatus"/>
			<xsd:enumeration value="TimeSharedLoan"/>
			<xsd:enumeration value="Title1Loan"/>
			<xsd:enumeration value="UnknownLoanType"/>
			<xsd:enumeration value="Unsecured"/>
			<xsd:enumeration value="VeteransAdministrationLoan"/>
			<xsd:enumeration value="VeteransAdministrationRealEstateMortgage"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CreditLoanTypeTypes">
		<xsd:union memberTypes="CreditLoanTypeQualifiers xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="CriminalDispositionTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Acquitted"/>
			<xsd:enumeration value="AdjournedToX"/>
			<xsd:enumeration value="AdjudicatedGuilty"/>
			<xsd:enumeration value="AdjudicationWithheld"/>
			<xsd:enumeration value="ArdProgram"/>
			<xsd:enumeration value="Bail/BondForfeiture"/>
			<xsd:enumeration value="ConditionalDischarge"/>
			<xsd:enumeration value="ConsentDecreeJuvenile"/>
			<xsd:enumeration value="Convicted"/>
			<xsd:enumeration value="DeadDocket"/>
			<xsd:enumeration value="DeferredJudgment"/>
			<xsd:enumeration value="Dismissed"/>
			<xsd:enumeration value="DisposedByWaiver"/>
			<xsd:enumeration value="Dropped"/>
			<xsd:enumeration value="FugitiveFile"/>
			<xsd:enumeration value="Guilty"/>
			<xsd:enumeration value="GuiltyInAbsentia"/>
			<xsd:enumeration value="Ignored"/>
			<xsd:enumeration value="Infraction"/>
			<xsd:enumeration value="LetterOfRealeaseFiled"/>
			<xsd:enumeration value="MisdInterventionProgram"/>
			<xsd:enumeration value="NoAction"/>
			<xsd:enumeration value="NoBilled"/>
			<xsd:enumeration value="NoFindingOfGuilt"/>
			<xsd:enumeration value="NonformationFiled"/>
			<xsd:enumeration value="NoPapered"/>
			<xsd:enumeration value="NolleProsse"/>
			<xsd:enumeration value="NoloContendre"/>
			<xsd:enumeration value="NonAdjudicationOfGuilt"/>
			<xsd:enumeration value="NotGuilty"/>
			<xsd:enumeration value="OrderForArrest"/>
			<xsd:enumeration value="Other"/>
			<xsd:enumeration value="Pending"/>
			<xsd:enumeration value="PledGuilty"/>
			<xsd:enumeration value="PledNolloContendre"/>
			<xsd:enumeration value="PrayerForJudgement"/>
			<xsd:enumeration value="PerePaid"/>
			<xsd:enumeration value="PreTrialIntervention"/>
			<xsd:enumeration value="ProcessOther"/>
			<xsd:enumeration value="Remanded"/>
			<xsd:enumeration value="Responsible"/>
			<xsd:enumeration value="StrickenOffLeave"/>
			<xsd:enumeration value="StetDocket"/>
			<xsd:enumeration value="TransferredToCaseNumber"/>
			<xsd:enumeration value="TransferredToGrandJury"/>
			<xsd:enumeration value="WaivedPledGuilty"/>
			<xsd:enumeration value="Waiver"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CurrencyCodeType">
		<xsd:annotation>
			<xsd:documentation>Must conform to ISO 4217 - Representation of Currency and Funds</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="[A-Z][A-Z][A-Z]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DateTimeType">
		<xsd:restriction base="xsd:dateTime">
			<xsd:pattern value="\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d(Z|(\+|-)\d\d:\d\d)"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DateType">
		<xsd:restriction base="xsd:date">
			<xsd:pattern value="\d\d\d\d-\d\d-\d\d(Z|(\+|-)\d\d:\d\d)"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DefendantType">
		<xsd:union memberTypes="DefendantTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="DefendantTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Primary"/>
			<xsd:enumeration value="Additional"/>
			<xsd:enumeration value="Garnishee"/>
			<xsd:enumeration value="CrossParty"/>
			<xsd:enumeration value="CounterParty"/>
			<xsd:enumeration value="ThirdParty"/>
			<xsd:enumeration value="Intervention"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DeferredLoanTermsType">
		<xsd:union memberTypes="ExperianLoanTermsTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="degreeCodeTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="B17">
				<xsd:annotation>
					<xsd:documentation>Did not complete secondary school</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="B18">
				<xsd:annotation>
					<xsd:documentation>Standard high school diploma</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="B19">
				<xsd:annotation>
					<xsd:documentation>Advanced or honors diploma</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="B20">
				<xsd:annotation>
					<xsd:documentation>Vocational diploma</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="B21">
				<xsd:annotation>
					<xsd:documentation>Special education diploma</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="B22">
				<xsd:annotation>
					<xsd:documentation>Certificate of completion or attendance</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="B23">
				<xsd:annotation>
					<xsd:documentation>Special certificate of completion</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="B24">
				<xsd:annotation>
					<xsd:documentation>General Education Development Diploma (GED)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="B25">
				<xsd:annotation>
					<xsd:documentation>Other high school equivalency diploma</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="B26">
				<xsd:annotation>
					<xsd:documentation>International diploma or certificate (such as International Baccalaureate)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="degreeTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="secondary"/>
			<xsd:enumeration value="high school or equivalent"/>
			<xsd:enumeration value="some high school or equivalent"/>
			<xsd:enumeration value="HND/HNC or equivalent"/>
			<xsd:enumeration value="vocational"/>
			<xsd:enumeration value="certification"/>
			<xsd:enumeration value="some college"/>
			<xsd:enumeration value="associates"/>
			<xsd:enumeration value="bachelors"/>
			<xsd:enumeration value="some post-graduate"/>
			<xsd:enumeration value="masters"/>
			<xsd:enumeration value="doctorate"/>
			<xsd:enumeration value="postdoctorate"/>
			<xsd:enumeration value="professional"/>
			<xsd:enumeration value="postprofessional"/>
			<xsd:enumeration value="intermediategraduate"/>
			<xsd:enumeration value="specialeducation"/>
			<xsd:enumeration value="ged"/>
			<xsd:enumeration value="international"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DegreeTypeStringExtensionType">
		<xsd:union memberTypes="degreeTypes degreeCodeTypes graduationCodeTypes xsd:string"/>
	</xsd:simpleType>
	<xsd:simpleType name="DispositionType">
		<xsd:union memberTypes="CriminalDispositionTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="DocumentationTypes">
		<xsd:union memberTypes="DocumentationTypeType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="DocumentationTypeType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="distribution"/>
			<xsd:enumeration value="letter"/>
			<xsd:enumeration value="request"/>
			<xsd:enumeration value="release"/>
			<xsd:enumeration value="resume"/>
			<xsd:enumeration value="result"/>
			<xsd:enumeration value="results"/>
			<xsd:enumeration value="order"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DressCodeContentType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Professional"/>
			<xsd:enumeration value="Business"/>
			<xsd:enumeration value="Business Casual"/>
			<xsd:enumeration value="Uniform"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DressCodeContentTypes">
		<xsd:union memberTypes="DressCodeContentType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="DrugTestResultType">
		<xsd:union memberTypes="DrugTestResultTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="DrugTestResultTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Positive"/>
			<xsd:enumeration value="PositiveDilute"/>
			<xsd:enumeration value="Negative"/>
			<xsd:enumeration value="NegativeDilute"/>
			<xsd:enumeration value="Rejected"/>
			<xsd:enumeration value="Adulterated"/>
			<xsd:enumeration value="Substituted"/>
			<xsd:enumeration value="Invalid"/>
			<xsd:enumeration value="Dilute"/>
			<xsd:enumeration value="Cancelled"/>
			<xsd:enumeration value="Refused"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DunsNumberBaseType">
		<xsd:restriction base="xsd:integer">
			<xsd:pattern value="\d{9}"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="EEOCJobCategoryEnumType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Officials and Managers"/>
			<xsd:enumeration value="Professionals"/>
			<xsd:enumeration value=" Technicians"/>
			<xsd:enumeration value="Sales"/>
			<xsd:enumeration value="Official and Clerical"/>
			<xsd:enumeration value="Craft Workers Skilled"/>
			<xsd:enumeration value="Operative SemiSkilled"/>
			<xsd:enumeration value="Laborers Unskilled"/>
			<xsd:enumeration value="Service Workers"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="employerOrgTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="soleEmployer"/>
			<xsd:enumeration value="agent"/>
			<xsd:enumeration value="broker"/>
			<xsd:enumeration value="self"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="EmploymentLevelEnumType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="FullTime"/>
			<xsd:enumeration value="PartTime"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="EmploymentTermEnumType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Regular"/>
			<xsd:enumeration value="Temporary"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="EmpOrgTypeStringExtensionType">
		<xsd:union memberTypes="employerOrgTypes xsd:string"/>
	</xsd:simpleType>
	<xsd:simpleType name="ErrorSeverityType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Fatal"/>
			<xsd:enumeration value="Warning"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ErrorSeverityTypes">
		<xsd:union memberTypes="ErrorSeverityType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ExpatriateBenefitTypeTypes">
		<xsd:union memberTypes="BasicExpatriateBenefitTypeTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ExperianLoanTermsTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="D"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ExtendedAccessCredentialType">
		<xsd:union memberTypes="AccessCredentialTypeType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ExtendedAssociationTypeType">
		<xsd:union memberTypes="AssociationTypeType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ExtendedBasicStatusType">
		<xsd:union memberTypes="BasicStatusType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ExtendedPersonEyeColorQualifiers">
		<xsd:union memberTypes="PersonEyeColor xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ExtendedPersonHairColorQualifiers">
		<xsd:union memberTypes="PersonHairColor xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ExtendedWeightType">
		<xsd:union memberTypes="CompetencyWeightType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="EyeColorQualifiers">
		<xsd:union memberTypes="PersonEyeColorQualifiers xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="FlexibleLineType">
		<xsd:union memberTypes="FlexibleLineTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="FlexibleLineTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Header"/>
			<xsd:enumeration value="Informational"/>
			<xsd:enumeration value="Detail"/>
			<xsd:enumeration value="Trace"/>
			<xsd:enumeration value="RawData"/>
			<xsd:enumeration value="Unknown"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="FLSAStatusEnumType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="exempt"/>
			<xsd:enumeration value="non-exempt"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ForeignStatusEnumType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Domestic"/>
			<xsd:enumeration value="Inpatriate"/>
			<xsd:enumeration value="Expatriate"/>
			<xsd:enumeration value="LocalNational"/>
			<xsd:enumeration value="ThirdCountryNational"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="FrequencyType">
		<xsd:union memberTypes="BasicFrequencyType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="GenderCodeType">
		<xsd:annotation>
			<xsd:documentation>Must conform to ISO 5218 - Representation of Human Sexes (0 - Not Known; 1 - Male; 2 - Female; 9 - Not specified)</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:integer">
			<xsd:pattern value="[0129]"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="GraduatingDegreeType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="graduating"/>
			<xsd:enumeration value="qualifying"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="graduationCodeTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="2.1">
				<xsd:annotation>
					<xsd:documentation>Postsecondary Certificate Or Diploma (less than one year)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="2.2">
				<xsd:annotation>
					<xsd:documentation>Postsecondary Certificate Or Diploma (one year or more but less than four years)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="2.3">
				<xsd:annotation>
					<xsd:documentation>Associate Degree (e.g., Associate In Arts, Associate In Science, Associate In Applied Science)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="2.4">
				<xsd:annotation>
					<xsd:documentation>Baccalaureate Degree</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="2.5">
				<xsd:annotation>
					<xsd:documentation>Baccalaureate (Honours) Degree</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="2.6">
				<xsd:annotation>
					<xsd:documentation>Postsecondary Certificate Or Diploma (one year or more but less than two years)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="2.7">
				<xsd:annotation>
					<xsd:documentation>Postsecondary Certificate Or Diploma (two years or more but less than four years)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="3.1">
				<xsd:annotation>
					<xsd:documentation>First Professional Degree</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="3.2">
				<xsd:annotation>
					<xsd:documentation>Post-Professional Degree</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="4.1">
				<xsd:annotation>
					<xsd:documentation>Graduate Certificate</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="4.2">
				<xsd:annotation>
					<xsd:documentation>Master's Degree</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="4.3">
				<xsd:annotation>
					<xsd:documentation>Intermediate Graduate Degree</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="4.4">
				<xsd:annotation>
					<xsd:documentation>Doctoral Degree</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="4.5">
				<xsd:annotation>
					<xsd:documentation>Post-Doctoral Degree</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="HairColorQualifiers">
		<xsd:union memberTypes="PersonHairColorQualifiers xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="HandicapStatusEnumType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="HandicapOnly"/>
			<xsd:enumeration value="All"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="HierarchicalRoleType">
		<xsd:union memberTypes="BasicHierarchicalRoleType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="InquiryResultTypeQualifiers">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="AccountClosed"/>
			<xsd:enumeration value="ApplicationPending"/>
			<xsd:enumeration value="Declined"/>
			<xsd:enumeration value="DidNotInquire"/>
			<xsd:enumeration value="NoOpenAccount"/>
			<xsd:enumeration value="NotALender"/>
			<xsd:enumeration value="OpenAccountNumberNotIssued"/>
			<xsd:enumeration value="OpenDiscovered"/>
			<xsd:enumeration value="OpenPrimaryAccount"/>
			<xsd:enumeration value="ReportingAgencyInquiry"/>
			<xsd:enumeration value="Unknown"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="InquiryResultTypeType">
		<xsd:union memberTypes="InquiryResultTypeQualifiers xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="InsuranceTypes">
		<xsd:union memberTypes="BasicInsuranceTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="InternetEmailAddressType">
		<xsd:restriction base="xsd:string"/>
	</xsd:simpleType>
	<xsd:simpleType name="InternetWebAddressType">
		<xsd:restriction base="xsd:string"/>
	</xsd:simpleType>
	<xsd:simpleType name="intervalTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="hourly"/>
			<xsd:enumeration value="daily"/>
			<xsd:enumeration value="weekly"/>
			<xsd:enumeration value="monthly"/>
			<xsd:enumeration value="quarterly"/>
			<xsd:enumeration value="yearly"/>
			<xsd:enumeration value="semi-monthly"/>
			<xsd:enumeration value="biweekly"/>
			<xsd:enumeration value="fortnightly"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="IntervalTypeStringExtensionType">
		<xsd:union memberTypes="intervalTypes xsd:string"/>
	</xsd:simpleType>
	<xsd:simpleType name="LaborBargainingUnitStatusEnumType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Member"/>
			<xsd:enumeration value="NonMember"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="LanguageCodeType">
		<xsd:annotation>
			<xsd:documentation>ISO 639-1 two character code is preferred, but not required.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:language"/>
	</xsd:simpleType>
	<xsd:simpleType name="LatitudeType">
		<xsd:annotation>
			<xsd:documentation>Negative numbers are degrees South Latitude, and positive numbers are degrees North Latitude.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:decimal">
			<xsd:minInclusive value="-90.0"/>
			<xsd:maxInclusive value="90.0"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="LicenseNameQualifiers">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="faa"/>
			<xsd:enumeration value="fcc"/>
			<xsd:enumeration value="lpn"/>
			<xsd:enumeration value="mvPersonal"/>
			<xsd:enumeration value="mvPersonalCommercial"/>
			<xsd:enumeration value="mvCommercial"/>
			<xsd:enumeration value="cdlis"/>
			<xsd:enumeration value="nurse"/>
			<xsd:enumeration value="pharmacy"/>
			<xsd:enumeration value="physician"/>
			<xsd:enumeration value="radTech"/>
			<xsd:enumeration value="arrt"/>
			<xsd:enumeration value="cna"/>
			<xsd:enumeration value="gsa"/>
			<xsd:enumeration value="physicalTherapist"/>
			<xsd:enumeration value="occupationalTherapist"/>
			<xsd:enumeration value="socialWorker"/>
			<xsd:enumeration value="cpa"/>
			<xsd:enumeration value="engineer"/>
			<xsd:enumeration value="lvn"/>
			<xsd:enumeration value="dietician"/>
			<xsd:enumeration value="speechTherapist"/>
			<xsd:enumeration value="lawyer"/>
			<xsd:enumeration value="radiology"/>
			<xsd:enumeration value="emt"/>
			<xsd:enumeration value="paramedic"/>
			<xsd:enumeration value="teacher"/>
			<xsd:enumeration value="dentist"/>
			<xsd:enumeration value="optometrist"/>
			<xsd:enumeration value="rn"/>
			<xsd:enumeration value="medical"/>
			<xsd:enumeration value="legal"/>
			<xsd:enumeration value="financial"/>
			<xsd:enumeration value="insurance"/>
			<xsd:enumeration value="informationTechnology"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="LicenseNameType">
		<xsd:union memberTypes="LicenseNameQualifiers xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="LocalDateNaType">
		<xsd:union memberTypes="LocalDateType NotApplicableLiteral"/>
	</xsd:simpleType>
	<xsd:simpleType name="LocalDateNkNaType">
		<xsd:union memberTypes="LocalDateType NotKnownLiteral NotApplicableLiteral"/>
	</xsd:simpleType>
	<xsd:simpleType name="LocalDateTimeType">
		<xsd:restriction base="xsd:dateTime">
			<xsd:pattern value="\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="LocalDateType">
		<xsd:restriction base="xsd:date">
			<xsd:pattern value="\d\d\d\d-\d\d-\d\d"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="LocalTimeNkNaType">
		<xsd:union memberTypes="LocalTimeType NotKnownLiteral NotApplicableLiteral"/>
	</xsd:simpleType>
	<xsd:simpleType name="LocalTimeType">
		<xsd:restriction base="xsd:time">
			<xsd:pattern value="\d\d:\d\d:\d\d"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="LocationAreaTypeType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="municipality"/>
			<xsd:enumeration value="postalcode"/>
			<xsd:enumeration value="countrycode"/>
			<xsd:enumeration value="region"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="LongitudeType">
		<xsd:annotation>
			<xsd:documentation>Negative numbers are degrees West Longitude, and positive numbers are degrees East Longitude.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:decimal">
			<xsd:minInclusive value="-180.0"/>
			<xsd:maxInclusive value="180.0"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="MaritalStatusList">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Domestic Partner"/>
			<xsd:enumeration value="Divorced"/>
			<xsd:enumeration value="Married"/>
			<xsd:enumeration value="Unreported"/>
			<xsd:enumeration value="Separated"/>
			<xsd:enumeration value="Unmarried"/>
			<xsd:enumeration value="Widowed"/>
			<xsd:enumeration value="Legally Separated"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="MaritalStatusType">
		<xsd:union memberTypes="MaritalStatusList xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="MediaQualifierType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="image"/>
			<xsd:enumeration value="link"/>
			<xsd:enumeration value="txt"/>
			<xsd:enumeration value="html"/>
			<xsd:enumeration value="pdf"/>
			<xsd:enumeration value="doc"/>
			<xsd:enumeration value="rtf"/>
			<xsd:enumeration value="csv"/>
			<xsd:enumeration value="xls"/>
			<xsd:enumeration value="dbf"/>
			<xsd:enumeration value="tiff"/>
			<xsd:enumeration value="bmp"/>
			<xsd:enumeration value="emf"/>
			<xsd:enumeration value="exif"/>
			<xsd:enumeration value="gif"/>
			<xsd:enumeration value="jpeg"/>
			<xsd:enumeration value="png"/>
			<xsd:enumeration value="wmf"/>
			<xsd:enumeration value="zip"/>
			<xsd:enumeration value="prn"/>
			<xsd:enumeration value="dif"/>
			<xsd:enumeration value="xml"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="MediaTypes">
		<xsd:union memberTypes="MediaQualifierType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="MessageSourceType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Alert"/>
			<xsd:enumeration value="Comment"/>
			<xsd:enumeration value="Unknown"/>
			<xsd:enumeration value="Other"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="MessageType">
		<xsd:union memberTypes="CommentSourceTypes AlertSourceTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="MOPTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="AsAgreed"/>
			<xsd:enumeration value="ChargeOff"/>
			<xsd:enumeration value="Collection"/>
			<xsd:enumeration value="Foreclosure"/>
			<xsd:enumeration value="Late30Days"/>
			<xsd:enumeration value="Late60Days"/>
			<xsd:enumeration value="Late90Days"/>
			<xsd:enumeration value="LateOver120Days"/>
			<xsd:enumeration value="NoDataAvailable"/>
			<xsd:enumeration value="Repossession"/>
			<xsd:enumeration value="TooNew"/>
			<xsd:enumeration value="WageEarnerPlan"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="MOPTypeType">
		<xsd:union memberTypes="MOPTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="NonNegativeDecimal">
		<xsd:restriction base="xsd:decimal">
			<xsd:minInclusive value="0"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="NotApplicableLiteral">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="notApplicable"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="NotKnownLiteral">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="notKnown"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="OrganizationalUnitRelationshipType">
		<xsd:union memberTypes="BasicOrganizationalUnitRelationshipType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="OrganizationalUnitStructureType">
		<xsd:union memberTypes="BasicOrganizationalUnitStructureType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="OrganizationContactPurposeType">
		<xsd:union memberTypes="BasicOrganizationContactPurposeType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="OrganizationLegalOwnershipType">
		<xsd:union memberTypes="BasicOrganizationLegalOwnershipType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="OrganizationRelationshipType">
		<xsd:union memberTypes="BasicOrganizationRelationshipType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="organizationTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="department"/>
			<xsd:enumeration value="group"/>
			<xsd:enumeration value="team"/>
			<xsd:enumeration value="branch"/>
			<xsd:enumeration value="company"/>
			<xsd:enumeration value="subsidiary"/>
			<xsd:enumeration value="unit"/>
			<xsd:enumeration value="headquarters"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="OrganizationTypeStringExtensionType">
		<xsd:union memberTypes="organizationTypes xsd:string"/>
	</xsd:simpleType>
	<xsd:simpleType name="orgTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="department"/>
			<xsd:enumeration value="subSchool"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="OrgTypeStringExtensionType">
		<xsd:union memberTypes="orgTypes xsd:string"/>
	</xsd:simpleType>
	<xsd:simpleType name="OtherIntervalType">
		<xsd:union memberTypes="BasicFrequencyType SignOnType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="OtherPayTypeTypes">
		<xsd:union memberTypes="BasicOtherPayTypeTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="PaymentFrequencyQualifiers">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Biweekly"/>
			<xsd:enumeration value="LumpSum"/>
			<xsd:enumeration value="Monthly"/>
			<xsd:enumeration value="Weekly"/>
			<xsd:enumeration value="SemiMonthly"/>
			<xsd:enumeration value="Daily"/>
			<xsd:enumeration value="TwiceWeekly"/>
			<xsd:enumeration value="FourWeeks"/>
			<xsd:enumeration value="Quarterly"/>
			<xsd:enumeration value="Annually"/>
			<xsd:enumeration value="Other"/>
			<xsd:enumeration value="Unknown"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="PaymentFrequencyTypeType">
		<xsd:union memberTypes="PaymentFrequencyQualifiers xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="PersonEyeColor">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Black"/>
			<xsd:enumeration value="Hazel"/>
			<xsd:enumeration value="Gray"/>
			<xsd:enumeration value="Brown"/>
			<xsd:enumeration value="Violet"/>
			<xsd:enumeration value="Green"/>
			<xsd:enumeration value="Blue"/>
			<xsd:enumeration value="Maroon"/>
			<xsd:enumeration value="Pink"/>
			<xsd:enumeration value="Dichromatic"/>
			<xsd:enumeration value="Unknown"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="PersonEyeColorQualifiers">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Black"/>
			<xsd:enumeration value="Hazel"/>
			<xsd:enumeration value="Gray"/>
			<xsd:enumeration value="Brown"/>
			<xsd:enumeration value="Violet"/>
			<xsd:enumeration value="Green"/>
			<xsd:enumeration value="Blue"/>
			<xsd:enumeration value="Maroon"/>
			<xsd:enumeration value="Pink"/>
			<xsd:enumeration value="Dichromatic"/>
			<xsd:enumeration value="Unknown"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="PersonHairColor">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Bald"/>
			<xsd:enumeration value="Brown"/>
			<xsd:enumeration value="White"/>
			<xsd:enumeration value="Blonde"/>
			<xsd:enumeration value="Gray"/>
			<xsd:enumeration value="Red"/>
			<xsd:enumeration value="Auburn"/>
			<xsd:enumeration value="Black"/>
			<xsd:enumeration value="Silver"/>
			<xsd:enumeration value="Unknown"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="PersonHairColorQualifiers">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Bald"/>
			<xsd:enumeration value="Brown"/>
			<xsd:enumeration value="White"/>
			<xsd:enumeration value="Blonde"/>
			<xsd:enumeration value="Gray"/>
			<xsd:enumeration value="Red"/>
			<xsd:enumeration value="Auburn"/>
			<xsd:enumeration value="Black"/>
			<xsd:enumeration value="Silver"/>
			<xsd:enumeration value="Unknown"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="PersonNameTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Subject"/>
			<xsd:enumeration value="Alias"/>
			<xsd:enumeration value="Other"/>
			<xsd:enumeration value="Contact"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="PersonNameTypeType">
		<xsd:union memberTypes="PersonNameTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="PlaintiffType">
		<xsd:union memberTypes="PlaintiffTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="PlaintiffTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Primary"/>
			<xsd:enumeration value="Additional"/>
			<xsd:enumeration value="Corporate"/>
			<xsd:enumeration value="CrossParty"/>
			<xsd:enumeration value="CounterParty"/>
			<xsd:enumeration value="ThirdParty"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="PositionScheduleType">
		<xsd:union memberTypes="BasicScheduleTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="positionTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="directHire"/>
			<xsd:enumeration value="contract"/>
			<xsd:enumeration value="temp"/>
			<xsd:enumeration value="contractToHire"/>
			<xsd:enumeration value="tempToHire"/>
			<xsd:enumeration value="volunteer"/>
			<xsd:enumeration value="internship"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="PositionTypexStringPatternExtensionType">
		<xsd:union memberTypes="positionTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="PublicRecordTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Annulment"/>
			<xsd:enumeration value="Attachment"/>
			<xsd:enumeration value="BankruptcyChapter11"/>
			<xsd:enumeration value="BankruptcyChapter12"/>
			<xsd:enumeration value="BankruptcyChapter13"/>
			<xsd:enumeration value="BankruptcyChapter7"/>
			<xsd:enumeration value="BankruptcyChapter7Involuntary"/>
			<xsd:enumeration value="BankruptcyChapter7Voluntary"/>
			<xsd:enumeration value="BankruptcyTypeUnknown"/>
			<xsd:enumeration value="Collection"/>
			<xsd:enumeration value="CustodyAgreement"/>
			<xsd:enumeration value="DivorceDecree"/>
			<xsd:enumeration value="FicticiousName"/>
			<xsd:enumeration value="FinancialCounseling"/>
			<xsd:enumeration value="FinancingStatement"/>
			<xsd:enumeration value="ForcibleDetainer"/>
			<xsd:enumeration value="Foreclosure"/>
			<xsd:enumeration value="Garnishment"/>
			<xsd:enumeration value="Judgment"/>
			<xsd:enumeration value="LawSuit"/>
			<xsd:enumeration value="Lien"/>
			<xsd:enumeration value="NonResponsibility"/>
			<xsd:enumeration value="NoticeOfDefault"/>
			<xsd:enumeration value="Other"/>
			<xsd:enumeration value="PublicSale"/>
			<xsd:enumeration value="RealEstateRecording"/>
			<xsd:enumeration value="Repossession"/>
			<xsd:enumeration value="SupportDebt"/>
			<xsd:enumeration value="TaxLienCity"/>
			<xsd:enumeration value="TaxLienCounty"/>
			<xsd:enumeration value="TaxLienFederal"/>
			<xsd:enumeration value="TaxLienOther"/>
			<xsd:enumeration value="TaxLienState"/>
			<xsd:enumeration value="Trusteeship"/>
			<xsd:enumeration value="Unknown"/>
			<xsd:enumeration value="UnlawfulDetainer"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="PublicRecordTypeType">
		<xsd:union memberTypes="PublicRecordTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ReasonForTestType">
		<xsd:union memberTypes="ReasonForTestTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ReasonForTestTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="AccidentOrInjury"/>
			<xsd:enumeration value="BlindSample"/>
			<xsd:enumeration value="Followup"/>
			<xsd:enumeration value="Other"/>
			<xsd:enumeration value="Periodic"/>
			<xsd:enumeration value="PostAccident"/>
			<xsd:enumeration value="PostRehabilitation"/>
			<xsd:enumeration value="Pre-employment"/>
			<xsd:enumeration value="Promotion"/>
			<xsd:enumeration value="Random"/>
			<xsd:enumeration value="ReasonableSuspicion/Cause"/>
			<xsd:enumeration value="ReturnToDuty"/>
			<xsd:enumeration value="RuleViolation"/>
			<xsd:enumeration value="Sports Testing"/>
			<xsd:enumeration value="Unknown"/>
			<xsd:enumeration value="NotIndicated"/>
			<xsd:enumeration value="PreSiteAccess"/>
			<xsd:enumeration value="PrePlacement"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ReferenceTypes">
		<xsd:union memberTypes="BasicReferenceType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ReferralTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="SearchSubject"/>
			<xsd:enumeration value="Client"/>
			<xsd:enumeration value="Proxy"/>
			<xsd:enumeration value="Vendor"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ReferralTypeType">
		<xsd:union memberTypes="ReferralTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="RelationshipsType">
		<xsd:union memberTypes="RelationshipType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="RelationshipType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="agent"/>
			<xsd:enumeration value="broker"/>
			<xsd:enumeration value="self"/>
			<xsd:enumeration value="referrer"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="RemunerationBasisEnumType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Hourly"/>
			<xsd:enumeration value="Salaried"/>
			<xsd:enumeration value="SalariedPlusCommission"/>
			<xsd:enumeration value="CommisionOnly"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ResourceRelationshipEnumType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Employee"/>
			<xsd:enumeration value="Vendor"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ResultDataType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="errors"/>
			<xsd:enumeration value="status"/>
			<xsd:enumeration value="summary"/>
			<xsd:enumeration value="report"/>
			<xsd:enumeration value="message"/>
			<xsd:enumeration value="all"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ResultDataTypes">
		<xsd:union memberTypes="ResultDataType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ResultStatusType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Pass"/>
			<xsd:enumeration value="Fail"/>
			<xsd:enumeration value="Review"/>
			<xsd:enumeration value="Hit"/>
			<xsd:enumeration value="Clear"/>
			<xsd:enumeration value="UnableToContact"/>
			<xsd:enumeration value="UnableToVerify"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ResultStatusTypes">
		<xsd:union memberTypes="ResultStatusType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="ScaleType">
		<xsd:union memberTypes="BasicScaleTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="schoolTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="highschool"/>
			<xsd:enumeration value="secondary"/>
			<xsd:enumeration value="trade"/>
			<xsd:enumeration value="community"/>
			<xsd:enumeration value="college"/>
			<xsd:enumeration value="university"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SchoolTypeStringExtensionType">
		<xsd:union memberTypes="schoolTypes xsd:string"/>
	</xsd:simpleType>
	<xsd:simpleType name="SchoolTypeType">
		<xsd:annotation>
			<xsd:documentation>Further refines the name of the institution. </xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="current"/>
			<xsd:enumeration value="prior"/>
			<xsd:enumeration value="joint"/>
			<xsd:enumeration value="degree"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningOrderStatusType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="New"/>
			<xsd:enumeration value="InProgress"/>
			<xsd:enumeration value="Cancelled"/>
			<xsd:enumeration value="Suspended"/>
			<xsd:enumeration value="Completed"/>
			<xsd:enumeration value="Fulfilled"/>
			<xsd:enumeration value="Delayed"/>
			<xsd:enumeration value="Hold"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningOrderStatusTypes">
		<xsd:union memberTypes="ScreeningOrderStatusType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="SearchQualifiersAbuse">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="child"/>
			<xsd:enumeration value="elderly"/>
			<xsd:enumeration value="sexual"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SearchQualifiersCredit">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="business"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SearchQualifiersCriminal">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="county"/>
			<xsd:enumeration value="statewide"/>
			<xsd:enumeration value="federalCriminal"/>
			<xsd:enumeration value="federalCivil"/>
			<xsd:enumeration value="nationWide"/>
			<xsd:enumeration value="nationWidePlus"/>
			<xsd:enumeration value="statewideCivil"/>
			<xsd:enumeration value="statewideCivilDefendant"/>
			<xsd:enumeration value="statewideCivilPlaintiff"/>
			<xsd:enumeration value="countyCivilUpper"/>
			<xsd:enumeration value="countyCivilLower"/>
			<xsd:enumeration value="corrections"/>
			<xsd:enumeration value="international"/>
			<xsd:enumeration value="FBI"/>
			<xsd:enumeration value="Interpol"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SearchQualifiersEarnings">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="detail"/>
			<xsd:enumeration value="summary"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SearchQualifiersEmployment">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="fhwa"/>
			<xsd:enumeration value="DOT"/>
			<xsd:enumeration value="FMCSA"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SearchQualifiersReference">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="personal"/>
			<xsd:enumeration value="professional"/>
			<xsd:enumeration value="technical"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SearchQualifiersSanctions">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="GSA"/>
			<xsd:enumeration value="Medicaid"/>
			<xsd:enumeration value="OFAC"/>
			<xsd:enumeration value="OIG"/>
			<xsd:enumeration value="Level1Individual"/>
			<xsd:enumeration value="Level2Individual"/>
			<xsd:enumeration value="Level3Individual"/>
			<xsd:enumeration value="Level1Organization"/>
			<xsd:enumeration value="Level2Organization"/>
			<xsd:enumeration value="Level3Organization"/>
			<xsd:enumeration value="ProhibitedParties"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SearchQualifierType">
		<xsd:union memberTypes="SearchQualifiersAbuse SearchQualifiersCredit SearchQualifiersCriminal SearchQualifiersEarnings SearchQualifiersEmployment SearchQualifiersReference LicenseNameQualifiers SearchQualifiersSanctions xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="SearchTypes">
		<xsd:union memberTypes="SearchTypeTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="SearchTypeTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="abuse"/>
			<xsd:enumeration value="address"/>
			<xsd:enumeration value="awards"/>
			<xsd:enumeration value="credit"/>
			<xsd:enumeration value="criminal"/>
			<xsd:enumeration value="alcohol"/>
			<xsd:enumeration value="drug"/>
			<xsd:enumeration value="earnings"/>
			<xsd:enumeration value="education"/>
			<xsd:enumeration value="employment"/>
			<xsd:enumeration value="fingerPrint"/>
			<xsd:enumeration value="license"/>
			<xsd:enumeration value="certification"/>
			<xsd:enumeration value="medical"/>
			<xsd:enumeration value="military"/>
			<xsd:enumeration value="name"/>
			<xsd:enumeration value="other"/>
			<xsd:enumeration value="patriotAct"/>
			<xsd:enumeration value="phone"/>
			<xsd:enumeration value="reference"/>
			<xsd:enumeration value="sanction"/>
			<xsd:enumeration value="ssn"/>
			<xsd:enumeration value="workcomp"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ServiceLevelType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Deluxe"/>
			<xsd:enumeration value="Express"/>
			<xsd:enumeration value="Standard"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ShiftPeriodType">
		<xsd:union memberTypes="BasicShiftPeriodTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="SignOnType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Sign-on"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SourceEnumType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Job Board"/>
			<xsd:enumeration value="Staffing Agency"/>
			<xsd:enumeration value="Intermediary"/>
			<xsd:enumeration value="Referrer"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SpecimenTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Blood"/>
			<xsd:enumeration value="FingerNail"/>
			<xsd:enumeration value="Hair"/>
			<xsd:enumeration value="Saliva"/>
			<xsd:enumeration value="Urine10panel"/>
			<xsd:enumeration value="Urine9panel"/>
			<xsd:enumeration value="Urine5panel"/>
			<xsd:enumeration value="Urine"/>
			<xsd:enumeration value="Breath"/>
			<xsd:enumeration value="Sweat"/>
			<xsd:enumeration value="OralFluid"/>
			<xsd:enumeration value="Other"/>
			<xsd:enumeration value="Unknown"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SpecimenTypeType">
		<xsd:union memberTypes="SpecimenTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="StaffingPositionClassificationType">
		<xsd:union memberTypes="BasicPositionClassification xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="SubstanceTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Acetone"/>
			<xsd:enumeration value="Alcohol"/>
			<xsd:enumeration value="Alprazolam"/>
			<xsd:enumeration value="Amobarbital"/>
			<xsd:enumeration value="Amobarbiturate"/>
			<xsd:enumeration value="AMP"/>
			<xsd:enumeration value="Amphetamines"/>
			<xsd:enumeration value="Antiarrythmics"/>
			<xsd:enumeration value="Anticonvulsants"/>
			<xsd:enumeration value="Antidepressants"/>
			<xsd:enumeration value="Antihistamine"/>
			<xsd:enumeration value="Barbiturates"/>
			<xsd:enumeration value="Benzodiazepines"/>
			<xsd:enumeration value="Benzoylecgonine"/>
			<xsd:enumeration value="Benzphetamine"/>
			<xsd:enumeration value="Butabarbital"/>
			<xsd:enumeration value="Butabarbiturate"/>
			<xsd:enumeration value="Butalbital"/>
			<xsd:enumeration value="Butorphanol"/>
			<xsd:enumeration value="Carisoprodol"/>
			<xsd:enumeration value="Chlordiazepoxide"/>
			<xsd:enumeration value="Clonazepam"/>
			<xsd:enumeration value="COC"/>
			<xsd:enumeration value="Cocaethylene"/>
			<xsd:enumeration value="Cocaine"/>
			<xsd:enumeration value="CocaineMetabolites"/>
			<xsd:enumeration value="Codeine"/>
			<xsd:enumeration value="Cotinine"/>
			<xsd:enumeration value="Cyclobenzaprine"/>
			<xsd:enumeration value="Desmethydiazepam"/>
			<xsd:enumeration value="Diazepam"/>
			<xsd:enumeration value="Diethyoproprion"/>
			<xsd:enumeration value="Ecstasy"/>
			<xsd:enumeration value="Ethanol"/>
			<xsd:enumeration value="Fentanyl"/>
			<xsd:enumeration value="Fluoxetine"/>
			<xsd:enumeration value="Flurazepam"/>
			<xsd:enumeration value="Glucose"/>
			<xsd:enumeration value="Heroin"/>
			<xsd:enumeration value="Hydrocodone"/>
			<xsd:enumeration value="Hydromorphone"/>
			<xsd:enumeration value="Hydroxyalprazolam"/>
			<xsd:enumeration value="Isopropanol"/>
			<xsd:enumeration value="Ketamine"/>
			<xsd:enumeration value="Lorazepam"/>
			<xsd:enumeration value="LSD"/>
			<xsd:enumeration value="Marijuana"/>
			<xsd:enumeration value="MarijuanaMetabolites"/>
			<xsd:enumeration value="MDMA"/>
			<xsd:enumeration value="Meperidine"/>
			<xsd:enumeration value="Meprobamate"/>
			<xsd:enumeration value="Methadone"/>
			<xsd:enumeration value="Methamphetamine"/>
			<xsd:enumeration value="Methanol"/>
			<xsd:enumeration value="Methaqualone"/>
			<xsd:enumeration value="Methylenedioxy-amphe"/>
			<xsd:enumeration value="Methylenedioxy-ethyl"/>
			<xsd:enumeration value="Methylenedioxy-metam"/>
			<xsd:enumeration value="Methylenediozy-amphe"/>
			<xsd:enumeration value="Methylenendiozy-meth"/>
			<xsd:enumeration value="Methylphenidate"/>
			<xsd:enumeration value="Midazolam"/>
			<xsd:enumeration value="MonoacetylMorphine"/>
			<xsd:enumeration value="Morphine"/>
			<xsd:enumeration value="N-Desmethyldiaze"/>
			<xsd:enumeration value="Nikethamide"/>
			<xsd:enumeration value="Nitrites"/>
			<xsd:enumeration value="Nordiazepam"/>
			<xsd:enumeration value="Normeperidine"/>
			<xsd:enumeration value="OPI"/>
			<xsd:enumeration value="Opiates"/>
			<xsd:enumeration value="OpiatesMetabolites"/>
			<xsd:enumeration value="Oxazepam"/>
			<xsd:enumeration value="Oxycodone"/>
			<xsd:enumeration value="PCP"/>
			<xsd:enumeration value="Pentazocine"/>
			<xsd:enumeration value="Pentobarbital"/>
			<xsd:enumeration value="Pentobarbiturate"/>
			<xsd:enumeration value="Phencyclidine"/>
			<xsd:enumeration value="Phendimetrazine"/>
			<xsd:enumeration value="Phenmetrazine"/>
			<xsd:enumeration value="Phenobarbital"/>
			<xsd:enumeration value="Phenobarbiturate"/>
			<xsd:enumeration value="Phenothiazine"/>
			<xsd:enumeration value="Phenothiazines"/>
			<xsd:enumeration value="Phentermine"/>
			<xsd:enumeration value="Phenylpropanolamine"/>
			<xsd:enumeration value="Propoxyphene"/>
			<xsd:enumeration value="Pseudoephedrine"/>
			<xsd:enumeration value="Seccobarbiturate"/>
			<xsd:enumeration value="Secobarbital"/>
			<xsd:enumeration value="Strychnine"/>
			<xsd:enumeration value="SyntheticNarcotics"/>
			<xsd:enumeration value="Telazol"/>
			<xsd:enumeration value="Temazepam"/>
			<xsd:enumeration value="THC"/>
			<xsd:enumeration value="Tletamine"/>
			<xsd:enumeration value="Tamadol"/>
			<xsd:enumeration value="Tiazolam"/>
			<xsd:enumeration value="TicyclicAntidepressant"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SubstanceTypeType">
		<xsd:union memberTypes="SubstanceTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="TimeOffTypes">
		<xsd:union memberTypes="BasicTimeOffTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="TimeType">
		<xsd:restriction base="xsd:time">
			<xsd:pattern value="\d\d:\d\d:\d\d(Z|(\+|-)\d\d:\d\d)"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TypeOfHireEnumType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="NewHire"/>
			<xsd:enumeration value="Rehire"/>
			<xsd:enumeration value="Transfer"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="USPayTypeHoursType">
		<xsd:union memberTypes="BasicHoursTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="VehicleType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Commercial"/>
			<xsd:enumeration value="NonCommercial"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="VendorType">
		<xsd:union memberTypes="VendorTypes xsd:string"/>
	</xsd:simpleType>
	<xsd:simpleType name="VendorTypes">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="equifax"/>
			<xsd:enumeration value="experian"/>
			<xsd:enumeration value="transUnion"/>
			<xsd:enumeration value="merged"/>
			<xsd:enumeration value="private"/>
			<xsd:enumeration value="other"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="WorkersCompensationStatusType">
		<xsd:restriction base="xsd:string">
			<xsd:enumeration value="Open"/>
			<xsd:enumeration value="Closed"/>
			<xsd:enumeration value="Pending"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="WorkersCompensationStatusTypes">
		<xsd:union memberTypes="WorkersCompensationStatusType xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="WorkStyleType">
		<xsd:union memberTypes="BasicWorkStyleTypes xStringPatternExtensionType"/>
	</xsd:simpleType>
	<xsd:simpleType name="xStringPatternExtensionType">
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="x:\S.*"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:complexType name="AccessCredentialType">
		<xsd:simpleContent>
			<xsd:extension base="xsd:string">
				<xsd:attribute name="type" type="ExtendedAccessCredentialType"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="AccountingCodeType">
		<xsd:simpleContent>
			<xsd:extension base="xsd:string">
				<xsd:attribute name="description" type="xsd:string" use="optional"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="AccountOwnershipTypeType">
		<xsd:sequence>
			<xsd:element name="Value" type="AccountOwnershipTypes" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Summarized description of the account ownership.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="RepositoryCode" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The type code assigned by the repository.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="RepositoryValue" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Description as provided by the repository.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="AccountStatusTypeType">
		<xsd:sequence>
			<xsd:element name="Value" type="AccountStatusTypes" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Summarized description of the account status.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="RepositoryCode" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The type code assigned by the repository.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="RepositoryValue" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Description as provided by the repository.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="AccountTypeType">
		<xsd:sequence>
			<xsd:element name="Value" type="AccountTypeTypes" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Summarized description of the account.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="RepositoryCode" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The type code assigned by the repository.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="RepositoryValue" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Description as provided by the repository.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="AchievementType">
		<xsd:sequence>
			<xsd:element name="Date" type="FlexibleDatesType" minOccurs="0"/>
			<xsd:element name="Description" type="xsd:string" minOccurs="0"/>
			<xsd:element name="IssuingAuthority" type="xsd:string" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="ActivityType">
		<xsd:sequence>
			<xsd:element name="Type" type="xsd:string"/>
			<xsd:element name="ActivityPerformer" minOccurs="0" maxOccurs="unbounded">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="PersonName" type="PersonNameType" minOccurs="0"/>
						<xsd:element name="PersonId" type="EntityIdType" minOccurs="0"/>
						<xsd:element name="Role" type="xsd:string" minOccurs="0"/>
						<xsd:element name="Comments" type="xsd:string" minOccurs="0"/>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="Date" type="AnyDateTimeType" minOccurs="0"/>
			<xsd:element name="ActivityResults" type="xsd:string" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="AdministrationInfoType">
		<xsd:sequence>
			<xsd:element name="AdministrationNotes" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Notes concerning the administration of this assessment package. </xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="IsProctored" type="xsd:boolean" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Indicates if the assessment package should be administered in a proctored environment.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="TimeEnforcement">
				<xsd:annotation>
					<xsd:documentation>Indicates if all or part of the assessment package will enforce a time limit on its completion.</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:enumeration value="None"/>
						<xsd:enumeration value="Partial"/>
						<xsd:enumeration value="Complete"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="EstimatedTime" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Estimated time to complete the assessment package, possibly for UI display to the subject.  String type for flexibiliy and to discourage use in enforcing timing.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="AssessmentDelivery" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>Identifies or describes how the assessment is delivered, what environment the assessment is occurring in</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="AssessmentDeliveryTypes">
							<xsd:attribute name="schedulingRequired" type="xsd:boolean"/>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="AgencyReferenceType">
		<xsd:complexContent>
			<xsd:extension base="EntityIdType">
				<xsd:attribute name="type" type="AgencyReferenceQualifierType"/>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:complexType name="AreaType">
		<xsd:sequence>
			<xsd:element name="Value" type="xsd:string"/>
			<xsd:element name="Area" type="AreaType" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
		<xsd:attribute name="type">
			<xsd:simpleType>
				<xsd:union memberTypes="AreaTypeType xStringPatternExtensionType"/>
			</xsd:simpleType>
		</xsd:attribute>
	</xsd:complexType>
	<xsd:complexType name="AssessmentApplicabilityType">
		<xsd:sequence>
			<xsd:element name="CompetencyAssessed" type="AssessmentCompetencyReferenceType" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>References the competencies the assessment assesses.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="AssessmentLanguage" type="xsd:language" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>The language in which the assessment is available.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ApplicableRegion" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>Defines any geographic restrictions to the use of this assessment.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="AssessmentTarget" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>Identifies or describes what the assessment is intended to target. For example, knowledge, skills, psychometrics, etc. This would usually be a high-level description. Speciific competencies could be specified within CompetencyAssessed.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="AssessmentJobCategory" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>Identifies or describes the job family to which the assessment is related or is designed to assess.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="AssessmentJobLevel" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>Identifies or describes the job level to which the assessment is related or is designed to assess.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="AssessmentCompetencyReferenceType">
		<xsd:complexContent>
			<xsd:extension base="SpecifiedCompetencyReferenceType">
				<xsd:sequence>
					<xsd:element name="CompetencyName" type="xsd:string" minOccurs="0"/>
				</xsd:sequence>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:complexType name="AssessmentResultsType">
		<xsd:annotation>
			<xsd:documentation>Root element for AssessmentResults type, which is designed to hold data necessary to convey information on assessment results</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="ScoreId" type="EntityIdType" minOccurs="0"/>
			<xsd:element name="Passed" type="xsd:boolean" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>A boolean expression that denotes whether the subject passed or failed the assessment.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Description" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>"Label" of the score</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="CompetencyAssessed" type="AssessmentCompetencyReferenceType" minOccurs="0"/>
			<xsd:element name="Score" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>The raw value (numeric) of the score</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="xsd:float">
							<xsd:attribute name="type" type="AssessmentResultTypes" use="required"/>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="Scale" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>A textual label to indicate the range of possible values for this score. For example,  0-100 for a percentage scale. </xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Band" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Provides for categorizing or grouping of results.For example, "beginner", "intermediate" and "expert" would be three different bands</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Comments" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>A textual description that provides the opinion of the assessment vendor. It may be based on criteria that have been defined between the client and the vendor</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="AssessmentResultType">
		<xsd:annotation>
			<xsd:documentation>Root element for AssessmentResult schema, which is designed to hold data necessary to convey information on the results of the assessment</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="ClientId" type="EntityIdType">
				<xsd:annotation>
					<xsd:documentation>A value that uniquely identifies a client for the 3rd party vendor (assessor). It is up to the vendor to provide the client its identifier.The client id is mandatory for all messages going from a customer to an assessment vendor</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ProviderId" type="EntityIdType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>A value that uniquely identifies An assessment provider for the customer. It is up to the client to provide the provider its identifier.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ClientOrderId" type="EntityIdType">
				<xsd:annotation>
					<xsd:documentation>A unique identifier, for the client, to identify the order.There can be multiple order id for one request (e.g. PO #, department)</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ReceiptId" type="EntityIdType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>A unique identifier supplied by the assessment provider that will allow the client to know how to request updates</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Results" type="AssessmentSingleResultType" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>The results of the assessment</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="AssessmentStatus" type="AssessmentStatusType">
				<xsd:annotation>
					<xsd:documentation>The status of type request at this particular moment</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="AssessmentLanguage" type="xsd:language" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Indicates the language this assessment was taken in.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element ref="UserArea" minOccurs="0"/>
		</xsd:sequence>
		<xsd:attribute ref="xml:lang"/>
		<xsd:attribute name="validFrom" type="xsd:date" use="optional"/>
		<xsd:attribute name="validTo" type="xsd:date" use="optional"/>
	</xsd:complexType>
	<xsd:complexType name="AssessmentSingleResultType">
		<xsd:sequence>
			<xsd:element name="Profile" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The name of this set of results. Commonly used to distinguish between multiple Results elements, for example to indicate the normative group applied to the scoring.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element ref="SupportingMaterials" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element name="OverallResult" type="AssessmentResultsType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>A summary or "high-level" view of the result of the subject</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="DetailResult" type="AssessmentResultsType" minOccurs="0" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>The details of the subject's result, assessment category per category.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
		<xsd:attribute ref="xml:lang" use="optional">
			<xsd:annotation>
				<xsd:documentation>The xml:lang attribute on AssessmentSingleResultType is used to indicate the language in use for this specific set of results.  This is to enable the Assessment Vendor to produce a single set of results in multiple languages.</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
	</xsd:complexType>
	<xsd:complexType name="AssessmentStatusType">
		<xsd:sequence>
			<xsd:element name="Status">
				<xsd:annotation>
					<xsd:documentation>The name of the assessment status. It has to be chosen among the list of possible status</xsd:documentation>
				</xsd:annotation>
				<xsd:simpleType>
					<xsd:restriction base="xsd:string">
						<xsd:enumeration value="Pending"/>
						<xsd:enumeration value="Error"/>
						<xsd:enumeration value="Acknowledged"/>
						<xsd:enumeration value="Scheduled"/>
						<xsd:enumeration value="In Progress"/>
						<xsd:enumeration value="Cancelled"/>
						<xsd:enumeration value="Declined"/>
						<xsd:enumeration value="Completed"/>
						<xsd:enumeration value="x:Deferred"/>
					</xsd:restriction>
				</xsd:simpleType>
			</xsd:element>
			<xsd:element name="Details" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>A textual description that provides additional details</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="StatusDate" type="LocalDateNaType">
				<xsd:annotation>
					<xsd:documentation>The date the status last changed</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="AssociationType">
		<xsd:sequence>
			<xsd:element name="Name" type="xsd:string"/>
			<xsd:element name="Id" type="EntityIdType" minOccurs="0"/>
			<xsd:element name="Link" type="InternetWebAddressType" minOccurs="0"/>
			<xsd:element name="StartDate" type="FlexibleDatesType" minOccurs="0"/>
			<xsd:element name="EndDate" type="FlexibleDatesType" minOccurs="0"/>
			<xsd:element name="Role" minOccurs="0" maxOccurs="unbounded">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Name" type="xsd:string" minOccurs="0"/>
						<xsd:element name="Deliverable" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
						<xsd:element name="StartDate" type="FlexibleDatesType" minOccurs="0"/>
						<xsd:element name="EndDate" type="FlexibleDatesType" minOccurs="0"/>
						<xsd:element name="Comments" type="xsd:string" minOccurs="0"/>
					</xsd:sequence>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="Comments" type="xsd:string" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="BackgroundReportsType">
		<xsd:sequence>
			<xsd:element name="ProviderReferenceId" type="EntityIdType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Reference Number for all screenings contained in the XML Document.  It is assigned by the  company providing the screening service.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="BackgroundReportPackage" maxOccurs="unbounded">
				<xsd:annotation>
					<xsd:documentation>Root element containing all screening related information for a single Search Subject.</xsd:documentation>
				</xsd:annotation>
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="ProcessingInformation" minOccurs="0">
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="AccessCredential" type="AccessCredentialType" minOccurs="0" maxOccurs="unbounded"/>
									<xsd:element name="ScopeOfWork" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="ProviderReferenceId" type="EntityIdType" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>Reference Number for all screenings in this package.  It is assigned by the  company providing the screening service.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="ClientReferenceId" type="EntityIdType" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>Reference Number for all screenings in this package.  It is assigned by the  company requesting the screening service.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="PackageId" type="EntityIdType" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>The package identifier associated with all screenings contained in this package.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="CopyToApplicant" type="xsd:boolean" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>Indicates if Search Subject has requested a copy of the screening results.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="LegalText" type="LegalTextType" minOccurs="0" maxOccurs="unbounded">
							<xsd:annotation>
								<xsd:documentation>Container for legal item's such as disclaimers that apply to all screenings in the package.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="SupportingDocumentation" type="DocumentationType" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>Provides additional screening related information specific to the search i.e. Link to FAX image.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded"/>
						<xsd:element name="ScreeningStatus" type="ScreeningStatusType" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>Intended usage of this status  is to indicate the status of the entire package.  </xsd:documentation>
							</xsd:annotation>
						</xsd:element>
						<xsd:element name="ScreeningsSummary" minOccurs="0">
							<xsd:annotation>
								<xsd:documentation>Provides Client supplied details of the search.  Intended usage is primarily for confirmation of Search Subject details that the screening as based on.</xsd:documentation>
							</xsd:annotation>
							<xsd:complexType>
								<xsd:sequence>
									<xsd:element name="Organization" type="ReferralType" minOccurs="0">
										<xsd:annotation>
											<xsd:documentation>Identifies the organization that  the search(s) will be performed upon.</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="PersonalData" type="ScreeningPersonalDataType" minOccurs="0" maxOccurs="unbounded">
										<xsd:annotation>
											<xsd:documentation>Personal data related to the Search Subject that the search(s) was be performed upon. Intended usage is primarily for confirmation of Search Subject details.</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="ClientReferences" type="EntityIdType" minOccurs="0" maxOccurs="unbounded">
										<xsd:annotation>
											<xsd:documentation>Contains Client provided information pertinent to the search.  i.e. Billing information.</xsd:documentation>
										</xsd:annotation>
									</xsd:element>
									<xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded"/>
								</xsd:sequence>
							</xsd:complexType>
						</xsd:element>
						<xsd:element name="PackageCost" type="ScreeningCostType" minOccurs="0"/>
						<xsd:element name="Screenings" type="ScreeningReportType" minOccurs="0"/>
						<xsd:element name="ErrorReport" type="ErrorReportType" minOccurs="0" maxOccurs="unbounded">
							<xsd:annotation>
								<xsd:documentation>Provides a means of communicating errors applicable to the screening.  i.e. missing required element.</xsd:documentation>
							</xsd:annotation>
						</xsd:element>
					</xsd:sequence>
					<xsd:attribute name="type" type="ResultDataTypes"/>
				</xsd:complexType>
			</xsd:element>
			<xsd:element ref="UserArea" minOccurs="0"/>
		</xsd:sequence>
		<xsd:attribute name="userId" type="xsd:string" use="required">
			<xsd:annotation>
				<xsd:documentation>Client identification.  This will be provided to the client by the organization performing the screenings.</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="password" type="xsd:string" use="optional">
			<xsd:annotation>
				<xsd:documentation>Client password.  This will be provided to the client by the organization performing the screenings.</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="account" type="xsd:string" use="optional">
			<xsd:annotation>
				<xsd:documentation>Optional attribute to further identify a  specific account withing the Client's Userid.  This will be provided to the client by the organization performing the screenings.</xsd:documentation>
			</xsd:annotation>
		</xsd:attribute>
		<xsd:attribute name="location" type="xsd:string" use="optional"/>
		<xsd:attribute name="version" type="xsd:string" use="optional"/>
		<xsd:attribute ref="xml:lang" use="optional"/>
	</xsd:complexType>
	<xsd:complexType name="BasePayType">
		<xsd:sequence>
			<xsd:element name="BasePayAmountMin" type="xsd:decimal" minOccurs="0"/>
			<xsd:element name="BasePayAmountMax" type="xsd:decimal" minOccurs="0"/>
		</xsd:sequence>
		<xsd:attribute name="currencyCode" type="CurrencyCodeType"/>
		<xsd:attribute name="baseInterval" type="FrequencyType"/>
	</xsd:complexType>
	<xsd:complexType name="BenefitsType">
		<xsd:sequence>
			<xsd:element name="Insurance" minOccurs="0" maxOccurs="unbounded">
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="xsd:boolean">
							<xsd:attribute name="type" type="InsuranceTypes"/>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="RetirementOrSavingsPlan" type="xsd:boolean" minOccurs="0"/>
			<xsd:element name="CompanyVehicle" minOccurs="0" maxOccurs="unbounded">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Description" type="xsd:string" minOccurs="0"/>
					</xsd:sequence>
					<xsd:attribute name="companyOffered" type="xsd:boolean"/>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="RelocationAssistance" minOccurs="0" maxOccurs="unbounded">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="Description" type="xsd:string" minOccurs="0"/>
					</xsd:sequence>
					<xsd:attribute name="companyOffered" type="xsd:boolean"/>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="VisaSponsorship" type="xsd:boolean" minOccurs="0"/>
			<xsd:element name="TimeOffAllowance" type="TimeOffAllowanceType" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element name="ExpatriateBenefits" type="ExpatriateBenefitsType" minOccurs="0"/>
			<xsd:element name="OtherBenefits" minOccurs="0" maxOccurs="unbounded">
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="xsd:string">
							<xsd:attribute name="type" type="xsd:string"/>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="Comments" type="xsd:string" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="BiologicalDescriptorsType">
		<xsd:sequence>
			<xsd:choice>
				<xsd:element name="DateOfBirth" type="LocalDateNkNaType" minOccurs="0"/>
				<xsd:element name="MonthDayOfBirth" type="xsd:gMonthDay" minOccurs="0"/>
			</xsd:choice>
			<xsd:element name="Age" type="xsd:nonNegativeInteger" minOccurs="0"/>
			<xsd:element name="GenderCode" type="GenderCodeType" minOccurs="0"/>
			<xsd:element name="EyeColor" type="EyeColorQualifiers" minOccurs="0"/>
			<xsd:element name="HairColor" type="HairColorQualifiers" minOccurs="0"/>
			<xsd:element name="Height" minOccurs="0">
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="xsd:string">
							<xsd:attribute name="unitOfMeasure" type="xsd:string"/>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="Weight" minOccurs="0">
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="xsd:string">
							<xsd:attribute name="unitOfMeasure" type="xsd:string"/>
						</xsd:extension>
					</xsd:simpleContent>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="IdentifyingMarks" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element name="DisabilityInfo" type="DisabilityInfoType" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="UserArea" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="CompetencyType">
		<xsd:sequence>
			<xsd:element name="CompetencyId" minOccurs="0">
				<xsd:complexType>
					<xsd:attributeGroup ref="id"/>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="TaxonomyId" minOccurs="0" maxOccurs="unbounded">
				<xsd:complexType>
					<xsd:attributeGroup ref="id"/>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="CompetencyEvidence" minOccurs="0" maxOccurs="unbounded">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:element name="EvidenceId" minOccurs="0">
							<xsd:complexType>
								<xsd:attributeGroup ref="id"/>
							</xsd:complexType>
						</xsd:element>
						<xsd:choice>
							<xsd:element ref="NumericValue"/>
							<xsd:element ref="StringValue"/>
						</xsd:choice>
						<xsd:element ref="SupportingInformation" minOccurs="0" maxOccurs="unbounded"/>
					</xsd:sequence>
					<xsd:attribute name="dateOfIncident" type="AnyDateTimeType"/>
					<xsd:attribute name="name" type="xsd:string"/>
					<xsd:attribute name="typeDescription" type="xsd:string"/>
					<xsd:attribute name="expirationDate" type="AnyDateTimeType"/>
					<xsd:attribute name="typeId" type="xsd:string"/>
					<xsd:attribute name="required" type="xsd:boolean"/>
					<xsd:attribute name="lastUsed" type="AnyDateTimeType"/>
				</xsd:complexType>
			</xsd:element>
			<xsd:element name="CompetencyWeight" minOccurs="0" maxOccurs="unbounded">
				<xsd:complexType>
					<xsd:sequence>
						<xsd:choice>
							<xsd:element ref="NumericValue"/>
							<xsd:element ref="StringValue"/>
						</xsd:choice>
						<xsd:element ref="SupportingInformation" minOccurs="0" maxOccurs="unbounded"/>
					</xsd:sequence>
					<xsd:attribute name="type" type="ExtendedWeightType"/>
				</xsd:complexType>
			</xsd:element>
			<xsd:element ref="Competency" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element ref="UserArea" minOccurs="0"/>
		</xsd:sequence>
		<xsd:attribute name="name" type="xsd:string"/>
		<xsd:attribute name="description" type="xsd:string"/>
		<xsd:attribute name="required" type="xsd:boolean"/>
	</xsd:complexType>
	<xsd:complexType name="ConfirmationType">
		<xsd:sequence>
			<xsd:element name="ConfirmByProvidedName" type="xsd:boolean" minOccurs="0"/>
			<xsd:element name="ConfirmByFamilyName" type="xsd:boolean" minOccurs="0"/>
			<xsd:element name="ConfirmByGivenName" type="xsd:boolean" minOccurs="0"/>
			<xsd:element name="ConfirmByPreferredGivenName" type="xsd:boolean" minOccurs="0"/>
			<xsd:element name="ConfirmByMiddleName" type="xsd:boolean" minOccurs="0"/>
			<xsd:element name="ConfirmByDateOfBirth" type="xsd:boolean" minOccurs="0"/>
			<xsd:element name="ConfirmByGovernmentId" type="xsd:boolean" minOccurs="0"/>
			<xsd:element name="ConfirmByOtherId" type="xsd:boolean" minOccurs="0"/>
			<xsd:element name="ConfirmBySex" type="xsd:boolean" minOccurs="0"/>
			<xsd:element name="ConfirmByRace" type="xsd:boolean" minOccurs="0"/>
			<xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="ContactInfoType">
		<xsd:sequence>
			<xsd:element ref="PersonName"/>
			<xsd:element name="ContactMethod" type="ContactMethodType" maxOccurs="unbounded"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="ContactMethodType">
		<xsd:sequence>
			<xsd:element ref="Use" minOccurs="0"/>
			<xsd:element ref="Location" minOccurs="0"/>
			<xsd:element ref="WhenAvailable" minOccurs="0"/>
			<xsd:element ref="Telephone" minOccurs="0"/>
			<xsd:element ref="Mobile" minOccurs="0"/>
			<xsd:element ref="Fax" minOccurs="0"/>
			<xsd:element ref="Pager" minOccurs="0"/>
			<xsd:element ref="TTYTDD" minOccurs="0"/>
			<xsd:element ref="InternetEmailAddress" minOccurs="0"/>
			<xsd:element ref="InternetWebAddress" minOccurs="0"/>
			<xsd:element ref="PostalAddress" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="ContactType">
		<xsd:sequence>
			<xsd:element name="PersonName" type="PersonNameType" minOccurs="0"/>
			<xsd:element ref="PositionTitle" minOccurs="0"/>
			<xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded"/>
			<xsd:element name="Relationship" type="xsd:string" minOccurs="0"/>
			<xsd:element name="YearsKnown" type="xsd:decimal" minOccurs="0"/>
		</xsd:sequence>
		<xsd:attribute name="type" type="xsd:string"/>
	</xsd:complexType>
	<xsd:complexType name="CourtTypeType">
		<xsd:annotation>
			<xsd:documentation>Jurisdiction of court to be searched.  i.e. Felony, Misdemeanor, Both.</xsd:documentation>
		</xsd:annotation>
		<xsd:simpleContent>
			<xsd:extension base="xsd:string">
				<xsd:attribute name="type" type="CourtTypes"/>
			</xsd:extension>
		</xsd:simpleContent>
	</xsd:complexType>
	<xsd:complexType name="CreditBusinessTypeType">
		<xsd:annotation>
			<xsd:documentation>The credit repository bureaus can identify the type of business of the liability holder or the entity requesting a credit report as listed in a credit inquiry record. This information is needed for an automated scoring application. This data is available for liability and inquiry records from Equifax, Experian and Trans Union.</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="Value" type="CreditBusinessTypeQualifiers" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Summarized description of the type this value is defining.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="RepositoryCode" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The type code assigned by the repository.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="RepositoryValue" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Description as provided by the repository.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="CreditConsumerReferralType">
		<xsd:complexContent>
			<xsd:extension base="ReferralType">
				<xsd:sequence>
					<xsd:element name="CreditBusinessType" type="CreditBusinessTypeType" minOccurs="0"/>
				</xsd:sequence>
				<xsd:attribute name="qualifier" type="CreditConsumerReferralTypeType" use="optional"/>
			</xsd:extension>
		</xsd:complexContent>
	</xsd:complexType>
	<xsd:complexType name="CreditContactType">
		<xsd:sequence>
			<xsd:element name="OrganizationName" type="xsd:string">
				<xsd:annotation>
					<xsd:documentation>Organization name of credit grantor or organization requesting the credit report.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="OriginalOrganizationName" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>When a liability account has been transferred or is being handled by a collection agency, this element indicates the name of original creditor.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="OrganizationId" type="EntityIdType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Organization number of credit grantor or organization requesting the credit report.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="CreditBusinessType" type="CreditBusinessTypeType" minOccurs="0"/>
			<xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0"/>
		</xsd:sequence>
	</xsd:complexType>
	<xsd:complexType name="CreditLiabilityType">
		<xsd:sequence>
			<xsd:element name="FurtherReviewRequired" type="xsd:boolean" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Information may need further review.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="Creditor" type="CreditContactType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Organization name of credit grantor</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="AccountClosedDate" type="FlexibleDatesType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The date that the credit liability account was closed by the liability holder (by either the borrower or the liability holder).</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="AccountIdentifier" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The account number assigned to the liability account as provided by the credit repository bureau.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="AccountOpenedDate" type="FlexibleDatesType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Date the account was opened.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="AccountOwnershipType" type="AccountOwnershipTypeType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Describes the ownership relation of the borrower(s) to the liability account (i.e. are they solely responsible, jointly responsible, a co-signer on the account, etc.) Also refered to as ECOA Code.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="AccountPaidDate" type="FlexibleDatesType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The date that the credit liability was reported paid to zero by the liability holder.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="AccountReportedDate" type="FlexibleDatesType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The date that the credit liability data was reported by the liability holder.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="AccountStatusType" type="AccountStatusTypeType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Status for an account as of the Account Status Date.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="AccountStatusDate" type="FlexibleDatesType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The Status Date is the date that the accounts Current Rating was CHANGED to that status by the liability holder. If the Current Rating status is Bankruptcy, for example, the Status Date would be when the account first went into bankkruptcy.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="AccountType" type="AccountTypeType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>This describes the type of account established with the Liability Account Holder - credit line, installment, mortgage, open, revolving).</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="BalanceDate" type="FlexibleDatesType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Balance owed as of date.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="BalloonPaymentAmount" type="CurrencyAmountType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>Credit Liability Balloon Payment Amount.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="CreditLimitAmount" type="CurrencyAmountType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The current credit limit for the account as reported by the liability holder.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="CreditLoanType" type="CreditLoanTypeType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>This element contains an enumerated list of common loan types. If the loan type is Other, then preceed the description with x:.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ChargeOffAmount" type="CurrencyAmountType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The amount charged off by a liability holder, usually for an account in collection.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="CollateralDescription" type="xsd:string" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>A description of any collateral for the loan (for example, 97 Corvette).</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="ConsumerDisputeIndicator" type="xsd:boolean" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>This element indicates whether or not the consumer (borrower) disputes information reported for this account and has filed a FCRA dispute form.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="CurrentRating" type="CreditRatingType" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>The liability accounts current rating (as of Date Reported) for how timely the borrower has been making payments on this account.</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="DerogatoryDataIndicator" type="xsd:boolean" minOccurs="0">
				<xsd:annotation>
					<xsd:documentation>This element indicates whether or not the liability account contains adverse or derogatory information.
</xsd:documentation>
				</xsd:annotation>
			</xsd:element>
			<xsd:element name="DeferredAccountTerms" minOccurs="0">
				<xsd:complexType>
					<xsd:simpleContent>
						<xsd:extension base="xsd:string">
				