Schema Name: CodeLists.xsd
Target Namespace: http://www.hr-xml.org/3
Documentation:
Name: CodeLists.xsd Status: 3.0 Public Release Date this version: 2009-Sep-23
Collapse XSD Schema Code:

<!--
The notices below are provided with respect to licensed content incorporated herein:
Copyright HR-XML Consortium. All Rights Reserved. http://www.hrxmlconsortium.org and http://www.hr-xml.org. Terms of license can be found in license.pdf.
Copyright (c) 1997-2009 Open Applications Group, Inc. All Rights Reserved.  http://www.openapplications.org
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.hr-xml.org/3" xmlns:oac="http://www.openapplications.org/oagis/9" xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" xmlns:clm54217="http://www.openapplications.org/oagis/9/currencycode/54217:2001" targetNamespace="http://www.hr-xml.org/3" elementFormDefault="qualified" attributeFormDefault="unqualified" version="3.0">
	<xsd:annotation>
		<xsd:documentation> 
       Name: CodeLists.xsd 
       Status:  3.0 Public Release
       Date this version: 2009-Sep-23 
       </xsd:documentation>
	</xsd:annotation>
	<xsd:import namespace="http://www.openapplications.org/oagis/9/currencycode/54217:2001" schemaLocation="../../../../org_openapplications_platform/1_1/Common/UNCEFACT/ATG/CoreComponents/CodeList_CurrencyCode_ISO_7_04.xsd"/>
	<xsd:simpleType name="ObjectiveActionCodeContentType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org">A code classifying an action to be taken with respect to
			achieving an objective. This may be used in the definition or specification of an objective or objective plan. 
			This is an HR-XML Open List. Enumerated values are "Increase", "Decrease", "Maintain At", "Maintain Above", and "Maintain Below".</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="ObjectiveActionCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ObjectiveActionCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org">A code classifying an action to be taken with respect to
			achieving an objective. This may be used in the definition or specification of an objective or objective plan.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Increase">
				<xsd:annotation>
					<xsd:documentation>Increase relative to a base towards a target.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Decrease">
				<xsd:annotation>
					<xsd:documentation>Decrease relative to a base towards a target.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MaintainAt">
				<xsd:annotation>
					<xsd:documentation>Maintain target.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MaintainAbove">
				<xsd:annotation>
					<xsd:documentation>Maintain above a target level.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Reach">
				<xsd:annotation>
					<xsd:documentation>Increase above a target level. Mathematically equivalent to "maintain above," but carries finer-grain semantics.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MaintainBelow">
				<xsd:annotation>
					<xsd:documentation>Maintain below a target level.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DistributionEventContentCodeType">
		<xsd:union memberTypes="DistributionEventCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="DistributionEventCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A set of enumerations classifying an event triggering or related to payments from a savings or retirement plan.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Termination"/>
			<xsd:enumeration value="Retirement"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="GenderCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A code indicating the gender of a person. This set of enumerations is parrallel to those specified within ISO 5218 - Representation of Human Sexes (0 - Not Known; 1 - Male; 2 - Female; 9 - Not specified). However, the text values have been substituted for the numeric codes for greater clarity.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="NotKnown"/>
			<xsd:enumeration value="Male"/>
			<xsd:enumeration value="Female"/>
			<xsd:enumeration value="NotSpecified"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="PayRateIntervalCodeContentType">
		<xsd:annotation>
			<xsd:documentation>An interval of time or other basis used to express a rate of pay or remuneration. An HR-XML open code list. Enumerated values are set out within PayRateIntervalCodeEnumType, but additional values are permitted. </xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="PayRateIntervalCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="PayRateIntervalCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>
An interval of time or other basis used to express a rate of pay or remuneration. OED: "Interval, n.  2. a. The space of time intervening between two points of time; any intervening time." Enumerated values are:
Hour
Day
Half Week
Week
Two Weeks
Four Weeks
Half Month
Month
Two Months
Quarter
Seasonal Term
Half Year
Year
Quarter To Date
Year To Date
Once - a flat amount paid once without regard to one of the above intervals. Could be paid once per assignment or review period or other applicable conceptual period.
</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Hour"/>
			<xsd:enumeration value="Day"/>
			<xsd:enumeration value="Week"/>
			<xsd:enumeration value="TwoWeeks"/>
			<xsd:enumeration value="FourWeeks"/>
			<xsd:enumeration value="HalfMonth"/>
			<xsd:enumeration value="Month"/>
			<xsd:enumeration value="TwoMonths"/>
			<xsd:enumeration value="Quarter"/>
			<xsd:enumeration value="SeasonalTerm"/>
			<xsd:enumeration value="HalfYear"/>
			<xsd:enumeration value="Year"/>
			<xsd:enumeration value="QuarterTo Date"/>
			<xsd:enumeration value="YearToDate"/>
			<xsd:enumeration value="Once"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="PayCycleIntervalCodeContentType">
		<xsd:union memberTypes="PayCycleIntervalCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="PayCycleIntervalCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>
PayCycleInterval specifies how often the pay cycle occurs or, in other words, how often a person is paid, e.g., weekly, biweekly, etc. This is a different concept than an interval used in expressing a rate of pay. Enumerated values are:
Day
Week
Two Weeks
Half Month
Month
Two Months
Month Week 1
Month Week 2
Month Week 3
Month Week 4
Month Week 5
Month Week Last
Quarter
Half Year
Year
</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Day"/>
			<xsd:enumeration value="Week"/>
			<xsd:enumeration value="TwoWeeks"/>
			<xsd:enumeration value="HalfMonth"/>
			<xsd:enumeration value="Month"/>
			<xsd:enumeration value="TwoMonths"/>
			<xsd:enumeration value="MonthWeek "/>
			<xsd:enumeration value="MonthWeek2"/>
			<xsd:enumeration value="MonthWeek3"/>
			<xsd:enumeration value="MonthWeek4"/>
			<xsd:enumeration value="MonthWeek5"/>
			<xsd:enumeration value="MonthWeekLast"/>
			<xsd:enumeration value="Quarter"/>
			<xsd:enumeration value="HalfYear"/>
			<xsd:enumeration value="Year"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="WorkingHoursBasisCodeContentType">
		<xsd:union memberTypes="WorkingHoursBasisCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="WorkingHoursBasisCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>
An interval of time or related basis used to calculate or reference a schedule or working hours. Enumerated values are:
</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Day">
				<xsd:annotation>
					<xsd:documentation>Note that this code list is used in more than one context, one of which is
			ScheduledDays. "Day" generally would not be a valid scheduleBasis in the context of ScheduledDays.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Week"/>
			<xsd:enumeration value="TwoWeeks"/>
			<xsd:enumeration value="FourWeeks"/>
			<xsd:enumeration value="HalfMonth"/>
			<xsd:enumeration value="Month"/>
			<xsd:enumeration value="TwoMonths"/>
			<xsd:enumeration value="Quarter"/>
			<xsd:enumeration value="SeasonalTerm"/>
			<xsd:enumeration value="HalfYear"/>
			<xsd:enumeration value="Year"/>
			<xsd:enumeration value="Shift">
				<xsd:annotation>
					<xsd:documentation>Note that this code list is used in more than one context, one of which is
			ScheduledDays. "Shfit" generally would not be a valid scheduleBasis in the context of ScheduledDays.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayAssignmentEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Previous"/>
			<xsd:enumeration value="Current"/>
			<xsd:enumeration value="Next"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="PersonNameAffixCodeContentType">
		<xsd:union memberTypes="PersonNameAffixCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="PersonNameAffixCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="AristocraticTitle"/>
			<xsd:enumeration value="FormOfAddress"/>
			<xsd:enumeration value="Generation"/>
			<xsd:enumeration value="Qualification"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TimeReportedStatusCodeContentType">
		<xsd:union memberTypes="TimeReportedStatusCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="TimeReportedStatusCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A set of codes classifying the status of a ReportedTime component.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Add"/>
			<xsd:enumeration value="Changed"/>
			<xsd:enumeration value="Unchanged"/>
			<xsd:enumeration value="Void"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TimeCardStatusCodeContentType">
		<xsd:union memberTypes="TimeCardStatusCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="TimeCardStatusCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A set of codes classifying the status of a TimeCard.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Raw"/>
			<xsd:enumeration value="Processed"/>
			<xsd:enumeration value="Submitted"/>
			<xsd:enumeration value="Rejected"/>
			<xsd:enumeration value="Approved"/>
			<xsd:enumeration value="Final"/>
			<xsd:enumeration value="Open"/>
			<xsd:enumeration value="Adjusted"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="PersonEyeColorContentType">
		<xsd:union memberTypes="PersonEyeColorEnumerationType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="PersonEyeColorEnumerationType">
		<xsd:restriction base="xsd:normalizedString">
			<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="PersonHairColorContentType">
		<xsd:union memberTypes="PersonHairColorEnumerationType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="PersonHairColorEnumerationType">
		<xsd:annotation>
			<xsd:documentation>As set of values classifying hair color (or the lack of hair).</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<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="MaritalStatusCodeContentType">
		<xsd:union memberTypes="MaritalStatusCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="MaritalStatusCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="DomesticPartner"/>
			<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="LegallySeparated"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="LaborBargainingUnitCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
				<ccts:DictionaryEntryName>Labor Bargaining Unit. Member Status. Code</ccts:DictionaryEntryName>
				<ccts:DefinitionText>Values that classify an individual's membership status within a given labor bargaining unit (a sector of an employer workforce represented by a union.)</ccts:DefinitionText>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Member"/>
			<xsd:enumeration value="NonMember"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!-- ISCED Institution Codes -->
	<xsd:simpleType name="ISCEDInstitutionCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">The International Standard Classification of Education (ISCED) is a scheme developed by the UN to provide a normalized, international set of values for classifying the level of a school or institution:
			0 = Pre-primary education
			1 = Primary education
			2 = Lower secondary education
			3 = (Upper) secondary education
			4 = Post-secondary education
			5 = First stage of tertiary education (not leading directly to an advanced research qualification)
			6 = Second stage of tertiary education (leading to an advanced research qualification) 
			</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="0"/>
			<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:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="AttendanceStatusCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Current"/>
			<xsd:enumeration value="Prior"/>
			<xsd:enumeration value="Unknown"/>
			<xsd:enumeration value="NotSpecified"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="GraduatingDegreeCodeContentType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en"> 
			Graduating = a person would receive a diploma within an academic curriculum.
			Qualifying = a person may or may not receive a certificate or other qualification of completion within professional curriculum.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="GraduatingDegreeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="GraduatingDegreeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:annotation>
				<xsd:documentation source="http://www.hr-xml.org" xml:lang="en"> 
			Graduating = a person would receive a diploma within an academic curriculum.
			Qualifying = a person may or may not receive a certificate or other qualification of completion within professional curriculum.</xsd:documentation>
			</xsd:annotation>
			<xsd:enumeration value="Graduating"/>
			<xsd:enumeration value="Qualifying"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="EducationOrganizationTypeCodeContentType">
		<xsd:union memberTypes="EducationOrganizationTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="EducationOrganizationTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Department"/>
			<xsd:enumeration value="SubSchool"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="RemunerationBasisCodeContentType">
		<xsd:union memberTypes="RemunerationBasisCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="RemunerationBasisCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
				<ccts:DictionaryEntryName>Position. Remuneration Basis. Code</ccts:DictionaryEntryName>
				<ccts:DefinitionText>Values that classify the primary remuneration basis for a position. In otherwords, the primary or fundamental basis upon which a pay is calculated for the position.</ccts:DefinitionText>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Hourly"/>
			<xsd:enumeration value="Salaried"/>
			<xsd:enumeration value="SalariedPlusCommission"/>
			<xsd:enumeration value="CommissionOnly"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="RemunerationTypeCodeContentType">
		<xsd:union memberTypes="RemunerationTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="RemunerationTypeCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that classify the type of pay or remuneration. 
			</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="BasePay"/>
			<xsd:enumeration value="Commission"/>
			<xsd:enumeration value="Bonus"/>
			<xsd:enumeration value="ShortTermIncentive"/>
			<xsd:enumeration value="ShiftPremium"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DependentRelationshipCodeContentType">
		<xsd:union memberTypes="DependentRelationshipCodeEnumerationType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="DependentRelationshipCodeEnumerationType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
				<ccts:DefinitionText>Values that classify a dependent's relationship to an employee or benefit program subscriber.</ccts:DefinitionText>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="AdoptedChild"/>
			<xsd:enumeration value="Brother"/>
			<xsd:enumeration value="Child"/>
			<xsd:enumeration value="ExSpouse"/>
			<xsd:enumeration value="Father"/>
			<xsd:enumeration value="Granddaughter"/>
			<xsd:enumeration value="Grandson"/>
			<xsd:enumeration value="Grandfather"/>
			<xsd:enumeration value="Grandmother"/>
			<xsd:enumeration value="LifePartner"/>
			<xsd:enumeration value="Mother"/>
			<xsd:enumeration value="Sister"/>
			<xsd:enumeration value="Spouse"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="HireTypeCodeContentType">
		<xsd:union memberTypes="HireTypeCodeEnumerationType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="HireTypeCodeEnumerationType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
				<ccts:DefinitionText>A set of values classifying the type of hire..</ccts:DefinitionText>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="NewHire"/>
			<xsd:enumeration value="Rehire"/>
			<xsd:enumeration value="Acquisition"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="AssessmentStatusCodeContentType">
		<xsd:union memberTypes="AssessmentStatusEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="AssessmentStatusEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
       A set of codes indicating the status of an assessment
       The name of the assessment status. 
       </xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="OrderAcknowledged"/>
			<xsd:enumeration value="TestPendingScheduling"/>
			<xsd:enumeration value="TestScheduled"/>
			<xsd:enumeration value="CompletedTestPendingScoring"/>
			<xsd:enumeration value="ScoredTestPendingReview"/>
			<xsd:enumeration value="SubjectDeclinedTest"/>
			<xsd:enumeration value="OrderComplete"/>
			<xsd:enumeration value="OrderInProgress"/>
			<xsd:enumeration value="OrderCancelled"/>
			<xsd:enumeration value="OrderExpired"/>
			<xsd:enumeration value="OrderReviewRequired"/>
			<xsd:enumeration value="Deferred"/>
			<xsd:enumeration value="Error"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ScoreNumericCodeContentType">
		<xsd:union memberTypes="ScoreNumericCodeEnumTypes xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ScoreNumericCodeEnumTypes">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
A set of enumerations describing the numeric type of scoring scheme.           
       </xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Percentile">
				<xsd:annotation>
					<xsd:documentation>A value on a scale that indicates the percent of a distribution that is equal to or below it. For example, a score at the 80th percentile is equal to or better than 80 percent of the scores.
</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="RawScore">
				<xsd:annotation>
					<xsd:documentation>A numeric test score before it is transformed. </xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Stanine">
				<xsd:annotation>
					<xsd:documentation>Standard Nine. A test score transformed to an equivalent standard score with values 1 through 9.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Sten">
				<xsd:annotation>
					<xsd:documentation>Standard Ten. A test score transformed to an equivalent standard score with values 1 through 10.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="T-score">
				<xsd:annotation>
					<xsd:documentation>A test score transformed to an equivalent standard score with an average of 50 and standard deviation of 10.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Z-score">
				<xsd:annotation>
					<xsd:documentation>A standard score indicates how many standard deviations an observation is above or below the mean.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="IntelligenceQuotient">
				<xsd:annotation>
					<xsd:documentation>An index of intelligence, with an average IQ of 100 and standard deviation of 15.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Scaled">
				<xsd:annotation>
					<xsd:documentation>A transformation of the raw score to a common gradation that can be used for comparison to other forms of the test. </xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="NormalCurve">
				<xsd:annotation>
					<xsd:documentation>The score expressed as a percent of cases below this score assuming a normal distribution.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GPA">
				<xsd:annotation>
					<xsd:documentation>a measure of a student's academic achievement. Calculated by dividing the total number of grade points received by the total number attempted.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ScoreTextCodeContentType">
		<xsd:union memberTypes="ScoreTextCodeEnumTypes xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ScoreTextCodeEnumTypes">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
A set of enumerations describing the textual type of scoring scheme.           
       </xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="CourseGrade">
				<xsd:annotation>
					<xsd:documentation>A test score that is expressed as a mark (or grade) in an educational course.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="WageHourCoverageEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Exempt"/>
			<xsd:enumeration value="Non-exempt"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!-- Patent Status Codes -->
	<xsd:simpleType name="PatentStatusCodeContentType">
		<xsd:union memberTypes="PatentStatusCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="PatentStatusCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that describe the status of the patent.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="PatentIssued"/>
			<xsd:enumeration value="PatentPending"/>
			<xsd:enumeration value="PatentFiled"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!-- Presentation Method Codes -->
	<xsd:simpleType name="PresentationMethodCodeContentType">
		<xsd:union memberTypes="PresentationMethodCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="PresentationMethodCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that describe the manner or method in which the speaking event is performed or takes place.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Speech"/>
			<xsd:enumeration value="Presentation"/>
			<xsd:enumeration value="Demonstration"/>
			<xsd:enumeration value="Interview"/>
			<xsd:enumeration value="Debate"/>
			<xsd:enumeration value="PanelDiscussion"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!-- Speaking Event Codes -->
	<xsd:simpleType name="SpeakingEventCodeContentType">
		<xsd:union memberTypes="SpeakingEventCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="SpeakingEventCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that describe the type of speaking event.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Convention"/>
			<xsd:enumeration value="Rally"/>
			<xsd:enumeration value="Conference"/>
			<xsd:enumeration value="SalesMeeting"/>
			<xsd:enumeration value="TelevisionShow"/>
			<xsd:enumeration value="RadioShow"/>
			<xsd:enumeration value="Web-based"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!-- Publication Codes -->
	<xsd:simpleType name="PublicationCodeContentType">
		<xsd:union memberTypes="PublicationCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="PublicationCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that describe the type of publication.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Article"/>
			<xsd:enumeration value="Book"/>
			<xsd:enumeration value="Conference"/>
			<xsd:enumeration value="Other"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="OtherPublicationCodeContentType">
		<xsd:union memberTypes="OtherPublicationCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="OtherPublicationCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values used to describe publications other than an article, book, or conference paper.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Thesis"/>
			<xsd:enumeration value="Whitepaper"/>
			<xsd:enumeration value="Report"/>
			<xsd:enumeration value="TechnicalDocumentation"/>
			<xsd:enumeration value="Study"/>
			<xsd:enumeration value="Manual"/>
			<xsd:enumeration value="ResearchPaper"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="PublicationRoleCodeContentType">
		<xsd:union memberTypes="PublicationRoleCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="PublicationRoleCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values used to describe a person's role in the publication.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Author"/>
			<xsd:enumeration value="Editor"/>
			<xsd:enumeration value="Illustrator"/>
			<xsd:enumeration value="Contributor"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!-- AffiliatedOrganizationTypeCode -->
	<xsd:simpleType name="AffiliatedOrganizationTypeCodeContentType">
		<xsd:union memberTypes="AffiliatedOrganizationTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="AffiliatedOrganizationTypeCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values used to describe the type of assocation or affiliated organization.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<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>
	<!-- Reference Types -->
	<xsd:simpleType name="RefereeTypeCodeContentType">
		<xsd:union memberTypes="RefereeTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="RefereeTypeCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that describe the type of reference. 
			Professional: this is a professional reference which might include managers, co-workers, subordinates, professors, etc.
			Personal: this is a personal reference which typically includes friends and family.
			Verification: this reference would be used to verify employment. It might include the HR department, managers, staffing agencies, etc.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Professional"/>
			<xsd:enumeration value="Personal"/>
			<xsd:enumeration value="Verification"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!-- From Employment History -->
	<xsd:simpleType name="PositionOfferingTypeCodeContentType">
		<xsd:annotation>
			<xsd:documentation>These are values that are descriptive in classifying a position within advertising or communications of a position opportunity or "offering."  Note that these classifications are useful within advertising, but they are not precise classes useful internally to drive pay, benefits, and HR compliance. This is an HR-XML Open List. Enumerated values are: Direct Hire, Temporary, Temporary to Hire, Contract to Hire, Contract, Internship, Apprenticeship, Seasonal, and On Call (on call, would empass work such as substitute and replacement workers). Consider that "Temporary" and "Direct Hire" are not parallel concepts, but are still commonly used in classifying jobs within advertising.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="PositionOfferingTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="PositionOfferingTypeCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">These are values that are descriptive in classifying a position within advertising or communications of a position opportunity or "offering."  Note that these classifications are useful within advertising, but they are not precise classes useful internally to drive pay, benefits, and HR compliance. This is an HR-XML Open List. Enumerated values are: Direct Hire, Temporary, Temporary to Hire, Contract to Hire, Contract, Internship, Apprenticeship, Seasonal, and On Call (on call, would empass work such as substitute and replacement workers). Consider that "Temporary" and "Direct Hire" are not parallel concepts, but are still commonly used in classifying jobs within advertising.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="DirectHire"/>
			<xsd:enumeration value="Temporary"/>
			<xsd:enumeration value="TemporaryToHire"/>
			<xsd:enumeration value="ContractToHire"/>
			<xsd:enumeration value="Contract"/>
			<xsd:enumeration value="Internship"/>
			<xsd:enumeration value="Apprenticeship"/>
			<xsd:enumeration value="Seasonal"/>
			<xsd:enumeration value="OnCall">
				<xsd:annotation>
					<xsd:documentation>Would empass work such as substitute and replacement workers.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="GeographicScopeCodeContentType">
		<xsd:union memberTypes="GeographicScopeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="GeographicScopeCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that describe the geographical area over which a company does business.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Global"/>
			<xsd:enumeration value="National"/>
			<xsd:enumeration value="Regional"/>
			<xsd:enumeration value="Local"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!-- Position Schedule Types -->
	<xsd:simpleType name="PositionScheduleCodeContentType">
		<xsd:union memberTypes="PositionScheduleCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="PositionScheduleCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that classify the working schedule of a position offered or a position sought. Essentialy, whether a position offered or sought is full-time or part-time or has provision for flexible scheduling. Intended to classify schedule position preferences of a candidate or conversely employer preferences or requirements related to candidates with respect to an advertised position. Used in the context of matching candidates to positions. Note thatWorkLevelCode is a similar concept, but is intended for narrower classification of an possition or determinations of plan eligibility rather than descriptions of position schedule preference. This is an HR-XML open list. </xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="FullTime"/>
			<xsd:enumeration value="PartTime"/>
			<xsd:enumeration value="FlexTime"/>
			<xsd:enumeration value="Any"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!-- Insurance -->
	<xsd:simpleType name="InsuranceTypeCodeContentType">
		<xsd:union memberTypes="InsuranceTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="InsuranceTypeCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that classify the available or offered types of insurance.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Medical"/>
			<xsd:enumeration value="Dental"/>
			<xsd:enumeration value="Vision"/>
			<xsd:enumeration value="Life"/>
			<xsd:enumeration value="ShortTermDisability"/>
			<xsd:enumeration value="LongTermDisability"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!-- Time Off-->
	<xsd:simpleType name="TimeOffAllowanceTypeCodeContentType">
		<xsd:union memberTypes="TimeOffAllowanceTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="TimeOffAllowanceTypeCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that classify the types of time off.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="PaidHoliday"/>
			<xsd:enumeration value="UnpaidHoliday"/>
			<xsd:enumeration value="PaidVacation"/>
			<xsd:enumeration value="PaidLeave"/>
			<xsd:enumeration value="UnpaidLeave"/>
			<xsd:enumeration value="PersonalLeave"/>
			<xsd:enumeration value="SickLeave"/>
			<xsd:enumeration value="Disability"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!-- Expatriate Benefit Types -->
	<xsd:simpleType name="ExpatriateBenefitCodeContentType">
		<xsd:union memberTypes="ExpatriateBenefitCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ExpatriateBenefitCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that classify the types of benefits available or offered to expatriates.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="RelocationPackage"/>
			<xsd:enumeration value="SchoolFees"/>
			<xsd:enumeration value="Vehicle"/>
			<xsd:enumeration value="ProfessionalServiceFees"/>
			<xsd:enumeration value="LanguageInstruction"/>
			<xsd:enumeration value="ClubMembership"/>
		</xsd:restriction>
	</xsd:simpleType>
	<!-- Source Type -->
	<xsd:simpleType name="CandidateSourceCodeContentType">
		<xsd:union memberTypes="CandidateSourceCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="CandidateSourceCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that classify the source of the applicant or candidate.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="JobBoard"/>
			<xsd:enumeration value="StaffingAgency"/>
			<xsd:enumeration value="Intermediary"/>
			<xsd:enumeration value="Referrer"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="WorkLevelCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A code classifying the position or engagement as full-time or part-time. Such
determination typically would be made under policies or rules set by the employer 
or under any applicable collective bargaining agreement. For example, an employer policy might set a weekly threshold of 35 hours, 37.5 hours, or
other number of regularly scheduled working hours as determinative of "full-time" status. Such status may be used to indicate eligibility under certain
employer pay and benefit programs.
</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="FullTime"/>
			<xsd:enumeration value="PartTime"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ResourceRelationshipCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code classifying a resource's employment relationship with repect to an associated organization within an assignment. In the vast majority of cases, a resource can be classified as either an employee (a "direct hire") or a vendor's employee. The "Vendor Employee" concept encompasses those self employed and 
those sourced through a staffing or leasing company. </xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="ResourceRelationshipCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ResourceRelationshipCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A code classifying a resource's employment relationship with repect to an associated organization within an assignment. In the vast majority of cases, a resource can be classified as either an employee (a "direct hire") or a vendor's employee. The "Vendor Employee" concept encompasses those self employed and 
those sourced through a staffing or leasing company. A third value of "Other" may be used to fit rare exceptions, such as a customer employee who has a role in a project or process and must be considered in the provisioning of an HR system.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Employee"/>
			<xsd:enumeration value="VendorEmployee"/>
			<xsd:enumeration value="Other">
				<xsd:annotation>
					<xsd:documentation>In most contexts, based on applicable law or common law principles, a resource is classified as either an employee or a "vendor employee" (a contractor, self-employed, or employee of another party). The "Other" value might be used in circumstances such as where the resource might be a non-paid "Customer Employee" or other resource that is neither an employee nor vendor employee.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="EmploymentTermCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Regular"/>
			<xsd:enumeration value="Temporary"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="StaffingOrderTypeCodeContentType">
		<xsd:union memberTypes="StaffingOrderTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="StaffingOrderTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Quote"/>
			<xsd:enumeration value="Order"/>
			<xsd:enumeration value="UnapprovedOrder"/>
			<xsd:enumeration value="RFQ"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="StaffingDocumentStatusCodeContentType">
		<xsd:union memberTypes="StaffingDocumentStatusCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="StaffingDocumentStatusCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A set of codes classifying the status of a staffing order or assignment or similar record.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="New"/>
			<xsd:enumeration value="Modified"/>
			<xsd:enumeration value="Rejected"/>
			<xsd:enumeration value="Reopened"/>
			<xsd:enumeration value="Cancelled"/>
			<xsd:enumeration value="Active"/>
			<xsd:enumeration value="Closed"/>
			<xsd:enumeration value="Accepted"/>
			<xsd:enumeration value="Extended"/>
			<xsd:enumeration value="Replaced"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="RecruitingDocumentStatusCodeContentType">
		<xsd:union memberTypes="RecruitingDocumentStatusCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="RecruitingDocumentStatusCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Values that describe the disposition of a candidate or position opening document.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Active">
				<xsd:annotation>
					<xsd:documentation>Generally indicating that a document or associated process has been
			initiated and has not yet been closed.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Closed">
				<xsd:annotation>
					<xsd:documentation>Indicates that a document or associated process has been has 
			completed or is no longer among active cases or records.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Incomplete">
				<xsd:annotation>
					<xsd:documentation>Generally indicating that a document or associated process has been
			initiated but cannot advance because additional information or action is required.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="PrecedenceCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A set of enumerations indicating an entity's relative importance or priority among others. For example whether a particular contact method (e.g., office telephone; home telephone, email) has priority or should be use before others. Enumerated values are "1" = Primary; "2" = Secondary; "3" = Tertiary; "4" = quaternary; "5" = quinary; "6" = senary. OED: Precedence n. The fact of being above or ahead of another or others in order, rank, or importance; The fact of coming before another or others in time or succession; priority in time.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="1"/>
			<xsd:enumeration value="2"/>
			<xsd:enumeration value="3"/>
			<xsd:enumeration value="4"/>
			<xsd:enumeration value="5"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="NationalityContextCodeContentType">
		<xsd:union memberTypes="NationalityContextCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="NationalityContextCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<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="TrueValueEnumType">
		<xsd:annotation>
			<xsd:documentation>This is used in the case of indicators that 
serve as "flags". The presence of the indicator element indicates that the 
associated condition is "true". This pattern is used where conveying a false
condition for the indicator would not be meaningful or extraneous.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="true"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ActiveStatusEnumType">
		<xsd:annotation>
			<xsd:documentation>Used to indicate an active or inactive status for an associated entity, record, or condition.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Active"/>
			<xsd:enumeration value="Inactive"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="RemunerationStatusCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>Used to indicate whether a period of leave, travel, training or similar non-working hours are paid or unpaid.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Paid"/>
			<xsd:enumeration value="Unpaid"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="AssignmentEntryReasonCodeContentType">
		<xsd:union memberTypes="AssignmentEntryReasonEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="AssignmentEntryReasonEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Acquisition"/>
			<xsd:enumeration value="Demotion"/>
			<xsd:enumeration value="Hire"/>
			<xsd:enumeration value="Lateral"/>
			<xsd:enumeration value="Promotion"/>
			<xsd:enumeration value="Transfer"/>
			<xsd:enumeration value="Re-hire"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningSearchTypeQualifierCodeContentType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
				<ccts:DictionaryEntryName/>
				<ccts:UsageRule>SearchQualifiersAbuse
			SearchQualifiersCredit
			SearchQualifiersCriminal
			SearchQualifiersEarnings
			SearchQualifiersEmployment
			SearchQualifiersReference
			LicenseNameQualifiers
			SearchQualifiersSanctions
			This is HR-XML open list. Other values a permitted where used.</ccts:UsageRule>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="EarningsSearchTypeCodeEnumType ScreeningSubjectTypeCodeEnumType SearchAbuseTypeCodeEnumType LicenseTypeCodeEnumType SearchCreditTypeCodeEnumType USSearchCriminalTypeCodeEnumType SearchEmploymentTypeEnumType USSearchSanctionTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="SearchEmploymentTypeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="CurrentEmployment"/>
			<xsd:enumeration value="PriorEmployment"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="USSearchCriminalTypeCodeContentType">
		<xsd:union memberTypes="USSearchCriminalTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="USSearchCriminalTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="County"/>
			<xsd:enumeration value="Statewide"/>
			<xsd:enumeration value="FederalBankruptcy"/>
			<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="CountyCivil"/>
			<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="JurisdictionCodeContentType">
		<xsd:union memberTypes="JurisdictionCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="JurisdictionCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Country"/>
			<xsd:enumeration value="Region"/>
			<xsd:enumeration value="Federal"/>
			<xsd:enumeration value="County"/>
			<xsd:enumeration value="City"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SearchAbuseTypeCodeContentType">
		<xsd:union memberTypes="SearchAbuseTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="SearchAbuseTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Child"/>
			<xsd:enumeration value="Elderly"/>
			<xsd:enumeration value="Sexual"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="LicenseTypeCodeContentType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
				<ccts:DictionaryEntryName/>
				<ccts:UsageRule>This is HR-XML open list. Other values a permitted where used.</ccts:UsageRule>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="LicenseTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="LicenseTypeCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
				<ccts:DictionaryEntryName>Professional License. Type. Code</ccts:DictionaryEntryName>
				<ccts:DefinitionText>A set of enumerations that classify a license associated with employment. This may be professional or vocational license or similar license.</ccts:DefinitionText>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Aviation">
				<xsd:annotation>
					<xsd:documentation>Aviation-related licenses. For example, a pilot license. In the United States,
            the type of licenses regulated by the U.S. Federal Aviation Administration.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Communications">
				<xsd:annotation>
					<xsd:documentation source="http://www.hr-xml.org">
            A class of licenses to operate or maintain radio, television, or
            other devices/services using the public radio spectrum. For example, in the United States,
            the type of licenses regulated by the U.S. Federal Communications Commission.		
			</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="LicensedPracticalNurse">
				<xsd:annotation>
					<xsd:documentation>An "LPN" or Licensed Practical Nurse License or equivalent license.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MotorVehiclePersonal">
				<xsd:annotation>
					<xsd:documentation>A personal license to operate a motor vehicle (MV Personal).</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MotorVehiclePersonalCommercial">
				<xsd:annotation>
					<xsd:documentation>A license to operate a motor vehicle that may be dual purpose -- for commercial and personal use.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MotorVehicleCommercial">
				<xsd:annotation>
					<xsd:documentation>A commerical license to operate a motor vehicle.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CDLIS">
				<xsd:annotation>
					<xsd:documentation>Commercial Driver's License Information System. Used to specify a license that will be verified through, or is within the scope of, the CDLIS.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MotorVehicleNationalDriverRegister">
				<xsd:annotation>
					<xsd:documentation>National Driver Register.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="NDR">
				<xsd:annotation>
					<xsd:documentation>National Driver Register containing drivers who have had their licenses revoked or suspended, or who have been convicted of serious traffic violations such as driving while impaired by alcohol or drugs.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Nurse"/>
			<xsd:enumeration value="Pharmacy"/>
			<xsd:enumeration value="Physician"/>
			<xsd:enumeration value="RadiationTechnologist"/>
			<xsd:enumeration value="ARRT">
				<xsd:annotation>
					<xsd:documentation>American Registry of Radiologic Technologists</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CNA">
				<xsd:annotation>
					<xsd:documentation>Certified Nursing Assistant</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="PhysicalTherapist"/>
			<xsd:enumeration value="OccupationalTherapist"/>
			<xsd:enumeration value="SocialWorker"/>
			<xsd:enumeration value="CertifiedPublicAccountant"/>
			<xsd:enumeration value="Engineer"/>
			<xsd:enumeration value="LicensedVocationalNurse">
				<xsd:annotation>
					<xsd:documentation>An "LVN" or "Licensed Vocational Nurse" License or equivalent license.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Dietician"/>
			<xsd:enumeration value="SpeechTherapist"/>
			<xsd:enumeration value="Lawyer"/>
			<xsd:enumeration value="Radiology"/>
			<xsd:enumeration value="EmergencyMedicalTechnician"/>
			<xsd:enumeration value="Paramedic"/>
			<xsd:enumeration value="Teacher"/>
			<xsd:enumeration value="Dentist"/>
			<xsd:enumeration value="Optometrist"/>
			<xsd:enumeration value="RegisteredNurse"/>
			<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="EarningsSearchTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="EarningsDetail"/>
			<xsd:enumeration value="EarningsSummary"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningOrderServiceCodeContentType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
Refers to type of order processing pattern or level of service requested. This is an open HR-XML list. Enumerated values are Delayed and Immediate. Delayed = Acknowledgement of order receipt requested, but no immediate business-level processing expected.  Immediate = Immediate business-level processing expected. This is an HR-XML Open List.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="ScreeningOrderServiceCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningOrderServiceCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
Refers to type of order processing pattern or level of service requested. This is an open HR-XML list. Enumerated values are Delayed and Immediate. Delayed = Acknowledgement of order receipt requested, but no immediate business-level processing expected.  Immediate = Immediate business-level processing expected. This is an HR-XML Open List.
			</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Immediate">
				<xsd:annotation>
					<xsd:documentation>Immediate business processing of message.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Deferred">
				<xsd:annotation>
					<xsd:documentation>Business processing of the message deferred. May receive a "ConfirmBOD"</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningOrderActionCodeContentType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
				<ccts:DictionaryEntryName/>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:UsageRule>HR-XML open list.</ccts:UsageRule>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="ScreeningOrderActionEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningOrderActionEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="NewOrder"/>
			<xsd:enumeration value="AppendOrder"/>
			<xsd:enumeration value="UpdateOrder"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="InitialStatusCodeContentType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
				<ccts:DictionaryEntryName/>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:UsageRule>HR-XML open list.</ccts:UsageRule>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="InitialStatusCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="InitialStatusCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Hold"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningSubjectTypeCodeContentType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
				<ccts:DictionaryEntryName/>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText>The code classifies the type of compilation of details relating to a screening subject. A screening order package can contain multiple ScreeningSubjectDetails. This is to accomodate searches for aliases or other types of screening  subject details. This is an HR-XML open list.</ccts:DefinitionText>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="ScreeningSubjectTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningSubjectTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Alias"/>
			<xsd:enumeration value="Other"/>
			<xsd:enumeration value="Current"/>
			<xsd:enumeration value="Prior"/>
			<xsd:enumeration value="NotSpecified"/>
			<xsd:enumeration value="Vendor"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="LanguageCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>This list is based on Internet Engineering Task Force (IETF) RFCs 4646 and RFC 4647 for language tags. This tag system is extensible to region, dialect, and private designations. The IANA Language Subtag Registry is a source of the tag values. See http://www.iana.org/assignments/language-subtag-registry </xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="en-US"/>
			<xsd:enumeration value="en-CA"/>
			<xsd:enumeration value="aa-ET"/>
			<xsd:enumeration value="ab-GE"/>
			<xsd:enumeration value="af-ZA"/>
			<xsd:enumeration value="am-ET"/>
			<xsd:enumeration value="ar-SA"/>
			<xsd:enumeration value="as-IN"/>
			<xsd:enumeration value="ay-BO"/>
			<xsd:enumeration value="az-AZ"/>
			<xsd:enumeration value="ba-RU"/>
			<xsd:enumeration value="be-BY"/>
			<xsd:enumeration value="bg-BG"/>
			<xsd:enumeration value="bh-IN"/>
			<xsd:enumeration value="bi-VU"/>
			<xsd:enumeration value="bn-BD"/>
			<xsd:enumeration value="bo-BT"/>
			<xsd:enumeration value="br-FR"/>
			<xsd:enumeration value="ca-ES"/>
			<xsd:enumeration value="co-FR"/>
			<xsd:enumeration value="cs-CZ"/>
			<xsd:enumeration value="cy-GB"/>
			<xsd:enumeration value="da-DE"/>
			<xsd:enumeration value="de-DE"/>
			<xsd:enumeration value="dz-BT"/>
			<xsd:enumeration value="el-GR"/>
			<xsd:enumeration value="es-ES"/>
			<xsd:enumeration value="et-EE"/>
			<xsd:enumeration value="eu-ES"/>
			<xsd:enumeration value="fa-AF"/>
			<xsd:enumeration value="fi-FI "/>
			<xsd:enumeration value="fj-FJ"/>
			<xsd:enumeration value="fo-FO"/>
			<xsd:enumeration value="fr-CA"/>
			<xsd:enumeration value="fr-FR"/>
			<xsd:enumeration value="fy-NL"/>
			<xsd:enumeration value="ga-IE"/>
			<xsd:enumeration value="gd-GB"/>
			<xsd:enumeration value="gl-ES"/>
			<xsd:enumeration value="gn-PY"/>
			<xsd:enumeration value="gu-IN"/>
			<xsd:enumeration value="ha-NG"/>
			<xsd:enumeration value="hi-IN"/>
			<xsd:enumeration value="hr-HR"/>
			<xsd:enumeration value="hu-HU"/>
			<xsd:enumeration value="hy-AM"/>
			<xsd:enumeration value="ik-GL"/>
			<xsd:enumeration value="in-ID"/>
			<xsd:enumeration value="is-IS"/>
			<xsd:enumeration value="it-IT"/>
			<xsd:enumeration value="iw-IL"/>
			<xsd:enumeration value="ja-JP"/>
			<xsd:enumeration value="ji-IL"/>
			<xsd:enumeration value="jw-ID"/>
			<xsd:enumeration value="ka-GE"/>
			<xsd:enumeration value="kk-KZ"/>
			<xsd:enumeration value="kl-GL"/>
			<xsd:enumeration value="km-KH"/>
			<xsd:enumeration value="kn-IN"/>
			<xsd:enumeration value="ko-KP"/>
			<xsd:enumeration value="ko-KR"/>
			<xsd:enumeration value="ks-IN"/>
			<xsd:enumeration value="ku-IQ"/>
			<xsd:enumeration value="ky-CN"/>
			<xsd:enumeration value="la-VA"/>
			<xsd:enumeration value="ln-CD"/>
			<xsd:enumeration value="lo-LA"/>
			<xsd:enumeration value="lt-LT"/>
			<xsd:enumeration value="lv-LV"/>
			<xsd:enumeration value="mg-MG"/>
			<xsd:enumeration value="mi-NZ"/>
			<xsd:enumeration value="mk-MK"/>
			<xsd:enumeration value="ml-IN"/>
			<xsd:enumeration value="mn-MN"/>
			<xsd:enumeration value="mo-MO"/>
			<xsd:enumeration value="mr-IN"/>
			<xsd:enumeration value="ms-MY"/>
			<xsd:enumeration value="mt-MH"/>
			<xsd:enumeration value="my-MM"/>
			<xsd:enumeration value="na-NR"/>
			<xsd:enumeration value="ne-NP"/>
			<xsd:enumeration value="nl-NL"/>
			<xsd:enumeration value="no-NO"/>
			<xsd:enumeration value="oc-FR"/>
			<xsd:enumeration value="om-ET"/>
			<xsd:enumeration value="or-IN"/>
			<xsd:enumeration value="pa-IN"/>
			<xsd:enumeration value="pl-PL"/>
			<xsd:enumeration value="ps-PK"/>
			<xsd:enumeration value="pt-PT"/>
			<xsd:enumeration value="qu-PE"/>
			<xsd:enumeration value="rm-CH"/>
			<xsd:enumeration value="rn-BI"/>
			<xsd:enumeration value="ro-RO"/>
			<xsd:enumeration value="ru-RU"/>
			<xsd:enumeration value="rw-RW"/>
			<xsd:enumeration value="sa-IN"/>
			<xsd:enumeration value="sd-PK"/>
			<xsd:enumeration value="sg-CF"/>
			<xsd:enumeration value="sh-HR"/>
			<xsd:enumeration value="si-LK"/>
			<xsd:enumeration value="sk-SK"/>
			<xsd:enumeration value="sl-SI"/>
			<xsd:enumeration value="sm-WS"/>
			<xsd:enumeration value="sn-ZW"/>
			<xsd:enumeration value="so-SO"/>
			<xsd:enumeration value="sq-AL"/>
			<xsd:enumeration value="sr-CS"/>
			<xsd:enumeration value="ss-ZA"/>
			<xsd:enumeration value="st-ZA"/>
			<xsd:enumeration value="su-SD"/>
			<xsd:enumeration value="sv-SE"/>
			<xsd:enumeration value="sw-TL"/>
			<xsd:enumeration value="ta-IN"/>
			<xsd:enumeration value="te-IN"/>
			<xsd:enumeration value="tg-TJ"/>
			<xsd:enumeration value="th-TH"/>
			<xsd:enumeration value="ti-ET"/>
			<xsd:enumeration value="tk-TM"/>
			<xsd:enumeration value="tl-PH"/>
			<xsd:enumeration value="tn-ZA"/>
			<xsd:enumeration value="to-TO"/>
			<xsd:enumeration value="tr-TR"/>
			<xsd:enumeration value="ts-ZA"/>
			<xsd:enumeration value="tt-RU"/>
			<xsd:enumeration value="tw-GH"/>
			<xsd:enumeration value="uk-UA"/>
			<xsd:enumeration value="ur-PK"/>
			<xsd:enumeration value="uz-UZ"/>
			<xsd:enumeration value="vi-VN"/>
			<xsd:enumeration value="wo-SN"/>
			<xsd:enumeration value="xh-ZA"/>
			<xsd:enumeration value="yo-NG"/>
			<xsd:enumeration value="zh-CN"/>
			<xsd:enumeration value="zu-ZA"/>
			<xsd:enumeration value="aa"/>
			<xsd:enumeration value="ab"/>
			<xsd:enumeration value="af"/>
			<xsd:enumeration value="am"/>
			<xsd:enumeration value="ar"/>
			<xsd:enumeration value="as"/>
			<xsd:enumeration value="ay"/>
			<xsd:enumeration value="az"/>
			<xsd:enumeration value="ba"/>
			<xsd:enumeration value="be"/>
			<xsd:enumeration value="bg"/>
			<xsd:enumeration value="bh"/>
			<xsd:enumeration value="bi"/>
			<xsd:enumeration value="bn"/>
			<xsd:enumeration value="bo"/>
			<xsd:enumeration value="br"/>
			<xsd:enumeration value="ca"/>
			<xsd:enumeration value="co"/>
			<xsd:enumeration value="cs"/>
			<xsd:enumeration value="cy"/>
			<xsd:enumeration value="da"/>
			<xsd:enumeration value="de"/>
			<xsd:enumeration value="dz"/>
			<xsd:enumeration value="el"/>
			<xsd:enumeration value="en"/>
			<xsd:enumeration value="es"/>
			<xsd:enumeration value="et"/>
			<xsd:enumeration value="eu"/>
			<xsd:enumeration value="fa"/>
			<xsd:enumeration value="fi"/>
			<xsd:enumeration value="fj"/>
			<xsd:enumeration value="fo"/>
			<xsd:enumeration value="fr"/>
			<xsd:enumeration value="fy"/>
			<xsd:enumeration value="ga"/>
			<xsd:enumeration value="gd"/>
			<xsd:enumeration value="gl"/>
			<xsd:enumeration value="gn"/>
			<xsd:enumeration value="gu"/>
			<xsd:enumeration value="ha"/>
			<xsd:enumeration value="hi"/>
			<xsd:enumeration value="hr"/>
			<xsd:enumeration value="hu"/>
			<xsd:enumeration value="hy"/>
			<xsd:enumeration value="ik"/>
			<xsd:enumeration value="in"/>
			<xsd:enumeration value="is"/>
			<xsd:enumeration value="it"/>
			<xsd:enumeration value="iw"/>
			<xsd:enumeration value="ja"/>
			<xsd:enumeration value="ji"/>
			<xsd:enumeration value="jw"/>
			<xsd:enumeration value="ka"/>
			<xsd:enumeration value="kk"/>
			<xsd:enumeration value="kl"/>
			<xsd:enumeration value="km"/>
			<xsd:enumeration value="kn"/>
			<xsd:enumeration value="ko"/>
			<xsd:enumeration value="ks"/>
			<xsd:enumeration value="ku"/>
			<xsd:enumeration value="ky"/>
			<xsd:enumeration value="la"/>
			<xsd:enumeration value="ln"/>
			<xsd:enumeration value="lo"/>
			<xsd:enumeration value="lt"/>
			<xsd:enumeration value="lv"/>
			<xsd:enumeration value="mg"/>
			<xsd:enumeration value="mi"/>
			<xsd:enumeration value="mk"/>
			<xsd:enumeration value="ml"/>
			<xsd:enumeration value="mn"/>
			<xsd:enumeration value="mo"/>
			<xsd:enumeration value="mr"/>
			<xsd:enumeration value="ms"/>
			<xsd:enumeration value="mt"/>
			<xsd:enumeration value="my"/>
			<xsd:enumeration value="na"/>
			<xsd:enumeration value="ne"/>
			<xsd:enumeration value="nl"/>
			<xsd:enumeration value="no"/>
			<xsd:enumeration value="oc"/>
			<xsd:enumeration value="om"/>
			<xsd:enumeration value="or"/>
			<xsd:enumeration value="pa"/>
			<xsd:enumeration value="pl"/>
			<xsd:enumeration value="ps"/>
			<xsd:enumeration value="pt"/>
			<xsd:enumeration value="qu"/>
			<xsd:enumeration value="rm"/>
			<xsd:enumeration value="rn"/>
			<xsd:enumeration value="ro"/>
			<xsd:enumeration value="ru"/>
			<xsd:enumeration value="rw"/>
			<xsd:enumeration value="sa"/>
			<xsd:enumeration value="sd"/>
			<xsd:enumeration value="sg"/>
			<xsd:enumeration value="sh"/>
			<xsd:enumeration value="si"/>
			<xsd:enumeration value="sk"/>
			<xsd:enumeration value="sl"/>
			<xsd:enumeration value="sm"/>
			<xsd:enumeration value="sn"/>
			<xsd:enumeration value="so"/>
			<xsd:enumeration value="sq"/>
			<xsd:enumeration value="sr"/>
			<xsd:enumeration value="ss"/>
			<xsd:enumeration value="st"/>
			<xsd:enumeration value="su"/>
			<xsd:enumeration value="sv"/>
			<xsd:enumeration value="sw"/>
			<xsd:enumeration value="ta"/>
			<xsd:enumeration value="te"/>
			<xsd:enumeration value="tg"/>
			<xsd:enumeration value="th"/>
			<xsd:enumeration value="ti"/>
			<xsd:enumeration value="tk"/>
			<xsd:enumeration value="tl"/>
			<xsd:enumeration value="tn"/>
			<xsd:enumeration value="to"/>
			<xsd:enumeration value="tr"/>
			<xsd:enumeration value="ts"/>
			<xsd:enumeration value="tt"/>
			<xsd:enumeration value="tw"/>
			<xsd:enumeration value="uk"/>
			<xsd:enumeration value="ur"/>
			<xsd:enumeration value="uz"/>
			<xsd:enumeration value="vi"/>
			<xsd:enumeration value="wo"/>
			<xsd:enumeration value="xh"/>
			<xsd:enumeration value="yo"/>
			<xsd:enumeration value="zh"/>
			<xsd:enumeration value="zu"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="LanguageCodeContentType">
		<xsd:annotation>
			<xsd:documentation>This list is based on Internet Engineering Task Force (IETF) RFCs 4646 and RFC 4647 for language tags. This tag system is extensible to region, dialect, and private designations. The IANA Language Subtag Registry is a source of the tag values. See http://www.iana.org/assignments/language-subtag-registry  This is implemented as an HR-XML Open List. Additional values are permitted.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="LanguageCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="CountryCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.iana.org/domains/root/db/">Two-letter codes from the ISO 3166 standard as implemented by The Internet Assigned Numbers Authority.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="AC">
				<xsd:annotation>
					<xsd:documentation>Ascension Island</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AD">
				<xsd:annotation>
					<xsd:documentation>Andorra</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AE">
				<xsd:annotation>
					<xsd:documentation>United Arab Emirates</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AF">
				<xsd:annotation>
					<xsd:documentation>Afghanistan</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AG">
				<xsd:annotation>
					<xsd:documentation>Antigua and Barbuda</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AI">
				<xsd:annotation>
					<xsd:documentation>Anguilla</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AL">
				<xsd:annotation>
					<xsd:documentation>Albania</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AM">
				<xsd:annotation>
					<xsd:documentation>Armenia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AN">
				<xsd:annotation>
					<xsd:documentation>Netherlands Antilles</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AO">
				<xsd:annotation>
					<xsd:documentation>Angola</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AQ">
				<xsd:annotation>
					<xsd:documentation>Antarctica</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AR">
				<xsd:annotation>
					<xsd:documentation>Argentina</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AS">
				<xsd:annotation>
					<xsd:documentation>American Samoa</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AT">
				<xsd:annotation>
					<xsd:documentation>Austria</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AU">
				<xsd:annotation>
					<xsd:documentation>Australia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AW">
				<xsd:annotation>
					<xsd:documentation>Aruba</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AX">
				<xsd:annotation>
					<xsd:documentation>Aland Islands</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AZ">
				<xsd:annotation>
					<xsd:documentation>Azerbaijan</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BA">
				<xsd:annotation>
					<xsd:documentation>Bosnia and Herzegovina</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BB">
				<xsd:annotation>
					<xsd:documentation>Barbados</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BD">
				<xsd:annotation>
					<xsd:documentation>Bangladesh</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BE">
				<xsd:annotation>
					<xsd:documentation>Belgium</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BF">
				<xsd:annotation>
					<xsd:documentation>Burkina Faso</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BG">
				<xsd:annotation>
					<xsd:documentation>Bulgaria</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BH">
				<xsd:annotation>
					<xsd:documentation>Bahrain</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BI">
				<xsd:annotation>
					<xsd:documentation>Burundi</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BJ">
				<xsd:annotation>
					<xsd:documentation>Benin</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BL">
				<xsd:annotation>
					<xsd:documentation>Saint Barthelemy</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BM">
				<xsd:annotation>
					<xsd:documentation>Bermuda</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BN">
				<xsd:annotation>
					<xsd:documentation>Brunei Darussalam</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BO">
				<xsd:annotation>
					<xsd:documentation>Bolivia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BR">
				<xsd:annotation>
					<xsd:documentation>Brazil</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BS">
				<xsd:annotation>
					<xsd:documentation>Bahamas</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BT">
				<xsd:annotation>
					<xsd:documentation>Bhutan</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BV">
				<xsd:annotation>
					<xsd:documentation>Bouvet Island</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BW">
				<xsd:annotation>
					<xsd:documentation>Botswana</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BY">
				<xsd:annotation>
					<xsd:documentation>Belarus</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BZ">
				<xsd:annotation>
					<xsd:documentation>Belize</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CA">
				<xsd:annotation>
					<xsd:documentation>Canada</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CC">
				<xsd:annotation>
					<xsd:documentation>Cocos (Keeling) Islands</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CD">
				<xsd:annotation>
					<xsd:documentation>Congo, The Democratic Republic of the</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CF">
				<xsd:annotation>
					<xsd:documentation>Central African Republic</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CG">
				<xsd:annotation>
					<xsd:documentation>Congo</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CH">
				<xsd:annotation>
					<xsd:documentation>Switzerland</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CI">
				<xsd:annotation>
					<xsd:documentation>Cote d'Ivoire</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CK">
				<xsd:annotation>
					<xsd:documentation>Cook Islands</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CL">
				<xsd:annotation>
					<xsd:documentation>Chile</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CM">
				<xsd:annotation>
					<xsd:documentation>Cameroon</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CN">
				<xsd:annotation>
					<xsd:documentation>China</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CO">
				<xsd:annotation>
					<xsd:documentation>Colombia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CR">
				<xsd:annotation>
					<xsd:documentation>Costa Rica</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CU">
				<xsd:annotation>
					<xsd:documentation>Cuba</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CV">
				<xsd:annotation>
					<xsd:documentation>Cape Verde</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CX">
				<xsd:annotation>
					<xsd:documentation>Christmas Island</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CY">
				<xsd:annotation>
					<xsd:documentation>Cyprus</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CZ">
				<xsd:annotation>
					<xsd:documentation>Czech Republic</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="DE">
				<xsd:annotation>
					<xsd:documentation>Germany</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="DJ">
				<xsd:annotation>
					<xsd:documentation>Djibouti</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="DK">
				<xsd:annotation>
					<xsd:documentation>Denmark</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="DM">
				<xsd:annotation>
					<xsd:documentation>Dominica</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="DO">
				<xsd:annotation>
					<xsd:documentation>Dominican Republic</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="DZ">
				<xsd:annotation>
					<xsd:documentation>Algeria</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="EC">
				<xsd:annotation>
					<xsd:documentation>Ecuador</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="EE">
				<xsd:annotation>
					<xsd:documentation>Estonia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="EG">
				<xsd:annotation>
					<xsd:documentation>Egypt</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="EH">
				<xsd:annotation>
					<xsd:documentation>Western Sahara</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="ER">
				<xsd:annotation>
					<xsd:documentation>Eritrea</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="ES">
				<xsd:annotation>
					<xsd:documentation>Spain</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="ET">
				<xsd:annotation>
					<xsd:documentation>Ethiopia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="EU">
				<xsd:annotation>
					<xsd:documentation>European Union</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="FI">
				<xsd:annotation>
					<xsd:documentation>Finland</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="FJ">
				<xsd:annotation>
					<xsd:documentation>Fiji</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="FK">
				<xsd:annotation>
					<xsd:documentation>Falkland Islands (Malvinas)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="FM">
				<xsd:annotation>
					<xsd:documentation>Micronesia, Federated States of</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="FO">
				<xsd:annotation>
					<xsd:documentation>Faroe Islands</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="FR">
				<xsd:annotation>
					<xsd:documentation>France</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GA">
				<xsd:annotation>
					<xsd:documentation>Gabon</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GB">
				<xsd:annotation>
					<xsd:documentation>United Kingdom</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GD">
				<xsd:annotation>
					<xsd:documentation>Grenada</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GE">
				<xsd:annotation>
					<xsd:documentation>Georgia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GF">
				<xsd:annotation>
					<xsd:documentation>French Guiana</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GG">
				<xsd:annotation>
					<xsd:documentation>Guernsey</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GH">
				<xsd:annotation>
					<xsd:documentation>Ghana</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GI">
				<xsd:annotation>
					<xsd:documentation>Gibraltar</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GL">
				<xsd:annotation>
					<xsd:documentation>Greenland</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GM">
				<xsd:annotation>
					<xsd:documentation>Gambia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GN">
				<xsd:annotation>
					<xsd:documentation>Guinea</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GP">
				<xsd:annotation>
					<xsd:documentation>Guadeloupe</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GQ">
				<xsd:annotation>
					<xsd:documentation>Equatorial Guinea</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GR">
				<xsd:annotation>
					<xsd:documentation>Greece</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GS">
				<xsd:annotation>
					<xsd:documentation>South Georgia and the South Sandwich Islands</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GT">
				<xsd:annotation>
					<xsd:documentation>Guatemala</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GU">
				<xsd:annotation>
					<xsd:documentation>Guam</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GW">
				<xsd:annotation>
					<xsd:documentation>Guinea-Bissau</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GY">
				<xsd:annotation>
					<xsd:documentation>Guyana</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="HK">
				<xsd:annotation>
					<xsd:documentation>Hong Kong</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="HM">
				<xsd:annotation>
					<xsd:documentation>Heard Island and McDonald Islands</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="HN">
				<xsd:annotation>
					<xsd:documentation>Honduras</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="HR">
				<xsd:annotation>
					<xsd:documentation>Croatia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="HT">
				<xsd:annotation>
					<xsd:documentation>Haiti</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="HU">
				<xsd:annotation>
					<xsd:documentation>Hungary</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="ID">
				<xsd:annotation>
					<xsd:documentation>Indonesia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="IE">
				<xsd:annotation>
					<xsd:documentation>Ireland</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="IL">
				<xsd:annotation>
					<xsd:documentation>Israel</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="IM">
				<xsd:annotation>
					<xsd:documentation>Isle of Man</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="IN">
				<xsd:annotation>
					<xsd:documentation>India</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="IO">
				<xsd:annotation>
					<xsd:documentation>British Indian Ocean Territory</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="IQ">
				<xsd:annotation>
					<xsd:documentation>Iraq</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="IR">
				<xsd:annotation>
					<xsd:documentation>Iran, Islamic Republic of</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="IS">
				<xsd:annotation>
					<xsd:documentation>Iceland</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="IT">
				<xsd:annotation>
					<xsd:documentation>Italy</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="JE">
				<xsd:annotation>
					<xsd:documentation>Jersey</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="JM">
				<xsd:annotation>
					<xsd:documentation>Jamaica</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="JO">
				<xsd:annotation>
					<xsd:documentation>Jordan</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="JP">
				<xsd:annotation>
					<xsd:documentation>Japan</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="KE">
				<xsd:annotation>
					<xsd:documentation>Kenya</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="KG">
				<xsd:annotation>
					<xsd:documentation>Kyrgyzstan</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="KH">
				<xsd:annotation>
					<xsd:documentation>Cambodia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="KI">
				<xsd:annotation>
					<xsd:documentation>Kiribati</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="KM">
				<xsd:annotation>
					<xsd:documentation>Comoros</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="KN">
				<xsd:annotation>
					<xsd:documentation>Saint Kitts and Nevis</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="KP">
				<xsd:annotation>
					<xsd:documentation>Korea, Democratic People's Republic of</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="KR">
				<xsd:annotation>
					<xsd:documentation>Korea, Republic of</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="KW">
				<xsd:annotation>
					<xsd:documentation>Kuwait</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="KY">
				<xsd:annotation>
					<xsd:documentation>Cayman Islands</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="KZ">
				<xsd:annotation>
					<xsd:documentation>Kazakhstan</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="LA">
				<xsd:annotation>
					<xsd:documentation>Lao People's Democratic Republic</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="LB">
				<xsd:annotation>
					<xsd:documentation>Lebanon</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="LC">
				<xsd:annotation>
					<xsd:documentation>Saint Lucia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="LI">
				<xsd:annotation>
					<xsd:documentation>Liechtenstein</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="LK">
				<xsd:annotation>
					<xsd:documentation>Sri Lanka</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="LR">
				<xsd:annotation>
					<xsd:documentation>Liberia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="LS">
				<xsd:annotation>
					<xsd:documentation>Lesotho</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="LT">
				<xsd:annotation>
					<xsd:documentation>Lithuania</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="LU">
				<xsd:annotation>
					<xsd:documentation>Luxembourg</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="LV">
				<xsd:annotation>
					<xsd:documentation>Latvia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="LY">
				<xsd:annotation>
					<xsd:documentation>Libyan Arab Jamahiriya</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MA">
				<xsd:annotation>
					<xsd:documentation>Morocco</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MC">
				<xsd:annotation>
					<xsd:documentation>Monaco</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MD">
				<xsd:annotation>
					<xsd:documentation>Moldova</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="ME">
				<xsd:annotation>
					<xsd:documentation>Montenegro</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MF">
				<xsd:annotation>
					<xsd:documentation>Saint Martin</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MG">
				<xsd:annotation>
					<xsd:documentation>Madagascar</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MH">
				<xsd:annotation>
					<xsd:documentation>Marshall Islands</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MK">
				<xsd:annotation>
					<xsd:documentation>Macedonia, The Former Yugoslav Republic of</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="ML">
				<xsd:annotation>
					<xsd:documentation>Mali</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MM">
				<xsd:annotation>
					<xsd:documentation>Myanmar</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MN">
				<xsd:annotation>
					<xsd:documentation>Mongolia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MO">
				<xsd:annotation>
					<xsd:documentation>Macao</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MP">
				<xsd:annotation>
					<xsd:documentation>Northern Mariana Islands</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MQ">
				<xsd:annotation>
					<xsd:documentation>Martinique</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MR">
				<xsd:annotation>
					<xsd:documentation>Mauritania</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MS">
				<xsd:annotation>
					<xsd:documentation>Montserrat</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MT">
				<xsd:annotation>
					<xsd:documentation>Malta</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MU">
				<xsd:annotation>
					<xsd:documentation>Mauritius</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MV">
				<xsd:annotation>
					<xsd:documentation>Maldives</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MW">
				<xsd:annotation>
					<xsd:documentation>Malawi</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MX">
				<xsd:annotation>
					<xsd:documentation>Mexico</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MY">
				<xsd:annotation>
					<xsd:documentation>Malaysia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MZ">
				<xsd:annotation>
					<xsd:documentation>Mozambique</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="NA">
				<xsd:annotation>
					<xsd:documentation>Namibia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="NC">
				<xsd:annotation>
					<xsd:documentation>New Caledonia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="NE">
				<xsd:annotation>
					<xsd:documentation>Niger</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="NF">
				<xsd:annotation>
					<xsd:documentation>Norfolk Island</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="NG">
				<xsd:annotation>
					<xsd:documentation>Nigeria</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="NI">
				<xsd:annotation>
					<xsd:documentation>Nicaragua</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="NL">
				<xsd:annotation>
					<xsd:documentation>Netherlands</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="NO">
				<xsd:annotation>
					<xsd:documentation>Norway</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="NP">
				<xsd:annotation>
					<xsd:documentation>Nepal</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="NR">
				<xsd:annotation>
					<xsd:documentation>Nauru</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="NU">
				<xsd:annotation>
					<xsd:documentation>Niue</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="NZ">
				<xsd:annotation>
					<xsd:documentation>New Zealand</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="OM">
				<xsd:annotation>
					<xsd:documentation>Oman</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="PA">
				<xsd:annotation>
					<xsd:documentation>Panama</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="PE">
				<xsd:annotation>
					<xsd:documentation>Peru</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="PF">
				<xsd:annotation>
					<xsd:documentation>French Polynesia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="PG">
				<xsd:annotation>
					<xsd:documentation>Papua New Guinea</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="PH">
				<xsd:annotation>
					<xsd:documentation>Philippines</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="PK">
				<xsd:annotation>
					<xsd:documentation>Pakistan</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="PL">
				<xsd:annotation>
					<xsd:documentation>Poland</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="PM">
				<xsd:annotation>
					<xsd:documentation>Saint Pierre and Miquelon</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="PN">
				<xsd:annotation>
					<xsd:documentation>Pitcairn</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="PR">
				<xsd:annotation>
					<xsd:documentation>Puerto Rico</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="PS">
				<xsd:annotation>
					<xsd:documentation>Palestinian Territory, Occupied</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="PT">
				<xsd:annotation>
					<xsd:documentation>Portugal</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="PW">
				<xsd:annotation>
					<xsd:documentation>Palau</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="PY">
				<xsd:annotation>
					<xsd:documentation>Paraguay</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="QA">
				<xsd:annotation>
					<xsd:documentation>Qatar</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="RE">
				<xsd:annotation>
					<xsd:documentation>Reunion</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="RO">
				<xsd:annotation>
					<xsd:documentation>Romania</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="RS">
				<xsd:annotation>
					<xsd:documentation>Serbia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="RU">
				<xsd:annotation>
					<xsd:documentation>Russian Federation</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="RW">
				<xsd:annotation>
					<xsd:documentation>Rwanda</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SA">
				<xsd:annotation>
					<xsd:documentation>Saudi Arabia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SB">
				<xsd:annotation>
					<xsd:documentation>Solomon Islands</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SC">
				<xsd:annotation>
					<xsd:documentation>Seychelles</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SD">
				<xsd:annotation>
					<xsd:documentation>Sudan</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SE">
				<xsd:annotation>
					<xsd:documentation>Sweden</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SG">
				<xsd:annotation>
					<xsd:documentation>Singapore</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SH">
				<xsd:annotation>
					<xsd:documentation>Saint Helena</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SI">
				<xsd:annotation>
					<xsd:documentation>Slovenia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SJ">
				<xsd:annotation>
					<xsd:documentation>Svalbard and Jan Mayen</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SK">
				<xsd:annotation>
					<xsd:documentation>Slovakia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SL">
				<xsd:annotation>
					<xsd:documentation>Sierra Leone</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SM">
				<xsd:annotation>
					<xsd:documentation>San Marino</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SN">
				<xsd:annotation>
					<xsd:documentation>Senegal</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SO">
				<xsd:annotation>
					<xsd:documentation>Somalia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SR">
				<xsd:annotation>
					<xsd:documentation>Suriname</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="ST">
				<xsd:annotation>
					<xsd:documentation>Sao Tome and Principe</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SU">
				<xsd:annotation>
					<xsd:documentation>Soviet Union (being phased out)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SV">
				<xsd:annotation>
					<xsd:documentation>El Salvador</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SY">
				<xsd:annotation>
					<xsd:documentation>Syrian Arab Republic</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SZ">
				<xsd:annotation>
					<xsd:documentation>Swaziland</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TC">
				<xsd:annotation>
					<xsd:documentation>Turks and Caicos Islands</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TD">
				<xsd:annotation>
					<xsd:documentation>Chad</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TF">
				<xsd:annotation>
					<xsd:documentation>French Southern Territories</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TG">
				<xsd:annotation>
					<xsd:documentation>Togo</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TH">
				<xsd:annotation>
					<xsd:documentation>Thailand</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TJ">
				<xsd:annotation>
					<xsd:documentation>Tajikistan</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TK">
				<xsd:annotation>
					<xsd:documentation>Tokelau</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TL">
				<xsd:annotation>
					<xsd:documentation>Timor-Leste</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TM">
				<xsd:annotation>
					<xsd:documentation>Turkmenistan</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TN">
				<xsd:annotation>
					<xsd:documentation>Tunisia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TO">
				<xsd:annotation>
					<xsd:documentation>Tonga</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TP">
				<xsd:annotation>
					<xsd:documentation>Portuguese Timor (being phased out)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TR">
				<xsd:annotation>
					<xsd:documentation>Turkey</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TT">
				<xsd:annotation>
					<xsd:documentation>Trinidad and Tobago</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TV">
				<xsd:annotation>
					<xsd:documentation>Tuvalu</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TW">
				<xsd:annotation>
					<xsd:documentation>Taiwan</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TZ">
				<xsd:annotation>
					<xsd:documentation>Tanzania, United Republic of</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="UA">
				<xsd:annotation>
					<xsd:documentation>Ukraine</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="UG">
				<xsd:annotation>
					<xsd:documentation>Uganda</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="UK">
				<xsd:annotation>
					<xsd:documentation>United Kingdom</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="UM">
				<xsd:annotation>
					<xsd:documentation>United States Minor Outlying Islands</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="US">
				<xsd:annotation>
					<xsd:documentation>United States</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="UY">
				<xsd:annotation>
					<xsd:documentation>Uruguay</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="UZ">
				<xsd:annotation>
					<xsd:documentation>Uzbekistan</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="VA">
				<xsd:annotation>
					<xsd:documentation>Holy See (Vatican City State)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="VC">
				<xsd:annotation>
					<xsd:documentation>Saint Vincent and the Grenadines</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="VE">
				<xsd:annotation>
					<xsd:documentation>Venezuela</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="VG">
				<xsd:annotation>
					<xsd:documentation>Virgin Islands, British</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="VI">
				<xsd:annotation>
					<xsd:documentation>Virgin Islands, U.S.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="VN">
				<xsd:annotation>
					<xsd:documentation>Viet Nam</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="VU">
				<xsd:annotation>
					<xsd:documentation>Vanuatu</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="WF">
				<xsd:annotation>
					<xsd:documentation>Wallis and Futuna</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="WS">
				<xsd:annotation>
					<xsd:documentation>Samoa</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="YE">
				<xsd:annotation>
					<xsd:documentation>Yemen</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="YT">
				<xsd:annotation>
					<xsd:documentation>Mayotte</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="YU">
				<xsd:annotation>
					<xsd:documentation>Yugoslavia (being phased out)</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="ZA">
				<xsd:annotation>
					<xsd:documentation>South Africa</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="ZM">
				<xsd:annotation>
					<xsd:documentation>Zambia</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="ZW">
				<xsd:annotation>
					<xsd:documentation>Zimbabwe</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CountryCodeContentType">
		<xsd:union memberTypes="CountryCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="BeneficiaryTypeCodeContentType">
		<xsd:union memberTypes="BeneficiaryTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="BeneficiaryTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Regular"/>
			<xsd:enumeration value="Contingent"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CriminalChargeLevelCodeContentType">
		<xsd:union memberTypes="CriminalChargeLevelCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="CriminalChargeLevelCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
				<ccts:DictionaryEntryName>Criminal Charge. Type. Code</ccts:DictionaryEntryName>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText>A code classifying the level or type of criminal, judicial, or similar 
				charge.</ccts:DefinitionText>
				<ccts:UsageRule>Codes and descriptors vary significantly by 
				jurisdiction. The enumerated values represent a common, but not universal set of charge descriptors or codes.</ccts:UsageRule>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<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:annotation>
					<xsd:documentation source="http://www.hr-xml.org">A "capias" or "bench warrant" is a variant of an arrest warrant. A bench warrant usually commands the arrest of someone for failing to show for a required court appearance.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<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="ScreeningPermissiblePurposeCodeContentType">
		<xsd:union memberTypes="ScreeningPermissiblePurposeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ChargeDispositionCodeContentType">
		<xsd:union memberTypes="ChargeDispositionCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ChargeDispositionCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Acquitted"/>
			<xsd:enumeration value="AdjournedToADateToBeFixed"/>
			<xsd:enumeration value="AdjudicatedGuilty"/>
			<xsd:enumeration value="AdjudicationWithheld"/>
			<xsd:enumeration value="ARDProgram">
				<xsd:annotation>
					<xsd:documentation>An accelerated rehabilitative disposition (ARD) program is a special pre-trial intervention program for non-violent offenders who have limited or no prior record. Defendants in the Program are fast-tracked into rehabilitative programs, such as alcohol education. Offenders may also be ordered to complete varying amounts of Community Service as a condition of the Program.			
</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BailBondForfeiture"/>
			<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="ChargeDropped"/>
			<xsd:enumeration value="FugitiveFile"/>
			<xsd:enumeration value="Guilty"/>
			<xsd:enumeration value="GuiltyInAbsentia"/>
			<xsd:enumeration value="Ignored"/>
			<xsd:enumeration value="Infraction"/>
			<xsd:enumeration value="LetterOfReleaseFiled"/>
			<xsd:enumeration value="MisdemeanorInterventionProgram"/>
			<xsd:enumeration value="NoAction"/>
			<xsd:enumeration value="NoBilled"/>
			<xsd:enumeration value="NoFindingOfGuilt"/>
			<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="PretrialIntervention"/>
			<xsd:enumeration value="ProcessOther"/>
			<xsd:enumeration value="Remanded"/>
			<xsd:enumeration value="Responsible"/>
			<xsd:enumeration value="StrickenOffLeave"/>
			<xsd:enumeration value="SetDocket"/>
			<xsd:enumeration value="TransferredToCaseNumber"/>
			<xsd:enumeration value="TransferredToGrandJury"/>
			<xsd:enumeration value="WaivedPledGuilty"/>
			<xsd:enumeration value="Waiver"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningPermissiblePurposeCodeEnumType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
A set of enumerations classifying a legally permissible purpose for the screening.
The enumerations below are common in the U.S. market in implementing definitions of permissible purpose under Section 604 of the Fair Credit Reporting Act (FCRA). 15 U.S.C. 1681b
Consult competent legal counsel on relevant requirements within the jurisdictions where you are 
implementing.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="AccountManagement">
				<xsd:annotation>
					<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
For purposes of acquiring, servicing, or insure an account.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="ConsumerInitiated">
				<xsd:annotation>
					<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
A consumer searching his or her own credit or consumer records.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="WrittenConsent">
				<xsd:annotation>
					<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
A type of search other than other enumerated values conducted with the search subject's written consent. Note that other search types typically require the search subject's written consent.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="DebtCollection">
				<xsd:annotation>
					<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Related to "review or collection of an account of, the consumer."</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="ChildSupport">
				<xsd:annotation>
					<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
Related to a request by the head of a State or local child support enforcement agency for the purpose of establishing an individual's capacity to make child support payments or determining the appropriate level of such payments.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CreditTransaction">
				<xsd:annotation>
					<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Related to a credit transaction involving the consumer on whom the information is to be furnished and involving the extension of credit to, or review or collection of an account of, the consumer.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Employment">
				<xsd:annotation>
					<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Related to "employment purposes." For example, the evaluation of a candidate or review of an employee.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GovernmentLicenseOrBenefit">
				<xsd:annotation>
					<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Intended use of the information in connection with a determination of the consumer's eligibility for a license or other benefit granted by a governmental instrumentality required by law to consider an applicant's financial responsibility or status."</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AccountServicingOrUnderwritingOrInvestment">
				<xsd:annotation>
					<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">To review 	"information, as a potential investor or servicer, or current insurer, in connection with a valuation of, or an assessment of the credit or prepayment risks associated with, an existing credit obligation"</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="AccountReview">
				<xsd:annotation>
					<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">"To review an account to determine whether the consumer continues to meet the terms of the account."</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CourtOrder">
				<xsd:annotation>
					<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">"In response to the order of a court having jurisdiction to issue such an order, or a subpoena issued in connection with proceedings before a Federal grand jury."</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TenantScreening">
				<xsd:annotation>
					<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Relating to rental to a tenant.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DrugTestSubstanceCodeContentType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
				<ccts:DictionaryEntryName/>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:UsageRule>HR-XML open list.</ccts:UsageRule>
				<ccts:BusinessTermName>DrugTestSubstanceCode</ccts:BusinessTermName>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="DrugTestSubstanceCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="DrugTestSubstanceCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<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="SpecimenTypeCodeContentType">
		<xsd:annotation>
			<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
				<ccts:DictionaryEntryName/>
				<ccts:VersionID>1.0</ccts:VersionID>
				<ccts:DefinitionText/>
				<ccts:UsageRule>HR-XML open list.</ccts:UsageRule>
				<ccts:BusinessTermName>SpecimenTypeCode</ccts:BusinessTermName>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="SpecimenTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="SpecimenTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Blood"/>
			<xsd:enumeration value="Hair"/>
			<xsd:enumeration value="Saliva"/>
			<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="JPNoLimitStaffingTypeCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>
				<ccts:DictionaryEntryName>JP No Limit_ Staffing Type Code. Code</ccts:DictionaryEntryName>
				<ccts:DefinitionText>A code classifying the type of job with no legal restriction of the period.  There are 5 job types and 1 for special cases.</ccts:DefinitionText>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="JobCategoryByOrdinance"/>
			<xsd:enumeration value="ProjectWithPeriod"/>
			<xsd:enumeration value="WorkWithPeriod"/>
			<xsd:enumeration value="MaternityLeave"/>
			<xsd:enumeration value="CaringLeave"/>
			<xsd:enumeration value="SpecialCases"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="AgencyRoleCodeContentType">
		<xsd:union memberTypes="AgencyRoleCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="AgencyRoleCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>
				<ccts:DictionaryEntryName>Agency Role. Code</ccts:DictionaryEntryName>
				<ccts:DefinitionText>A code classifying the role of an entity or the role with which that entity is associated.  </ccts:DefinitionText>
			</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Customer"/>
			<xsd:enumeration value="Supplier"/>
			<xsd:enumeration value="Requester"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="OrganizationOwnershipTypeCodeContentType">
		<xsd:annotation>
			<xsd:documentation>An HR-XML open list describing the legal form or ownership of the organization.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="OrganizationOwnershipTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="OrganizationOwnershipTypeCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A set of enumerations describing the legal form or ownership of the organization.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Public"/>
			<xsd:enumeration value="Private"/>
			<xsd:enumeration value="Non-Profit"/>
			<xsd:enumeration value="Government"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningSearchTypeCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A set of enumerations describing the type of search or screening to be performed. This is an HR-XML Open list.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="ScreeningSearchTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningSearchTypeCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A set of enumerations describing the type of search or screening to be performed.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<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="EmploymentEligibility"/>
			<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="WorkersCompensation"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="AppraisalReasonCodeContentType">
		<xsd:annotation>
			<xsd:documentation>Values describing the reason for the performance appraisal. Enumerated values are: promotion, job change, and scheduled. This is an HR-XML Open List.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="AppraisalReasonCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="AppraisalReasonCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>Values describing the reason for the performance appraisal. Enumerated values are: promotion, job change, and scheduled.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Promotion"/>
			<xsd:enumeration value="JobChange"/>
			<xsd:enumeration value="Scheduled"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="AppraisalScheduleContentType">
		<xsd:annotation>
			<xsd:documentation>Values classifying the type of appraisal schedule. Enumerated values are: annual, midyear, interim, probation. This is an HR-XML Open List.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="AppraisalScheduleEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="AppraisalScheduleEnumType">
		<xsd:annotation>
			<xsd:documentation>Values classifying the type of appraisal schedule. Enumerated values are: annual, midyear, interim, probation.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Annual"/>
			<xsd:enumeration value="Midyear"/>
			<xsd:enumeration value="Interim"/>
			<xsd:enumeration value="Probation"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="EPMStatusCodeContentType">
		<xsd:annotation>
			<xsd:documentation>Values describing status of a performance management process component (e.g., an Objective). Enumerated values are: in progress, complete, canceled, not known, and not applicable. This is an HR-XML open list.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="EPMStatusCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="EPMStatusCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>Values describing status of a performance management process component (e.g., an Objective). Enumerated values are: in progress, complete, canceled, not known, and not applicable.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="InProgress"/>
			<xsd:enumeration value="Complete"/>
			<xsd:enumeration value="Canceled"/>
			<xsd:enumeration value="NotKnown"/>
			<xsd:enumeration value="NotApplicable"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="RaterGroupCodeContentType">
		<xsd:annotation>
			<xsd:documentation>Values describing status of a performance management process component (e.g., an Objective). Enumerated values are: in progress, complete, canceled, not known, and not applicable. This is an HR-XML open list.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="RaterGroupCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="RaterGroupCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>Values describing the relationship between a performance appraisal process participant (e.g., a participant on a multi-rater panel) and the performance appraisal subject. Enumerated values include: customer, peer, supervisor, direct report, and self</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Customer"/>
			<xsd:enumeration value="Peer"/>
			<xsd:enumeration value="Supervisor"/>
			<xsd:enumeration value="DirectReport"/>
			<xsd:enumeration value="Self"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="LearningObjectUseCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code classifying whether use of a course or other developmental tool is required, recommended, or whether an equivalent is permitted.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="LearningObjectUseCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="LearningObjectUseCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Required"/>
			<xsd:enumeration value="Recommended"/>
			<xsd:enumeration value="RequiredOrEquivalent"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningTestReasonCodeContentType">
		<xsd:annotation>
			<xsd:documentation>An list of reason codes describing the condition that trigger the substance testing process. This is an HR-XML Open List.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="ScreeningTestReasonCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningTestReasonCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>An list of reason codes describing the condition that trigger the substance testing process.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="PreEmployment"/>
			<xsd:enumeration value="Random"/>
			<xsd:enumeration value="ReasonableSuspicionOrCause"/>
			<xsd:enumeration value="BlindSample"/>
			<xsd:enumeration value="FollowUp"/>
			<xsd:enumeration value="Periodic"/>
			<xsd:enumeration value="PostAccident"/>
			<xsd:enumeration value="PostRehabilitation"/>
			<xsd:enumeration value="SiteAccess"/>
			<xsd:enumeration value="PrePlacement"/>
			<xsd:enumeration value="Promotion"/>
			<xsd:enumeration value="ReturnToDuty"/>
			<xsd:enumeration value="RuleViolation"/>
			<xsd:enumeration value="SportsTesting"/>
			<xsd:enumeration value="NotSpecified"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SpecimenCommentOwnerCodeContentType">
		<xsd:union memberTypes="SpecimenCommentOwnerCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="SpecimenCommentOwnerCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="CollectionSite"/>
			<xsd:enumeration value="Laboratory"/>
			<xsd:enumeration value="MedicalReviewOfficer"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SpecimenCollectionCodeContentType">
		<xsd:union memberTypes="SpecimenCollectionCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="SpecimenCollectionCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A code classifying the type of specimen collection. A "split" describes the practice of sending part of the specimen (the primary specimen) to a first laboratory and retaining a second part (the secondary specimen) to be sent to a second laboratory in the event of a re-test.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Single"/>
			<xsd:enumeration value="Split"/>
			<xsd:enumeration value="None"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DrugTestRefusalCodeContentType">
		<xsd:union memberTypes="DrugTestRefusalCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="DrugTestRefusalCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Adulterated"/>
			<xsd:enumeration value="Substituted"/>
			<xsd:enumeration value="ShyBladder"/>
			<xsd:enumeration value="OtherRefusal"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningResultTypeCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code that classifies the type of screening result. This is an HR-XML Open List.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="ScreeningResultTypeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningResultTypeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Result">
				<xsd:annotation>
					<xsd:documentation>Indicates the a result for a screening package or specific screening is provided.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SummaryResult">
				<xsd:annotation>
					<xsd:documentation>Indicates that a summary result is provided. This generally would consist 
			of one or more of the following: 1. a ScreeningResultCode; 2. a Description; and 3. an "access point" where full or complete information can be 
			reviewed.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Error"/>
			<xsd:enumeration value="Message">
				<xsd:annotation>
					<xsd:documentation>This would usually be used to communicate an instruction. For example, that a release
			or consent is required to fulfill the order.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Status">
				<xsd:annotation>
					<xsd:documentation>Used to convey an interim status about an order that is in progress.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="ManagementReport">
				<xsd:annotation>
					<xsd:documentation>Indicates that the information provided is in response to a report
			request.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="MultipleResults">
				<xsd:annotation>
					<xsd:documentation>Indicates that multiple results are provided.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="EEOCJobCategoryCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code that classifies the type of screening result. This is an HR-XML Open List.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="EEOCJobCategoryCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="EEOCJobCategoryCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="OfficialsAndManagers"/>
			<xsd:enumeration value="Professionals"/>
			<xsd:enumeration value="Technicians"/>
			<xsd:enumeration value="Sales"/>
			<xsd:enumeration value="OfficialAndClerical"/>
			<xsd:enumeration value="CraftWorkersSkilled"/>
			<xsd:enumeration value="OperativeSemi-Skilled"/>
			<xsd:enumeration value="LaborersUnskilled"/>
			<xsd:enumeration value="ServiceWorkers"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DependentCustodyCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code that classifies the parental custody of the associated dependent child.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="DependentCustodyCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="DependentCustodyCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="BothParents"/>
			<xsd:enumeration value="FormerSpouse"/>
			<xsd:enumeration value="SubscriberOnly"/>
			<xsd:enumeration value="OtherOrUnknown"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="USHealthCoverageCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code that classifies the types of tier coverage. This is an HR-XML open list.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="USHealthCoverageCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="USHealthCoverageCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A code that classifies the types of tier coverage.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Dental"/>
			<xsd:enumeration value="Health"/>
			<xsd:enumeration value="Vision"/>
			<xsd:enumeration value="Hearing"/>
			<xsd:enumeration value="PrescriptionDrug"/>
			<xsd:enumeration value="MentalHealth"/>
			<xsd:enumeration value="LongTermCare"/>
			<xsd:enumeration value="PreventativeCare"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="USHealthCoverageFeatureCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code that classifying the access feature associated with the tier-coverage plan.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="USHealthCoverageFeatureCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="USHealthCoverageFeatureCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="ExclusiveProviderOrganization"/>
			<xsd:enumeration value="HealthMaintenanceOrganization"/>
			<xsd:enumeration value="PreferredProviderOrganization"/>
			<xsd:enumeration value="PointOfService"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="COBRAStatusCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>Indicates whether the coverage is continuation-coverage provided under COBRA or non-COBRA. This is a closed list, which must be supported without extension. The U.S. Consolidated Omnibus Budget Reconciliation Act of 1985 (COBRA) gave workers and their families who lose their health benefits the right to choose to continue group health benefits provided by their group health plan for limited periods of time under certain circumstances such as voluntary or involuntary job loss, reduction in the hours worked, transition between jobs, death, divorce, and other life events. </xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="COBRA"/>
			<xsd:enumeration value="NonCOBRA"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="QualifyingEventCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code that classifying the access feature associated with the tier-coverage plan.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="QualifyingEventCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="QualifyingEventCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>Indicates whether the coverage is continuation-coverage provided under COBRA or non-COBRA. This is a closed list, which must be supported without extension. The U.S. Consolidated Omnibus Budget Reconciliation Act of 1985 (COBRA) gave workers and their families who lose their health benefits the right to choose to continue group health benefits provided by their group health plan for limited periods of time under certain circumstances such as voluntary or involuntary job loss, reduction in the hours worked, transition between jobs, death, divorce, and other life events. </xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="RetiredEmployeeBankruptcy"/>
			<xsd:enumeration value="Death"/>
			<xsd:enumeration value="Divorce"/>
			<xsd:enumeration value="IneligibleChild"/>
			<xsd:enumeration value="Medicare"/>
			<xsd:enumeration value="WorkHourReduction"/>
			<xsd:enumeration value="Separation"/>
			<xsd:enumeration value="EmploymentTermination"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SpendingAccountTypeCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code that classifying the type of spending account program.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="SpendingAccountTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="SpendingAccountTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="FSAHealthCare"/>
			<xsd:enumeration value="FSADependentCare"/>
			<xsd:enumeration value="HealthReimbursementAccount"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SpendingAccountContributorCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code that classifying the type of spending account program.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="SpendingAccountContributorCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="SpendingAccountContributorCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Employee"/>
			<xsd:enumeration value="Employer"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CoverageLevelCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code classifying the coverage of the subscriber and any dependents. For example, whether the coverage is "Individual," "Employee and Spouse," etc. This is an HR-XML open list.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="CoverageLevelCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="CoverageLevelCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="ChildOrChildrenOfADomesticPartner"/>
			<xsd:enumeration value="ChildrenOnly"/>
			<xsd:enumeration value="DependentsOnly"/>
			<xsd:enumeration value="DomesticPartnerOnly"/>
			<xsd:enumeration value="DomesticPartnerAndChildren"/>
			<xsd:enumeration value="EmployeeOnly"/>
			<xsd:enumeration value="EmployeeAndChildren"/>
			<xsd:enumeration value="EmployeeAndDomesticPartner"/>
			<xsd:enumeration value="EmployeeAndFiveOrMoreDependents"/>
			<xsd:enumeration value="EmployeeAndFourOrMoreDependents"/>
			<xsd:enumeration value="EmployeeAndOneDependent"/>
			<xsd:enumeration value="EmployeeAndOneOrMoreDependents"/>
			<xsd:enumeration value="EmployeeAndSpouseOrDomesticPartner"/>
			<xsd:enumeration value="EmployeeAndSpouse"/>
			<xsd:enumeration value="EmployeeAndThreeDependents"/>
			<xsd:enumeration value="EmployeeAndThreeOrMoreDependents"/>
			<xsd:enumeration value="EmployeeAndTwoDependents"/>
			<xsd:enumeration value="EmployeeAndTwoOrMoreDependents"/>
			<xsd:enumeration value="Family"/>
			<xsd:enumeration value="Individual"/>
			<xsd:enumeration value="SpouseOnly"/>
			<xsd:enumeration value="SpouseAndChildren"/>
			<xsd:enumeration value="TwoParty"/>
			<xsd:enumeration value="NotApplicable"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="HealthcareProviderCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code classifying the coverage of the subscriber and any dependents. For example, whether the coverage is "Individual," "Employee and Spouse," etc. This is an HR-XML open list.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="HealthcareProviderEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="HealthcareProviderEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="ObstetricsAndGynecologyFacility"/>
			<xsd:enumeration value="DoctorOfOptometry"/>
			<xsd:enumeration value="PrimaryCareProvider"/>
			<xsd:enumeration value="Pharmacy"/>
			<xsd:enumeration value="Dentist"/>
			<xsd:enumeration value="ManagedCareOrganization"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="HealthcareProviderRelationshipCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code classifying whether or not there is an established relationship between the subsriber and the health care provider.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="HealthcareProviderRelationshipCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="HealthcareProviderRelationshipCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="EstablishedPatient"/>
			<xsd:enumeration value="NotEstablishedPatient"/>
			<xsd:enumeration value="NotKnown"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="HealthcareProviderChangeReasonCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code classifying the reason for the change in health care provider. This is an HR-XML open list.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="HealthcareProviderChangeReasonEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="HealthcareProviderChangeReasonEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="AppointmentTimesNotMetInATimelyManner"/>
			<xsd:enumeration value="CurrentCustomerInformationFileInError"/>
			<xsd:enumeration value="DissatisfactionWithMedicalCareOrServicesRendered"/>
			<xsd:enumeration value="DissatisfactionWithOfficeStaff"/>
			<xsd:enumeration value="DissatisfactionWithPhysicianReferralPolicy"/>
			<xsd:enumeration value="DissatisfiedWithOfficeHours"/>
			<xsd:enumeration value="InconvenientOfficeLocation"/>
			<xsd:enumeration value="LessRespectOrAttentionOrTimeGivenThanToOtherPatients"/>
			<xsd:enumeration value="NoReasonGiven"/>
			<xsd:enumeration value="PatientMovedToANewLocation"/>
			<xsd:enumeration value="PlanChange"/>
			<xsd:enumeration value="UnableToScheduledAppointmentsInATimelyManner"/>
			<xsd:enumeration value="VoluntaryWithdrawal"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="IDCardTypeCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code classifying the reason for the change in health care provider. This is an HR-XML open list.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="IDCardTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="IDCardTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="DentalInsurance"/>
			<xsd:enumeration value="HealthInsurance"/>
			<xsd:enumeration value="PrescriptionDrugServiceInsurance"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="IDCardActionCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code classifying the reason for the change in health care provider. This is an HR-XML open list.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="IDCardActionCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="IDCardActionCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Add"/>
			<xsd:enumeration value="Change"/>
			<xsd:enumeration value="Replace"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TaxTreatmentCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A list classifying how a payroll deducation or benefit is treated for tax purposes.  Enumerated values are PreTax and PostTax. This is an HR-XML open list.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="TaxTreatmentCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="TaxTreatmentCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="PreTax"/>
			<xsd:enumeration value="PostTax"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="MedicareEligibleCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code classifying the reason for the change in health care provider. This is an HR-XML open list.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="MedicareEligibleCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="MedicareEligibleCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Yes"/>
			<xsd:enumeration value="No"/>
			<xsd:enumeration value="Unknown"/>
			<xsd:enumeration value="NotApplicable"/>
			<xsd:enumeration value="DisqualifiedEmployment"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="MedicareEntitlementReasonCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A set of codes classifying the reason for entitlement under the U.S. Medicare program. This is an HR-XML open list.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="MedicareEntitlementReasonCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="MedicareEntitlementReasonCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A set of codes classifying the reason for entitlement under the U.S. Medicare program.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Age"/>
			<xsd:enumeration value="ESRD">
				<xsd:annotation>
					<xsd:documentation>ESRD (end-stage renal disease). An type of entitlement under Medicare for persons with permanent kidney failure. That stage of renal impairment that appears irreversible and permanent, and requires a regular course of dialysis or kidney transplantation to maintain life.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Disabled"/>
			<xsd:enumeration value="WorkingDisabled"/>
			<xsd:enumeration value="Unknown"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DrugPlanCoverageCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A set of codes classifying the type of drug plan coverage under the U.S. Medicare program. This is an HR-XML open list.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="DrugPlanCoverageCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="DrugPlanCoverageCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="PartDSubsidyProgram"/>
			<xsd:enumeration value="IntegratedWrappedSecondaryCoverage"/>
			<xsd:enumeration value="NotParticipatingSubsidy"/>
			<xsd:enumeration value="NotParticipating"/>
			<xsd:enumeration value="Unknown"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningStatusCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A set of codes classifying the status of a Screening.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="ScreeningStatusCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningStatusCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="New">
				<xsd:annotation>
					<xsd:documentation>Indicates the screening has just been received and may or may not
					yet be in progress. Equivalent to "Ordered Created".</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="InProgress">
				<xsd:annotation>
					<xsd:documentation>Indicates that the order is in progress or a result is still pending.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Cancelled">
				<xsd:annotation>
					<xsd:documentation>Indicates that the customer affirmatively canceled the order.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Closed">
				<xsd:annotation>
					<xsd:documentation>Indicates that order has been closed, usually because it
					  was not possible to fulfill it.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Complete">
				<xsd:annotation>
					<xsd:documentation>Completed contracted services regardless of whether there is result content.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Fulfilled">
				<xsd:annotation>
					<xsd:documentation>Completed contracted services with result content provided.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Delayed">
				<xsd:annotation>
					<xsd:documentation>Indicates that the order fulfillment is delayed. This may be
					due to information required from the customer or search subject or
					could be due to requirements or a situation associated with a record
					source.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="OnHold">
				<xsd:annotation>
					<xsd:documentation>Indicates that the customer or designated representative has suspended or
					put the screening order on hold.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Error">
				<xsd:annotation>
					<xsd:documentation>Indicates that an error was found in the payload. </xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Adjudicated">
				<xsd:annotation>
					<xsd:documentation>Indicates that customer needs to take further action on the result content.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Disputed">
				<xsd:annotation>
					<xsd:documentation>Indicates that the candidate is disputing the results.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningOrderInstructionCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A set of codes classifying an instruction with which the customer, requester, or search subject must comply 
for the screening to go forward. This is an HR-XML Open List.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="ScreeningOrderInstructionCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningOrderInstructionCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="ReleaseRequired">
				<xsd:annotation>
					<xsd:documentation>Indicates that a signed consent or other release statement or official application
					is necessary before the particular screening may proceed.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="SubjectInformationRequired">
				<xsd:annotation>
					<xsd:documentation>Indicates that additional information is required from the 
					search subject before the particular screening may proceed.
					</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="OrderIncomplete">
				<xsd:annotation>
					<xsd:documentation>Indicates that the order did not provide sufficient information for an 
					order to proceed. Additional information is required from the customer, search subject,
					or requester before the order may proceed.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningResultCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A set of codes classifying the type of a Screening Result. This is an HR-XML Open List.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="ScreeningResultCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ScreeningResultCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A set of codes classifying the type of a Screening Result. For example, "Pass," "Fail," etc. 
			This set of codes usually would need to be interpretated based on the type of screening and 
			pre-existing understanding between service provider and customer on criteria governing the application of the codes. 
			</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Pass">
				<xsd:annotation>
					<xsd:documentation>Indicates within the boundaries of any pre-existing understanding between screening service provider and customer that no disqualifying information resulted from the screening and/or that qualification requirements were confirmed.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Fail">
				<xsd:annotation>
					<xsd:documentation>Indicates within the boundaries of any pre-existing understanding between screening service provider and customer that disqualifying information resulted from the screening and/or that qualification requirements were not satisfied.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Review">
				<xsd:annotation>
					<xsd:documentation>Indicates the existence of interim and or final results requiring the customer's review.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="RecordFound">
				<xsd:annotation>
					<xsd:documentation>Indicates the screening returned one or more record, which may or may not contain disqualifying information. This is a slightly more fine grain communicatione than "Review." In some cases, service providers report having a "Hit," which would be an equivalent. It is assumed that the customer needs to review "hits" to interpret their meaning and significance.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="NoRecordFound">
				<xsd:annotation>
					<xsd:documentation>Indicates the screening did not return any records.  In some cases, service providers report "No Hits," which would be an equivalent. The customer needs to interpret the meaning and significance based on the type of screening and its
			understanding with the screening provider. On its face, this result type is neither qualifying or disqualifying.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Clear">
				<xsd:annotation>
					<xsd:documentation>Indicates the screening did not return any disqualifying results or records. Can be a slightly more fine grain communication than "No Record Found." </xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="UnableToContact"/>
			<xsd:enumeration value="UnableToFulfill"/>
			<xsd:enumeration value="UnableToVerify"/>
			<xsd:enumeration value="Positive">
				<xsd:annotation>
					<xsd:documentation>This result type is reserved for alcohol, drug, and similar medical tests. Indicates that the test was "positive." In the context of substance screenings, this communicates that a prohibited substance (or evidence thereof such as "metabolites") were found in quantities exceeding a threshold to be considered a positive result. Such a result usually would have been reviewed by a medical review officer who may have interpreted the test findings together with facts about the search subject's condition (weight, age, prescribed medicine, etc.).</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Negative">
				<xsd:annotation>
					<xsd:documentation>This result type is reserved for alcohol, drug, and similar medical tests. Indicates that the test was "negative." In the context of substance screenings, this communicates that a prohibited substance (or evidence thereof such as "metabolites") were NOT found in quantities exceeding a threshold to be considered a positive result. Such a result usually would have been reviewed by a medical review officer who may have interpreted the test findings together with facts about the search subject's condition (weight, age, prescribed medicine, etc.).</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="RoundingRuleCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>This code is for documentation purpose only.  The RoundingRuleCode is of oa:CodeType.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="RoundDown">
				<xsd:annotation>
					<xsd:documentation>round-down: The discarded digits are ignored; the result is unchanged (round toward 0, truncate): 
1.123 --> 1.12 
1.128 --> 1.12 
1.125 --> 1.12 
1.135 --> 1.13 
</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="RoundHalfDown">
				<xsd:annotation>
					<xsd:documentation>
round-half-down: If the discarded digits represent greater than half (0.5) then the result is incremented by 1; otherwise the discarded digits are ignored: 
1.123 --> 1.12 
1.128 --> 1.13 
1.125 --> 1.12 
1.135 --> 1.13 
</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="RoundUp">
				<xsd:annotation>
					<xsd:documentation>round-up: Round away from 0: If all of the discarded digits are zero the result is unchanged, otherwise the result is incremented by 1 
1.123 --> 1.13 
1.128 --> 1.13 
1.125 --> 1.13 
1.135 --> 1.14
</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="RoundHalfUp">
				<xsd:annotation>
					<xsd:documentation>round-half-up: If the discarded digits represent greater than or equal to half (0.5) then the result should be incremented by 1; otherwise the discarded digits are ignored: 
1.123 --> 1.12 
1.128 --> 1.13 
1.125 --> 1.13 
1.135 --> 1.14 </xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="RoundHalfEven">
				<xsd:annotation>
					<xsd:documentation>round-half-even: If the discarded digits represent greater than half (0.5) then the result coefficient is incremented by 1; if they represent less than half, then the result is not adjusted; otherwise the result is unaltered if its rightmost digit is even, or incremented by 1 if its rightmost digit is odd (to make an even digit): 
1.123 --> 1.12 
1.128 --> 1.13 
1.125 --> 1.12 
1.135 --> 1.14 
</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="RoundCeiling">
				<xsd:annotation>
					<xsd:documentation>
round-ceiling: Round toward positive infinity: If all of the discarded digits are zero or if the sign is negative the result is unchanged; otherwise, the result is incremented by 1 
1.123 --> 1.13 
1.128 --> 1.13 
-1.123 --> -1.12 
-1.128 --> -1.12 
</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="RoundFloor">
				<xsd:annotation>
					<xsd:documentation>
round-floor: Round toward negative infinty: If all of the discarded digits are zero or if the sign is positive the result is unchanged; otherwise, the absolute value of the result is incremented by 1 
1.123 --> 1.12 
1.128 --> 1.12 
-1.123 --> -1.13 
-1.128 --> -1.13 					
					5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, and 5.9 will all be rounded to 5</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SubjectConfirmationMethodCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A set of codes classifying the method used to confirm the screening subject's identity.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="SubjectConfirmationMethodCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="SubjectConfirmationMethodCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="ProvidedName"/>
			<xsd:enumeration value="FamilyName"/>
			<xsd:enumeration value="GivenName"/>
			<xsd:enumeration value="PreferredGivenName"/>
			<xsd:enumeration value="MiddleName"/>
			<xsd:enumeration value="OtherName"/>
			<xsd:enumeration value="BirthDate"/>
			<xsd:enumeration value="BirthDateYear"/>
			<xsd:enumeration value="BirthDateMonth"/>
			<xsd:enumeration value="BirthDateDay"/>
			<xsd:enumeration value="GovernmentID"/>
			<xsd:enumeration value="PartialGovernmentID"/>
			<xsd:enumeration value="OtherID"/>
			<xsd:enumeration value="License"/>
			<xsd:enumeration value="Gender"/>
			<xsd:enumeration value="Race"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ViolationVehicleCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A set of codes classifying the type of vehicle associated with a motor vehicle violation.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="ViolationVehicleCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ViolationVehicleCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Commercial"/>
			<xsd:enumeration value="NonCommercial"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CreditBureauCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A set of codes classifying the type of Credit Bureau.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="CreditBureauCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="CreditBureauCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<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="CreditConsumerReferralCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A set of codes classifying the type of vehicle associated with a motor vehicle violation.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="CreditConsumerReferralCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="CreditConsumerReferralCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Equifax"/>
			<xsd:enumeration value="Experian"/>
			<xsd:enumeration value="TransUnion"/>
			<xsd:enumeration value="File"/>
			<xsd:enumeration value="Vendor"/>
			<xsd:enumeration value="Other"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CreditBusinessTypeCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code classifying the type of business requesting a credit report. This is an HR-XML open list.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="CreditBusinessTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="CreditBusinessTypeCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A code classifying the type of business requesting a credit report.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<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="Miscellaneous"/>
			<xsd:enumeration value="PublicRecord"/>
			<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="ContractStatusCodeContentType">
		<xsd:union memberTypes="ContractStatusCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ContractStatusCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Signed"/>
			<xsd:enumeration value="Unsigned"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="StaffingContractTypeCodeContentType">
		<xsd:union memberTypes="StaffingContractTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="StaffingContractTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="HumanResource"/>
			<xsd:enumeration value="StaffingCustomer"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ContractScopeCodeContentType">
		<xsd:union memberTypes="ContractScopeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ContractScopeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Worldwide"/>
			<xsd:enumeration value="Europe"/>
			<xsd:enumeration value="National"/>
			<xsd:enumeration value="Regional"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="StockPlanTypeContentType">
		<xsd:union memberTypes="StockPlanTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="StockPlanTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="StockOption"/>
			<xsd:enumeration value="StockPurchase"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="GrantTypeCodeContentType">
		<xsd:union memberTypes="TaxQualifiedCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="TaxQualifiedCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Qualified"/>
			<xsd:enumeration value="Nonqualified"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DepositTypeCodeContentType">
		<xsd:union memberTypes="DepositTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="DepositTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Deposit"/>
			<xsd:enumeration value="SellOnDeposit"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DefendentTypeCodeContentType">
		<xsd:union memberTypes="DefendentTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="DefendentTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<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="PlaintiffTypeCodeContentType">
		<xsd:union memberTypes="PlaintiffTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="PlaintiffTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<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="CreditAccountTypeCodeContentType">
		<xsd:union memberTypes="CreditAccountTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="CreditAccountTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<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="CreditAccountOwnershipCodeContentType">
		<xsd:union memberTypes="CreditAccountOwnershipCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="CreditAccountOwnershipCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<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="NotSpecificied"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CreditAccountStatusCodeContentType">
		<xsd:union memberTypes="CreditAccountStatusCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="CreditAccountStatusCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<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="CreditFilePersonCodeContentType">
		<xsd:union memberTypes="CreditFilePersonCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="CreditFilePersonCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Self"/>
			<xsd:enumeration value="Spouse"/>
			<xsd:enumeration value="Other"/>
			<xsd:enumeration value="Unknown"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BankruptcyPartyTypeCodeContentType">
		<xsd:union memberTypes="BankruptcyPartyTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="BankruptcyPartyTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Business"/>
			<xsd:enumeration value="Individual"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CreditInquiryResultCodeContentType">
		<xsd:annotation>
			<xsd:documentation>The result from a credit inquiry - did the lender offer credit, refuse credit, etc. This is an HR-XML Open List.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="CreditInquiryResultCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="CreditInquiryResultCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<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="BankruptcyFilingMethodCodeContentType">
		<xsd:union memberTypes="BankruptcyFilingMethodCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="BankruptcyFilingMethodCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Individual"/>
			<xsd:enumeration value="Joint"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SanctionTypeCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code classifying the type of sanction search. This is an HR-XML Open List. 
</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="USSearchSanctionTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="USSearchSanctionTypeCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A code classifying the type of sanction search. This set of enumerations is applicable to the U.S. Market.

			Fraud and Abuse  - A search of FACIS.com or a similar database.

			GSA - U.S. General Services Administration

			Medicaid - Sanction under U.S. Federal/State Medicaid programs.

			OFAC - Office of Foreign Assets Control is an office of the Treasury Department.

			OIG - U.S. Health and Human Services Office of Inspector General</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="FraudAndAbuse">
				<xsd:annotation>
					<xsd:documentation> An example of a "Fraud and Abuse" search might be a search of FACIS.com or a similar database.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="GSA">
				<xsd:annotation>
					<xsd:documentation>U.S. General Services Administration</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Medicaid">
				<xsd:annotation>
					<xsd:documentation>Sanction under U.S. Federal/State Medicaid programs.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="OFAC">
				<xsd:annotation>
					<xsd:documentation>Office of Foreign Assets Control is an office of the Treasury Department.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="OIG">
				<xsd:annotation>
					<xsd:documentation>U.S. Health and Human Services Office of Inspector General</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SanctionLevelCodeContentType">
		<xsd:union memberTypes="SanctionLevelCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="SanctionLevelCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>Further clarifies the type and level of service. "Level 1," "Level 2," and "Level 3" are placeholders that would be mapped to applicable or pre-agreed upon service levels.
</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Level 1 Individual"/>
			<xsd:enumeration value="Level 2 Individual"/>
			<xsd:enumeration value="Level 3 Individual"/>
			<xsd:enumeration value="Level 1 Organization"/>
			<xsd:enumeration value="Level 2 Organization"/>
			<xsd:enumeration value="Level 3 Organization"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CreditLoanTypeCodeContentType">
		<xsd:union memberTypes="CreditLoanTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="CreditLoanTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<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="TitleOneLoan"/>
			<xsd:enumeration value="UnknownLoanType"/>
			<xsd:enumeration value="Unsecured"/>
			<xsd:enumeration value="VeteransAdministrationLoan"/>
			<xsd:enumeration value="VeteransAdministrationRealEstateMortgage"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CreditRatingCodeContentType">
		<xsd:union memberTypes="CreditRatingCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="CreditRatingCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A set of codes that classifies whether the account is being paid on time as agreed or the applicable delinquency rating classification.
Derived from MISMO.org values for CREDITREPORTING_CreditLiabilityCurrentRatingTypeEnumerated. The MISMO values serve as normalized versions of the various similar credit depository codes. These are sometimes referred to as "manner of payment" codes. Credit bureaus may pass both descriptive enumerated values such as below and/or a terse two or three character "RepositoryCode" (i.e., a code prescribed by the relevant credit repository) corresponding to the same rating. For example, the identifier "00" may be equivalent to an enumerated value such as "Too New Not Yet Rated". Both the descriptive enumerations and the identifiers may be 
but not used
		</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="AsAgreed">
				<xsd:annotation>
					<xsd:documentation>Account is being paid on time and according to terms of the credit agreement.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BankruptcyOrWageEarnerPlan">
				<xsd:annotation>
					<xsd:documentation>Bankruptcy Or Wage Earner Plan. The exact type could not be determined.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="ChargeOff">
				<xsd:annotation>
					<xsd:documentation>The account was not paid on a timely basis and the debt is being written off as uncollectible by the creditor. Charge-off amount refers to the total amount of credit card receivables written off the loan book during a period (irrespective of when a charge is made to the profit and loss account, which may be earlier if it is the institution's policy to create provisions at an earlier time than the amount is written off).</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Collection">
				<xsd:annotation>
					<xsd:documentation>Account has not been paid on a timely basis and is been turned over to an attorney or agency for collection.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="CollectionOrChargeOff">
				<xsd:annotation>
					<xsd:documentation>The exact type could not be determined.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Foreclosure">
				<xsd:annotation>
					<xsd:documentation>Legal proceedings have been initiated to sell property to settle debt on an unpaid balance.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="ForeclosureOrRepossession">
				<xsd:annotation>
					<xsd:documentation>The exact type could not be determined.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Late30Days">
				<xsd:annotation>
					<xsd:documentation>Account is between 30 and 59 days past due.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Late60Days">
				<xsd:annotation>
					<xsd:documentation>Account is between 60 and 89 days past due.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Late90Days">
				<xsd:annotation>
					<xsd:documentation>Account is betwen 90 and 119 days past due.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="LateOver120Days">
				<xsd:annotation>
					<xsd:documentation>Account is 120 days or more past due.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="NoDataAvailable">
				<xsd:annotation>
					<xsd:documentation>Status of the account is not known.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Repossession">
				<xsd:annotation>
					<xsd:documentation>Account has not been paid on a timely basis and proceedings have been initiated to repossess collateral property to partially of fully satisfy the debt.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TooNewNotYetRated">
				<xsd:annotation>
					<xsd:documentation>Account has been recently established and is too new to rate payment history.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="WageEarnerPlan">
				<xsd:annotation>
					<xsd:documentation>Past due debt on an account is being paid according to terms established by a court or agreement with the creditor.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DaysLateCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A set of codes classifying periods of late payment. This is an HR-XML Open List.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="DaysLateCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="DaysLateCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A set of codes classifying periods of late payment.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Late30Days">
				<xsd:annotation>
					<xsd:documentation>Account is between 30 and 59 days past due.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Late60Days">
				<xsd:annotation>
					<xsd:documentation>Account is between 60 and 89 days past due.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Late90Days">
				<xsd:annotation>
					<xsd:documentation>Account is betwen 90 and 119 days past due.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="LateOver120Days">
				<xsd:annotation>
					<xsd:documentation>Account is 120 days or more past due.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="SearchCreditTypeCodeContentType">
		<xsd:union memberTypes="SearchCreditTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="SearchCreditTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Full">
				<xsd:annotation>
					<xsd:documentation/>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Summary">
				<xsd:annotation>
					<xsd:documentation>In U.S. equivalent to "SSN Trace" or "Credit Record Header" searches.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Merged">
				<xsd:annotation>
					<xsd:documentation/>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Business">
				<xsd:annotation>
					<xsd:documentation/>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ServiceAvailabilityCodeContentType">
		<xsd:union memberTypes="ServiceAvailabilityCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ServiceAvailabilityCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Available">
				<xsd:annotation>
					<xsd:documentation>Indicates that a service is currently available to be ordered, purchased, utilitized, etc.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Unavailable">
				<xsd:annotation>
					<xsd:documentation>Indicates that a service is unavailable.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="TemporarilyUnavailable">
				<xsd:annotation>
					<xsd:documentation>Indicates that the service is temporarily unavailable.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="AssessmentTypeCodeContentType">
		<xsd:union memberTypes="AssessmentTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="AssessmentTypeCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A set of codes broadly classifying the type of assessment or the principal target of what is assessed.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Knowledge"/>
			<xsd:enumeration value="Skill"/>
			<xsd:enumeration value="Ability"/>
			<xsd:enumeration value="Psychometric"/>
			<xsd:enumeration value="CertificationOrLicense"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="TermsSourceCodeContentType">
		<xsd:union memberTypes="TermsSourceCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="TermsSourceCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>Indicates whether the monthly payment terms amount was provided by the repository bureau, or calculated by the credit bureau.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Calculated"/>
			<xsd:enumeration value="Provided"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="PublicRecordTypeCodeContentType">
		<xsd:union memberTypes="PublicRecordTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="PublicRecordTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<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="CompetencyDefinitionTypeCodeContentType">
		<xsd:union memberTypes="CompetencyDefinitionTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="CompetencyDefinitionTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Competency"/>
			<xsd:enumeration value="BehavioralIndicator">
				<xsd:annotation>
					<xsd:documentation>Behavioral indicators are the observable activities of an individual who possesses or who demonstrates an associated competency. Observable means that one can either see or hear behavior indicating a competency. For behavioral indicators to be meaningful, they should be sufficiently defined and statistically and logically correlated with the associated competency. For example, when an employee is demonstrating "initiative" as a competency, among the behaviors one might observe might be the individual independently seeking information from various sources to inform a decision or solve a problem.
</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="BehavioralInterviewQuestion"/>
			<xsd:enumeration value="SituationalInterviewQuestion"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="PositionSeekingStatusCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code classifying the candidate's job search posture or disposition. In other words, whether the candidate is actively engaged in a job search, is passively considering opportunities, or is not considering job opportunities at all. This is an HR-XML open list.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="PositionSeekingStatusCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="PositionSeekingStatusCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Active">
				<xsd:annotation>
					<xsd:documentation>A value indicating that an individual is actively engaged in a search for a new position.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="Passive">
				<xsd:annotation>
					<xsd:documentation>A value indicating that while an individual is not actively engaged in a search for a new position, he or she may be open to reviewing or considering suitable positions.</xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
			<xsd:enumeration value="NotConsideringPositions">
				<xsd:annotation>
					<xsd:documentation>A value indicating that an individual is not considering new positions. In some contexts, this might indicate that solicitations concerning position openings are not welcome. </xsd:documentation>
				</xsd:annotation>
			</xsd:enumeration>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="LocationCodeContentType">
		<xsd:union memberTypes="LocationCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="LocationCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A code classifying a location, such as the location associated with a telephone number.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Work"/>
			<xsd:enumeration value="Home"/>
			<xsd:enumeration value="Mobile"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ContactUseCodeContentType">
		<xsd:union memberTypes="ContactUseCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ContactUseCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A code classifying a designated use associated with a contact method. For example, whether a telephone or email address is one
	for business communications or one primarily for personal use.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Personal"/>
			<xsd:enumeration value="Business"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="NameTypeCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code classifying the type of name - Current, Former, Alias. This is an HR-XML open list so other values are permitted. </xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="NameTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="NameTypeCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A code classifying the type of name - Current, Former, Alias, "Birth Name." </xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="CurrentName"/>
			<xsd:enumeration value="FormerName"/>
			<xsd:enumeration value="BirthName"/>
			<xsd:enumeration value="Alias"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DataCaptureMethodCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code classifying the type of name - Current, Former, Alias. The concept of "Alias" would include "nick names," "also known as," etc. This is an HR-XML open list so other values are permitted. </xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="DataCaptureMethodCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="DataCaptureMethodCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A code classifying the means be which document data was captured. For example, it is important
			to know whether or not a particular candidate instance was captured using an automated process (e.g., a resume
			parser) or whether the data was entered or compiled by a person.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Automated"/>
			<xsd:enumeration value="DataEntry"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CandidateAssociationTypeCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code classifying how the candidate became 
			associated with a particular position opening. Broadly speaking, enumerations
			help classify whether the candidate is associated with an opening because he
			or she applied or because information about the candidate was sourced
			and associated with the position through an automated process (for example, data matching or mining) 
			or human-initiated action (for example, a colleague's referral. This is an 
			HR-XML open list.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="CandidateAssociationTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="CandidateAssociationTypeCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>A code classifying how the candidate became 
			associated with a particular position opening. Broadly speaking, enumerations
			help classify whether the candidate is associated with an opening because he
			or she applied or because information about the candidate was sourced
			and associated with the position through an automated process (for example, data matching or mining) 
			or human-initiated action (for example, a colleague's referral. This is an 
			HR-XML open list.</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="CandidateSourced"/>
			<xsd:enumeration value="CandidateApplied"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ChannelCodeContentType">
		<xsd:annotation>
			<xsd:documentation/>
		</xsd:annotation>
		<xsd:union memberTypes="ChannelCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ChannelCodeEnumType">
		<xsd:annotation>
			<xsd:documentation/>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Telephone"/>
			<xsd:enumeration value="MobileTelephone"/>
			<xsd:enumeration value="Fax"/>
			<xsd:enumeration value="Email"/>
			<xsd:enumeration value="InstantMessage"/>
			<xsd:enumeration value="Web"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="DayCodeContentType">
		<xsd:annotation>
			<xsd:documentation>A code classifying the associated day or days of the week.</xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="DayCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="DayCodeEnumType">
		<xsd:annotation>
			<xsd:documentation/>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="MondayThroughFriday"/>
			<xsd:enumeration value="SaturdayAndSunday"/>
			<xsd:enumeration value="Monday"/>
			<xsd:enumeration value="Tuesday"/>
			<xsd:enumeration value="Wednesday"/>
			<xsd:enumeration value="Thursday"/>
			<xsd:enumeration value="Friday"/>
			<xsd:enumeration value="Saturday"/>
			<xsd:enumeration value="Sunday"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CurrencyCodeContentType">
		<xsd:union memberTypes="clm54217:CurrencyCodeContentType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ShiftPeriodCodeContentType">
		<xsd:annotation>
			<xsd:documentation>An interval of time or other basis used to express the periode of the staffing shift. An HR-XML open code list. Enumerated values are set out within ShiftPeriodCodeEnumType, but additional values are permitted. </xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="ShiftPeriodCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ShiftPeriodCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>
An interval of time or other basis used to express the periode of the staffing shift. OED: "Interval, n.  2. a. The space of time intervening between two points of time; any intervening time." Enumerated values are:
Hour
Day
Half Week
Week
Two Weeks
Four Weeks
Half Month
Month
Two Months
Quarter
Seasonal Term
Half Year
Year
Quarter To Date
Year To Date
Once - a flat amount paid once without regard to one of the above intervals. Could be paid once per assignment or review period or other applicable conceptual period.
</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Hour"/>
			<xsd:enumeration value="Day"/>
			<xsd:enumeration value="Week"/>
			<xsd:enumeration value="TwoWeeks"/>
			<xsd:enumeration value="FourWeeks"/>
			<xsd:enumeration value="HalfMonth"/>
			<xsd:enumeration value="Month"/>
			<xsd:enumeration value="TwoMonths"/>
			<xsd:enumeration value="Quarter"/>
			<xsd:enumeration value="SeasonalTerm"/>
			<xsd:enumeration value="HalfYear"/>
			<xsd:enumeration value="Year"/>
			<xsd:enumeration value="QuarterTo Date"/>
			<xsd:enumeration value="YearToDate"/>
			<xsd:enumeration value="Once"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="RateTypeCodeContentType">
		<xsd:annotation>
			<xsd:documentation>The type of a rate. An HR-XML open code list. Enumerated values are set out within RateTypeCodeEnumType, but additional values are permitted. </xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="RateTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="RateTypeCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>
The type of a rate. Enumerated values are:
bill
pay
</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="bill"/>
			<xsd:enumeration value="pay"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="RateClassCodeContentType">
		<xsd:annotation>
			<xsd:documentation>The class of a rate. An HR-XML open code list. Enumerated values are set out within RateClassCodeEnumType, but additional values are permitted. </xsd:documentation>
		</xsd:annotation>
		<xsd:union memberTypes="RateClassCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="RateClassCodeEnumType">
		<xsd:annotation>
			<xsd:documentation>
The type of a rate. Enumerated values are:
TimeInterval
Allowance
Expense
</xsd:documentation>
		</xsd:annotation>
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="TimeInterval"/>
			<xsd:enumeration value="Allowance"/>
			<xsd:enumeration value="Expense"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ProductTypeCodeContentType">
		<xsd:union memberTypes="ProductTypeCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ProductTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Not Applicable"/>
			<xsd:enumeration value="Supplemental"/>
			<xsd:enumeration value="Basic"/>
			<xsd:enumeration value="Group"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="ProductCodeContentType">
		<xsd:union memberTypes="ProductCodeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="ProductCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Life Insurance"/>
			<xsd:enumeration value="Accidental Death and Dismemberment Insurance"/>
			<xsd:enumeration value="Long-Term Disability Insurance"/>
			<xsd:enumeration value="Short-Term Disability Insurance"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CoverageEntityCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Self"/>
			<xsd:enumeration value="Spouse"/>
			<xsd:enumeration value="Common Law Spouse"/>
			<xsd:enumeration value="Dependent"/>
			<xsd:enumeration value="Child"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BeneficiaryNameCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Person"/>
			<xsd:enumeration value="Organization"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="CoverageLevelTypeCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Salary"/>
			<xsd:enumeration value="YearsOfService"/>
			<xsd:enumeration value="Fixed"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="FamilyRelationshipCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Adopted Child"/>
			<xsd:enumeration value="Brother or Sister"/>
			<xsd:enumeration value="Brother-in-Law or Sister-in-Law"/>
			<xsd:enumeration value="Child"/>
			<xsd:enumeration value="Collateral Dependent"/>
			<xsd:enumeration value="Court Appointed Guardian"/>
			<xsd:enumeration value="Cousin"/>
			<xsd:enumeration value="Dependent of a Minor Dependent"/>
			<xsd:enumeration value="Ex-Spouse"/>
			<xsd:enumeration value="Father"/>
			<xsd:enumeration value="Father or Mother"/>
			<xsd:enumeration value="Father-in-Law or Mother-in-Law"/>
			<xsd:enumeration value="Foster Child"/>
			<xsd:enumeration value="Grandfather or Grandmother"/>
			<xsd:enumeration value="Grandson or Granddaughter"/>
			<xsd:enumeration value="Guardian"/>
			<xsd:enumeration value="Life Partner"/>
			<xsd:enumeration value="Mother"/>
			<xsd:enumeration value="Nephew or Niece"/>
			<xsd:enumeration value="Self"/>
			<xsd:enumeration value="Son-in-Law or Daughter-in-Law"/>
			<xsd:enumeration value="Sponsored Dependent"/>
			<xsd:enumeration value="Spouse"/>
			<xsd:enumeration value="Stepfather"/>
			<xsd:enumeration value="Stepmother"/>
			<xsd:enumeration value="Stepson or Stepdaughter"/>
			<xsd:enumeration value="Uncle or Aunt"/>
			<xsd:enumeration value="Ward"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="LifeCoverageStatusContentType">
		<xsd:union memberTypes="LifeCoverageStatusEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="LifeCoverageStatusEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Member Is Active"/>
			<xsd:enumeration value="Premium Waived Due To Disability"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="BeneficiaryDesignationSequenceContentType">
		<xsd:union memberTypes="BeneficiaryDesignationSequenceEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="BeneficiaryDesignationSequenceEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Primary"/>
			<xsd:enumeration value="Secondary"/>
			<xsd:enumeration value="Tertiery"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="InheritanceAmountContentType">
		<xsd:union memberTypes="InheritanceAmountEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="InheritanceAmountEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Monetary"/>
			<xsd:enumeration value="Percentage"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="InvitationByPartyCodeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Customer"/>
			<xsd:enumeration value="Supplier"/>
		</xsd:restriction>
	</xsd:simpleType>
	<xsd:simpleType name="OrganizationalCodeContentType">
		<xsd:union memberTypes="OrganizationalCodeTypeEnumType xsd:normalizedString"/>
	</xsd:simpleType>
	<xsd:simpleType name="OrganizationalCodeTypeEnumType">
		<xsd:restriction base="xsd:normalizedString">
			<xsd:enumeration value="Unit"/>
			<xsd:enumeration value="Department"/>
			<xsd:enumeration value="Division"/>
		</xsd:restriction>
	</xsd:simpleType>
</xsd:schema>
Collapse SimpleTypes: