<?xml version="1.0" encoding="utf-8"?>
<xs:schema targetNamespace="urn:us:tx:state:tea:TREx:v2027.1.0"
	xmlns:trex="urn:us:tx:state:tea:TREx:v2027.1.0"
	xmlns:xs="http://www.w3.org/2001/XMLSchema"
	elementFormDefault="unqualified"
	attributeFormDefault="unqualified"
	version="v1.0">

	<xs:element name="TRExStudentRecords" type="trex:StudentRecordsType" />

	<xs:simpleType name="AbbreviationType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="100" />
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="AcademicSessionType">
		<xs:sequence>
			<xs:element name="SchoolYear" type="trex:YearRangeType" maxOccurs="unbounded" />
			<xs:element name="GradeLevel" type="trex:GradeLevelType" />
			<xs:element name="SessionType" type="trex:SessionTypeType" minOccurs="0" />
			<xs:element name="Course" type="trex:CourseType" maxOccurs="unbounded" />
			<xs:element name="AcademicSummary" type="trex:AcademicSummaryType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>

	<xs:complexType name="AcademicStatusType">
		<xs:sequence>
			<xs:element name="GraduationDate" type="trex:YMType" minOccurs="0" />
			<xs:element name="SpeechMetDate" type="trex:YMType" minOccurs="0" />
			<xs:element name="GraduationDiplomaType" type="trex:GraduationDiplomaTypeType" minOccurs="0" />
			<xs:element name="CertificateDate" type="trex:YMDType" minOccurs="0" />
			<xs:element name="TexasGrant" type="trex:TexasGrantType" minOccurs="0" />
			<xs:element name="DistinguishedAchievements" type="trex:DistinguishedAchievementType" minOccurs="0" maxOccurs="1" />
			<xs:element name="FHSPParticipationCode" type="trex:FHSP" minOccurs="0" />
			<xs:element name="FHSPDistingIndicatorCode" type="trex:FHSP" minOccurs="0">
				<xs:annotation>
					<xs:documentation>Deprecated: As of v1.36, per SB 1888</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="STEMEndorsementCode" type="trex:FHSP" minOccurs="0" />
			<xs:element name="BusinessEndorsementCode" type="trex:FHSP" minOccurs="0" />
			<xs:element name="PublicServicesEndorsementCode" type="trex:FHSP" minOccurs="0" />
			<xs:element name="ArtsEndorsementCode" type="trex:FHSP" minOccurs="0" />
			<xs:element name="MultiStudiesEndorsementCode" type="trex:FHSP" minOccurs="0" />
			<xs:element name="DualCreditType" type="trex:PerfAckDualCreditType" minOccurs="0" maxOccurs="unbounded" />
			<xs:element name="BilingBilitType" type="trex:PerfAckBilingBilitType" minOccurs="0" maxOccurs="unbounded" />
			<xs:element name="CollegeAssessType" type="trex:PerfAckCollegeAssessType" minOccurs="0" maxOccurs="unbounded" />
			<xs:element name="ApIbType" type="trex:PerfAckApIbType" minOccurs="0" maxOccurs="unbounded" />
			<xs:element name="CertLicType" type="trex:PerfAckCertLicType" minOccurs="0" maxOccurs="unbounded" />
			<xs:element name="IGCGradReview" type="trex:IGCCodeType" minOccurs="0" />
			<xs:element name="FHSPCollegeCareerInstructionIndicator" type="trex:ParticipationType" minOccurs="0" />
			<xs:element name="AssociateDegree" type="trex:AssociateDegreeIndicatorType" minOccurs="0" />
			<xs:element name="OnRamps" type="trex:ParticipationType" minOccurs="0" />
			<xs:element name="MSAdvancedMathParticipation" type="trex:ParticipationType" minOccurs="0" />
			<xs:element name="Section504" type="trex:ParticipationType" minOccurs="0" />
			<xs:element name="POIIMetDate" type="trex:YMType" minOccurs="0" />
			<xs:element name="CPRAEDMetDate" type="trex:YMType" minOccurs="0" />
			<xs:element name="StarOfTexas" type="trex:ParticipationType" minOccurs="0" />
			<xs:element name="SATACTReimbursement" type="trex:ParticipationType" minOccurs="0" />
			<xs:element name="IBCReimbursement" type="trex:IBCReimbursementType" minOccurs="0" />
			<xs:element name="IBCEarned" type="trex:IBCEarnedType" minOccurs="0" maxOccurs="unbounded" />
			<xs:element name="FinancialAidApplication" type="trex:FinancialAidApplicationType" minOccurs="0" />
			<xs:element name="FinancialAidApplicationMetDate" type="trex:YMType" minOccurs="0" />
			<xs:element name="AcceleratedInstruction" type="trex:AcceleratedInstructionType" minOccurs="0" maxOccurs="unbounded" />
			<xs:element name="TexasFirstEarlyHSGraduate" type="trex:ParticipationType" minOccurs="0" />
			<xs:element name="DistingLevelAchievementGraduate" type="trex:ParticipationType" minOccurs="0" />
			<xs:element name="FHSPDistingLevelParticipant" type="trex:ParticipationType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>

	<xs:simpleType name="FHSP">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- Student is not pursuing or participating -->
			<xs:enumeration value="1" /><!-- Student is Pursuing -->
			<xs:enumeration value="2" /><!-- Student has Completed -->
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="AcademicSummaryType">
		<xs:sequence>
			<xs:element name="GPA" type="trex:GPAType" minOccurs="0" />
			<xs:element name="ClassTotalNumber" type="trex:ClassTotalNumberType" minOccurs="0" />
			<xs:element name="ClassRank" type="trex:ClassRankType" minOccurs="0" />
			<xs:element name="ClassRankingDate" type="trex:YMDType" minOccurs="0" />
			<xs:element name="Quartile" type="trex:QuartileType" minOccurs="0" />
			<xs:element name="CollegeCampusCode" type="trex:CollegeCampusCodeType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>
	
    <xs:simpleType name="AcceleratedInstructionSubjectType">
        <xs:restriction base="xs:token">
			<xs:enumeration value="01" /><!-- Reading/English -->
            <xs:enumeration value="02" /><!-- Math -->
            <xs:enumeration value="03" /><!-- Science -->
            <xs:enumeration value="04" /><!-- Social Studies -->
        </xs:restriction>
    </xs:simpleType>
	
	<xs:complexType name="AcceleratedInstructionType">
		<xs:sequence>
			<xs:element name="AcceleratedInstructionSubject" type="trex:AcceleratedInstructionSubjectType" minOccurs="0" />
			<xs:element name="StudentAcceleratedInstructionParticipation" type="trex:StudentAcceleratedInstructionParticipationType" minOccurs="0" />
			<xs:element name="AssignedHoursAcceleratedInstruction" type="trex:HoursType" minOccurs="0" />
			<xs:element name="YTDNumberHoursCompleted" type="trex:HoursType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>
	
	<xs:simpleType name="AdditionalTestNameType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="60" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="AddressStringType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="50" />
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="AddressType">
		<xs:sequence>
			<xs:element name="Address" type="trex:AddressStringType" minOccurs="0" />
			<xs:element name="City" type="trex:CityType" minOccurs="0" />
			<xs:element name="StateProvince" type="trex:StateProvinceType" minOccurs="0" />
			<xs:element name="Country" type="trex:CountryType" minOccurs="0" />
			<xs:element name="PostalCode" type="trex:PostalCodeType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>

	<xs:complexType name="AssessmentSubTestType">
		<xs:sequence>
			<xs:element name="SubTestName" type="trex:SubTestNameType" minOccurs="0" />
			<xs:element name="SubTestScore" type="trex:TestScoreType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>

	<xs:complexType name="AssessmentType">
		<xs:sequence>
			<xs:choice>
				<xs:element name="TestName" type="trex:TestNameType" minOccurs="0" />
				<xs:element name="AdditionalTestName" type="trex:AdditionalTestNameType" minOccurs="0" />
			</xs:choice>
			<xs:element name="TestLevel" type="trex:GradeLevelType" minOccurs="0" />
			<xs:element name="TestDate" type="trex:YMType" minOccurs="0" />
			<xs:element name="ExitRequirementMetDate" type="trex:YMType" minOccurs="0" />
			<xs:element name="TestScore" type="trex:TestScoreType" minOccurs="0" />
			<xs:element name="TestCode" type="trex:TestCodeType" minOccurs="0" />
			<xs:element name="PerformanceLevel" type="trex:PerformanceLevelType" minOccurs="0" />
			<xs:element name="AssessmentSubTest" type="trex:AssessmentSubTestType" minOccurs="0" maxOccurs="unbounded" />
		</xs:sequence>
	</xs:complexType>

    <xs:simpleType name="AssociateDegreeIndicatorType">
        <xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- Not receiving services, or condition or situation not applicable to this person. -->
			<xs:enumeration value="1" /><!-- Participant in program or service, or condition or situation applicable to this person. -->
            <xs:enumeration value="2" /><!-- Associate of Arts (AA) -->
            <xs:enumeration value="3" /><!-- Associate of Applied Arts (AAA) -->
            <xs:enumeration value="4" /><!-- Associate of Applied Science (AAS) -->
            <xs:enumeration value="5" /><!-- Associate of Arts in Teaching (AAT) -->
            <xs:enumeration value="6" /><!-- Associate of Science (AS) -->
        </xs:restriction>
    </xs:simpleType>
	
	<xs:complexType name="AttendanceType">
		<xs:sequence>
			<xs:element name="DaysAttended" type="trex:DaysType" minOccurs="0" />
			<xs:element name="DaysAbsent" type="trex:DaysType" minOccurs="0" />
			<xs:element name="RSDaysAttended" type="trex:DaysType" minOccurs="0" />
			<xs:element name="RADaysAttended" type="trex:DaysType" minOccurs="0" />
			<xs:element name="PriorDaysAttended" type="trex:DaysType" minOccurs="0" />
			<xs:element name="PriorDaysAbsent" type="trex:DaysType" minOccurs="0" />
			<xs:element name="PriorRSDaysAttended" type="trex:DaysType" minOccurs="0" />
			<xs:element name="PriorRADaysAttended" type="trex:DaysType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>

	<xs:simpleType name="CityType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="30" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="ClassTotalNumberType">
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="5" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="ClassPeriodType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="5" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="ClassRankType">
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="5" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="CollegeCampusCodeType">
		<xs:restriction base="xs:token">
			<xs:pattern value="([0-9]{6})" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="CourseCreditType">
		<xs:restriction base="xs:decimal">
			<xs:totalDigits value="2" />
			<xs:fractionDigits value="1" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="CourseGradeType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="10" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="CourseIDType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="64" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="CourseTeacherType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="40" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="CourseTitleType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="100" />
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="CourseType">
		<xs:sequence>
			<xs:element name="CourseTitle" type="trex:CourseTitleType" minOccurs="0" />
			<xs:element name="CourseID" type="trex:CourseIDType" minOccurs="0" />
			<xs:element name="Abbreviation" type="trex:AbbreviationType" minOccurs="0" />
			<xs:element name="Semester" type="trex:SemesterType" minOccurs="0" />
			<xs:element name="ClassPeriod" type="trex:ClassPeriodType" minOccurs="0" />
			<xs:element name="SubjectArea" type="trex:SubjectAreaType" minOccurs="0" />
			<xs:element name="CourseGrade" type="trex:CourseGradeType" minOccurs="0" maxOccurs="unbounded" />
			<xs:element name="WithdrawGrade" type="trex:WithdrawGradeType" minOccurs="0" />
			<xs:element name="GradeAverage" type="trex:CourseGradeType" minOccurs="0" />
			<xs:element name="CourseCredit" type="trex:CourseCreditType" minOccurs="0" />
			<xs:element name="PassFailCredit" type="trex:PassFailCreditType" minOccurs="0" />
			<xs:element name="Explanation" type="trex:CourseExplanationType" minOccurs="0" maxOccurs="unbounded" />
			<xs:element name="CourseTeacher" type="trex:CourseTeacherType" minOccurs="0" />
			<xs:element name="CreditCampus" type="trex:SchoolIDType" minOccurs="0" />
			<xs:element name="SemesterSeq" type="trex:SemesterSeqType" minOccurs="0" />
			<xs:element name="FinalGradeAverage" type="trex:CourseGradeType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>

	<xs:complexType name="CurrentCourseworkType">
		<xs:sequence>
			<xs:element name="Course" type="trex:CourseType" maxOccurs="unbounded" />
			<xs:element name="SchoolYear" type="trex:YearRangeType" />
			<xs:element name="GradeLevel" type="trex:GradeLevelType" />
			<xs:element name="SessionType" type="trex:SessionTypeType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>

	<xs:simpleType name="DaysType">
		<xs:restriction base="xs:decimal">
			<xs:totalDigits value="4" />
			<xs:fractionDigits value="1" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="DisciplineActionNumType">
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="3" />
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="DisciplineActionType">
		<xs:sequence>
			<xs:element name="DisciplineActionDate" type="trex:YMDType" minOccurs="0"> <!-- Deleted as of v1.35 as part of 2023 HB3 changes -->
				<xs:annotation>
					<xs:documentation>Deprecated</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="DisciplineActionNum" type="trex:DisciplineActionNumType" minOccurs="0" />
			<xs:element name="DisciplineActionCode" type="trex:DisciplineActionCodeType" minOccurs="0" />
			<xs:element name="DisciplineActionReason" type="trex:DisciplineActionReasonType" minOccurs="0" />
			<xs:element name="IncidentIdentifier" type="trex:IncidentIdentifierType" minOccurs="0" />
			<xs:element name="SchoolYear" type="trex:YearRangeType" minOccurs="0" />
			<xs:element name="DisciplineDate" type="trex:YMDType" minOccurs="0" />
			<xs:element name="ActualDisciplineActionLength" type="trex:DisciplineActualLengthType" minOccurs="0" />
			<xs:element name="StateOrganizationId" type="trex:SchoolIDType" minOccurs="0" />
			<xs:element name="TX-OfficialLengthOfDisciplinaryAssignment" type="trex:DisciplineLengthOfAssignmentType" minOccurs="0" />
			<xs:element name="TX-DisciplinaryLengthDifferenceReason" type="trex:TX-DisciplineActionLengthDifferenceReasonType" minOccurs="0" />
			<xs:element name="TX-InconsistentCodeOfConductIndicator" type="trex:ParticipationType" minOccurs="0" />
			<xs:element name="TX-BehaviorLocation" type="trex:TX-BehaviorLocationType" minOccurs="0" />
			<xs:element name="TX-SafeSupportiveSchoolProgramTeamReview" type="trex:ParticipationType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>

	<xs:simpleType name="DisciplineActualLengthType">
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="3" />		
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="DistrictIDType">
		<xs:restriction base="xs:token">
			<xs:pattern value="([0-9]{6})" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="DistrictNameType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="75" />
		</xs:restriction>
	</xs:simpleType>
	
	<xs:simpleType name="DisciplineLengthOfAssignmentType">
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="3" />
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="EnrollmentType">
		<xs:sequence>
			<xs:element name="GradeLevel" type="trex:GradeLevelType" minOccurs="0" />
			<xs:element name="EntryDate" type="trex:YMDType" minOccurs="0" />
			<xs:element name="ExitDate" type="trex:YMDType" minOccurs="0" />
			<xs:element name="WithdrawDate" type="trex:YMDType" minOccurs="0" />
			<xs:element name="WithdrawReason" type="trex:WithdrawReasonType" minOccurs="0" />
			<xs:element name="GradePlaced" type="trex:GradeLevelType" minOccurs="0" />
			<xs:element name="GradePromoted" type="trex:GradeLevelType" minOccurs="0" />
			<xs:element name="GradeRetained" type="trex:GradeLevelType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>

	<xs:complexType name="EthnicityType">
		<xs:sequence>
			<xs:element name="AmericanIndianAlaskaNativeCode" type="trex:EthnicityYesNoType" />
			<xs:element name="AsianCode" type="trex:EthnicityYesNoType" />
			<xs:element name="BlackAfricanAmericanCode" type="trex:EthnicityYesNoType" />
			<xs:element name="HispanicLatinoCode" type="trex:EthnicityYesNoType" />
			<xs:element name="NativeHawaiianPacificIslanderCode" type="trex:EthnicityYesNoType" />
			<xs:element name="WhiteCode" type="trex:EthnicityYesNoType" />
		</xs:sequence>
	</xs:complexType>

	<xs:simpleType name="FirstNameType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="60" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="GPAType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="10" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="HoursType">
		<xs:restriction base="xs:decimal">
			<xs:totalDigits value="4" />
			<xs:fractionDigits value="2" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="ImmunizationCodeType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="35" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="ImmunizationDoseType">
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="2" />
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="ImmunizationType">
		<xs:sequence>
			<xs:element name="ImmunizationCode" type="trex:ImmunizationCodeType" minOccurs="0" />
			<xs:element name="ImmunizationDate" type="trex:YMDType" minOccurs="0" />
			<xs:element name="ImmunizationDose" type="trex:ImmunizationDoseType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>

	<xs:simpleType name="IncidentIdentifierType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="20" />
			<xs:pattern value="([0-9]{6,20})"/>	
		</xs:restriction>
	</xs:simpleType>
	
	<xs:simpleType name="LastNameType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="60" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="MiddleNameType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="60" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="LocalIDType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<!-- <xs:maxLength value="9" /> -->
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="ParentType">
		<xs:sequence>
			<xs:element name="Name" type="trex:PersonNameType" />
		</xs:sequence>
	</xs:complexType>

	<xs:complexType name="PersonNameType">
		<xs:sequence>
			<xs:element name="FirstName" type="trex:FirstNameType" />
			<xs:element name="MiddleName" type="trex:MiddleNameType" minOccurs="0" />
			<xs:element name="LastName" type="trex:LastNameType" />
			<xs:element name="Suffix" type="trex:SuffixType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>

	<xs:group name="PhoneNumberGroup">
		<xs:sequence>
			<xs:element name="PhoneNumber" type="trex:PhoneNumberType" />
			<xs:element name="Fax" type="trex:PhoneNumberType" minOccurs="0" />
		</xs:sequence>
	</xs:group>

	<xs:simpleType name="PhoneNumberType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="20" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="PostalCodeType">
		<xs:restriction base="xs:token">
			<xs:minLength value="5" />
			<xs:maxLength value="10" />
			<xs:pattern value="([0-9]{5})|([0-9]{5}-[0-9]{4})" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="PriorIDType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="9" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="SemesterType">
		<xs:restriction base="xs:integer">
			<xs:totalDigits value="1" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="SchoolIDType">
		<xs:restriction base="xs:token">
			<xs:pattern value="([0-9]{9})" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="SchoolNameType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="75" />
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="SchoolType">
		<xs:sequence>
			<xs:element name="SchoolID" type="trex:SchoolIDType" />
			<xs:element name="SchoolName" type="trex:SchoolNameType" />
			<xs:element name="DistrictID" type="trex:DistrictIDType" />
			<xs:element name="DistrictName" type="trex:DistrictNameType" minOccurs="0" />
			<xs:element name="Address" type="trex:AddressType" minOccurs="0" />
			<xs:group ref="trex:PhoneNumberGroup" />
		</xs:sequence>
	</xs:complexType>

	<xs:complexType name="SpecialProgramsType">
		<xs:sequence>
			<xs:element name="LEP" type="trex:LEPType" minOccurs="0" />
			<xs:element name="AlternativeLanguage" type="trex:AlternativeLanguageType" minOccurs="0" />
			<xs:element name="DualLanguageImmersion" type="trex:DualLanguageImmersionType" />
			<xs:element name="EconomicDisadvantaged" type="trex:EconomicDisadvantagedType" minOccurs="0" />
			<xs:element name="AtRisk" type="trex:ParticipationType" minOccurs="0" />
			<xs:element name="TitleI" type="trex:TitleIType" minOccurs="0" />
			<xs:element name="SpecialEd" type="trex:ParticipationType" minOccurs="0" />
			<xs:element name="IEP" type="trex:ParticipationType" minOccurs="0" />
			<xs:element name="Bilingual" type="trex:BilingualType" minOccurs="0" />
			<xs:element name="ESL" type="trex:ESLType" minOccurs="0" />
			<xs:element name="GiftedTalented" type="trex:GiftedTalentedType" minOccurs="0" />
			<xs:element name="CTE" type="trex:CareerTechEdType" minOccurs="0" />
			<xs:element name="PersonalGradPlan" type="trex:ParticipationType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>

    <xs:simpleType name="StudentAcceleratedInstructionParticipationType">
        <xs:restriction base="xs:token">
			<xs:enumeration value="01" /><!-- Student Participates In Supplemental Accelerated Instruction -->
            <xs:enumeration value="02" /><!-- Student Does Not Participate – Parent Opt Out Of Accelerated Instruction -->
            <xs:enumeration value="03" /><!-- Student Does Not Participate – Assigned TIA Teacher -->
            <xs:enumeration value="04" /><!-- Student Does Not Participate – Assigned Accelerated Instruction In Two Other Subjects -->
            <xs:enumeration value="05" /><!-- Student Does Not Participate – Retained -->
            <xs:enumeration value="06" /><!-- Local Education Agency Exempt From Providing Accelerated Instruction -->
			<xs:enumeration value="07" /><!-- Student Participates - Parent Reduced or Modified Accelerated Instruction -->
        </xs:restriction>
    </xs:simpleType>
	
	<xs:complexType name="StudentDemographicType">
		<xs:sequence>
			<xs:element name="Sex" type="trex:GenderType" />
			<xs:element name="Race" type="trex:RaceType" minOccurs="0" />
			<xs:element name="Ethnicity" type="trex:EthnicityType" minOccurs="0" />
			<xs:element name="BirthDate" type="trex:YMDType" />
			<xs:element name="HomeLanguage" type="trex:LanguageType" minOccurs="0" />
			<xs:element name="StudentLanguage" type="trex:LanguageType" minOccurs="0" />
			<xs:element name="HomeLanguageSurveyDateAdministered" type="trex:YMDType" minOccurs="0" />
			<xs:element name="Migrant" type="trex:ParticipationType" minOccurs="0" />
			<xs:element name="Homeless" type="trex:HomelessType" minOccurs="0" />
			<xs:element name="Dyslexia" type="trex:ParticipationType" minOccurs="0" />
			<xs:element name="DyslexiaRiskCode" type="trex:DyslexiaRiskCodeType" minOccurs="0" />
			<xs:element name="MilitaryConnected" type="trex:MilitaryConnectedType" minOccurs="0" />
			<xs:element name="FosterCare" type="trex:FosterCareType" minOccurs="0" />
			<xs:element name="AsyleeRefugeeCode" type="trex:AsyleeRefugeeCodeType" minOccurs="0" />
			<xs:element name="CrisisCode" type="trex:CrisisCodeType" minOccurs="0" maxOccurs="5" />
			<xs:element name="PkEligiblePreviousYear" type="trex:ParticipationType" minOccurs="0" />
			<xs:element name="StudentAcceleratedEducationPlan" type="trex:ParticipationType" minOccurs="0" />
			<xs:element name="TX-BehavioralThreatAssessment" type="trex:ParticipationType" minOccurs="0" />
			<xs:element name="PKChildLeaClassroomTeacher" type="trex:ParticipationType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>

	<xs:complexType name="StudentIdentificationType">
		<xs:sequence>
			<xs:element name="StudentUniqueID" type="trex:StudentUniqueIDType" minOccurs="0" />
			<xs:element name="Name" type="trex:PersonNameType" />
			<xs:element name="StudentID" type="trex:StudentIDType" />
			<xs:element name="PriorID" type="trex:PriorIDType" minOccurs="0" />
			<xs:element name="LocalID" type="trex:LocalIDType" minOccurs="0" />
			<xs:element name="Address" type="trex:AddressType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>

	<xs:simpleType name="StudentIDType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="64" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="StudentUniqueIDType">
		<xs:restriction base="xs:token">
			<xs:pattern value="[0-9]{10}" />
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="StudentRecordType">
		<xs:sequence>
			<xs:element name="StudentIdentification" type="trex:StudentIdentificationType" />
			<xs:element name="Parent" type="trex:ParentType" minOccurs="0" maxOccurs="unbounded" />
			<xs:element name="StudentDemographic" type="trex:StudentDemographicType" />
			<xs:element name="School" type="trex:SchoolType" />
			<xs:element name="Enrollment" type="trex:EnrollmentType" />
			<xs:element name="SpecialPrograms" type="trex:SpecialProgramsType" />
			<xs:element name="Assessment" type="trex:AssessmentType" minOccurs="0" maxOccurs="unbounded" />
			<xs:element name="Attendance" type="trex:AttendanceType" minOccurs="0" />
			<xs:element name="Immunization" type="trex:ImmunizationType" minOccurs="0" maxOccurs="unbounded" />
			<xs:element name="DisciplineAction" type="trex:DisciplineActionType" minOccurs="0" maxOccurs="unbounded" />
			<xs:element name="AcademicStatus" type="trex:AcademicStatusType" minOccurs="0" />
			<xs:element name="CurrentCoursework" type="trex:CurrentCourseworkType" minOccurs="0" />
			<xs:element name="AcademicSession" type="trex:AcademicSessionType" minOccurs="0" maxOccurs="unbounded" />
			<xs:element name="AcademicSummary" type="trex:AcademicSummaryType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>

	<xs:complexType name="StudentRecordsType">
		<xs:sequence>
			<xs:element name="TRExStudentRecord" type="trex:StudentRecordType" maxOccurs="unbounded" />
		</xs:sequence>
	</xs:complexType>

	<xs:simpleType name="SubTestNameType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="60" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="TestScoreType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="6" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="WithdrawGradeType">
		<xs:restriction base="xs:token">
			<xs:minLength value="1" />
			<xs:maxLength value="15" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="YearRangeType">
		<xs:restriction base="xs:token">
			<xs:pattern value="[0-9]{4}-[0-9]{4}" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="YMDType">
		<xs:restriction base="xs:token">
			<xs:pattern value="[0-9]{4}-[01]?[0-9]-[0123]?[0-9]" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="YMType">
		<xs:restriction base="xs:token">
			<xs:pattern value="[0-9]{4}-[01]?[0-9]" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="AsyleeRefugeeCodeType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- Not applicable to this student -->
			<xs:enumeration value="1" /><!-- Asylee -->
			<xs:enumeration value="2" /><!-- Refugee -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="CareerTechEdType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- Not enrolled in a CTE course -->
			<xs:enumeration value="1" /><!-- Enrolled in a CTE course -->
			<xs:enumeration value="2" /><!-- Participant in a coherent sequence of courses -->
			<xs:enumeration value="3" /><!-- Participant in Tech Prep program -->
			<xs:enumeration value="4" /><!-- Not CTE -->
			<xs:enumeration value="5" /><!-- CTE Program Participant -->
			<xs:enumeration value="E" /><!-- CTE Program Explorer -->
			<xs:enumeration value="6" /><!-- CTE Program Concentrator -->
			<xs:enumeration value="7" /><!-- CTE Program Completer -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="CountryType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="US" /><!-- United States -->
			<xs:enumeration value="AD" /><!-- Andorra -->
			<xs:enumeration value="AE" /><!-- United Arab Emirates -->
			<xs:enumeration value="AF" /><!-- Afghanistan -->
			<xs:enumeration value="AG" /><!-- Antigua And Barbuda -->
			<xs:enumeration value="AI" /><!-- Anguilla -->
			<xs:enumeration value="AL" /><!-- Albania -->
			<xs:enumeration value="AM" /><!-- Armenia -->
			<xs:enumeration value="AN" /><!-- Netherlands Antilles -->
			<xs:enumeration value="AO" /><!-- Angola -->
			<xs:enumeration value="AQ" /><!-- Antarctica -->
			<xs:enumeration value="AR" /><!-- Argentina -->
			<xs:enumeration value="AS" /><!-- American Samoa -->
			<xs:enumeration value="AT" /><!-- Austria -->
			<xs:enumeration value="AU" /><!-- Australia -->
			<xs:enumeration value="AW" /><!-- Aruba -->
			<xs:enumeration value="AX" /><!-- Aland Islands -->
			<xs:enumeration value="AZ" /><!-- Azerbaijan -->
			<xs:enumeration value="BA" /><!-- Bosnia And Herzegovina -->
			<xs:enumeration value="BB" /><!-- Barbados -->
			<xs:enumeration value="BD" /><!-- Bangladesh -->
			<xs:enumeration value="BE" /><!-- Belgium -->
			<xs:enumeration value="BF" /><!-- Burkina Faso -->
			<xs:enumeration value="BG" /><!-- Bulgaria -->
			<xs:enumeration value="BH" /><!-- Bahrain -->
			<xs:enumeration value="BI" /><!-- Burundi -->
			<xs:enumeration value="BJ" /><!-- Benin -->
			<xs:enumeration value="BM" /><!-- Bermuda -->
			<xs:enumeration value="BN" /><!-- Brunei Darussalam -->
			<xs:enumeration value="BO" /><!-- Bolivia -->
			<xs:enumeration value="BR" /><!-- Brazil -->
			<xs:enumeration value="BS" /><!-- Bahamas -->
			<xs:enumeration value="BT" /><!-- Bhutan -->
			<xs:enumeration value="BV" /><!-- Bouvet Island -->
			<xs:enumeration value="BW" /><!-- Botswana -->
			<xs:enumeration value="BY" /><!-- Belarus -->
			<xs:enumeration value="BZ" /><!-- Belize -->
			<xs:enumeration value="CA" /><!-- Canada -->
			<xs:enumeration value="CC" /><!-- Cocos (Keeling) Islands -->
			<xs:enumeration value="CD" /><!-- Congo -->
			<xs:enumeration value="CF" /><!-- Central African Republic -->
			<xs:enumeration value="CG" /><!-- Congo , The Democratic Republic Of The -->
			<xs:enumeration value="CH" /><!-- Switzerland -->
			<xs:enumeration value="CI" /><!-- Cote D'ivoire -->
			<xs:enumeration value="CK" /><!-- Cook Islands -->
			<xs:enumeration value="CL" /><!-- Chile -->
			<xs:enumeration value="CM" /><!-- Cameroon -->
			<xs:enumeration value="CN" /><!-- China -->
			<xs:enumeration value="CO" /><!-- Colombia -->
			<xs:enumeration value="CR" /><!-- Costa Rica -->
			<xs:enumeration value="CS" /><!-- Serbia And Montenegro -->
			<xs:enumeration value="CU" /><!-- Cuba -->
			<xs:enumeration value="CV" /><!-- Cape Verde -->
			<xs:enumeration value="CX" /><!-- Christmas Island -->
			<xs:enumeration value="CY" /><!-- Cyprus -->
			<xs:enumeration value="CZ" /><!-- Czech Republic -->
			<xs:enumeration value="DE" /><!-- Germany -->
			<xs:enumeration value="DJ" /><!-- Djibouti -->
			<xs:enumeration value="DK" /><!-- Denmark -->
			<xs:enumeration value="DM" /><!-- Dominica -->
			<xs:enumeration value="DO" /><!-- Dominican Republic -->
			<xs:enumeration value="DZ" /><!-- Algeria -->
			<xs:enumeration value="EC" /><!-- Ecuador -->
			<xs:enumeration value="EE" /><!-- Estonia -->
			<xs:enumeration value="EG" /><!-- Egypt -->
			<xs:enumeration value="EH" /><!-- Western Sahara -->
			<xs:enumeration value="ER" /><!-- Eritrea -->
			<xs:enumeration value="ES" /><!-- Spain -->
			<xs:enumeration value="ET" /><!-- Ethiopia -->
			<xs:enumeration value="FI" /><!-- Finland -->
			<xs:enumeration value="FJ" /><!-- Fiji -->
			<xs:enumeration value="FK" /><!-- Falkland Islands (Malvinas) -->
			<xs:enumeration value="FM" /><!-- Micronesia, Federated States Of -->
			<xs:enumeration value="FO" /><!-- Faroe Islands -->
			<xs:enumeration value="FR" /><!-- France -->
			<xs:enumeration value="GA" /><!-- Gabon -->
			<xs:enumeration value="GB" /><!-- United Kingdom -->
			<xs:enumeration value="GD" /><!-- Grenada -->
			<xs:enumeration value="GE" /><!-- Georgia -->
			<xs:enumeration value="GF" /><!-- French Guiana -->
			<xs:enumeration value="GH" /><!-- Ghana -->
			<xs:enumeration value="GI" /><!-- Gibraltar -->
			<xs:enumeration value="GL" /><!-- Greenland -->
			<xs:enumeration value="GM" /><!-- Gambia -->
			<xs:enumeration value="GN" /><!-- Guinea -->
			<xs:enumeration value="GP" /><!-- Guadeloupe -->
			<xs:enumeration value="GQ" /><!-- Equatorial Guinea -->
			<xs:enumeration value="GR" /><!-- Greece -->
			<xs:enumeration value="GS" /><!-- South Georgia And The South Sandwich Islands -->
			<xs:enumeration value="GT" /><!-- Guatemala -->
			<xs:enumeration value="GU" /><!-- Guam -->
			<xs:enumeration value="GW" /><!-- Guinea - Bissau -->
			<xs:enumeration value="GY" /><!-- Guyana -->
			<xs:enumeration value="HK" /><!-- Hong Kong -->
			<xs:enumeration value="HM" /><!-- Heard Island and Mcdonald Islands -->
			<xs:enumeration value="HN" /><!-- Honduras -->
			<xs:enumeration value="HR" /><!-- Croatia -->
			<xs:enumeration value="HT" /><!-- Haiti -->
			<xs:enumeration value="HU" /><!-- Hungary -->
			<xs:enumeration value="ID" /><!-- Indonesia -->
			<xs:enumeration value="IE" /><!-- Ireland -->
			<xs:enumeration value="IL" /><!-- Israel -->
			<xs:enumeration value="IN" /><!-- India -->
			<xs:enumeration value="IO" /><!-- British Indian Ocean Territory -->
			<xs:enumeration value="IQ" /><!-- Iraq -->
			<xs:enumeration value="IR" /><!-- Iran, Islamic Republic Of -->
			<xs:enumeration value="IS" /><!-- Iceland -->
			<xs:enumeration value="IT" /><!-- Italy -->
			<xs:enumeration value="JM" /><!-- Jamaica -->
			<xs:enumeration value="JO" /><!-- Jordan -->
			<xs:enumeration value="JP" /><!-- Japan -->
			<xs:enumeration value="KE" /><!-- Kenya -->
			<xs:enumeration value="KG" /><!-- Kyrgyzstan -->
			<xs:enumeration value="KH" /><!-- Cambodia -->
			<xs:enumeration value="KI" /><!-- Kiribati -->
			<xs:enumeration value="KM" /><!-- Comoros -->
			<xs:enumeration value="KN" /><!-- Saint Kitts And Nevis -->
			<xs:enumeration value="KP" /><!-- Korea, Democratic People's Republic Of -->
			<xs:enumeration value="KR" /><!-- Korea, Republic Of -->
			<xs:enumeration value="KW" /><!-- Kuwait -->
			<xs:enumeration value="KY" /><!-- Cayman Islands -->
			<xs:enumeration value="KZ" /><!-- Kazakhstan -->
			<xs:enumeration value="LA" /><!-- Lao People's Democratic Republic -->
			<xs:enumeration value="LB" /><!-- Lebanon -->
			<xs:enumeration value="LC" /><!-- Saint Lucia -->
			<xs:enumeration value="LI" /><!-- Liechtenstein -->
			<xs:enumeration value="LK" /><!-- Sri Lanka -->
			<xs:enumeration value="LR" /><!-- Liberia -->
			<xs:enumeration value="LS" /><!-- Lesotho -->
			<xs:enumeration value="LT" /><!-- Lithuania -->
			<xs:enumeration value="LU" /><!-- Luxembourg -->
			<xs:enumeration value="LV" /><!-- Latvia -->
			<xs:enumeration value="LY" /><!-- Libyan Arab Jamahiriya -->
			<xs:enumeration value="MA" /><!-- Morocco -->
			<xs:enumeration value="MC" /><!-- Monaco -->
			<xs:enumeration value="MD" /><!-- Moldova, Republic Of -->
			<xs:enumeration value="MG" /><!-- Madagascar -->
			<xs:enumeration value="MH" /><!-- Marshall Islands -->
			<xs:enumeration value="MK" /><!-- Macedonia, The Former Yugoslav Republic Of -->
			<xs:enumeration value="ML" /><!-- Mali -->
			<xs:enumeration value="MM" /><!-- Myanmar -->
			<xs:enumeration value="MN" /><!-- Mongolia -->
			<xs:enumeration value="MO" /><!-- Macao -->
			<xs:enumeration value="MP" /><!-- Northern Mariana Islands -->
			<xs:enumeration value="MQ" /><!-- Martinique -->
			<xs:enumeration value="MR" /><!-- Mauritania -->
			<xs:enumeration value="MS" /><!-- Montserrat -->
			<xs:enumeration value="MT" /><!-- Malta -->
			<xs:enumeration value="MU" /><!-- Mauritius -->
			<xs:enumeration value="MV" /><!-- Maldives -->
			<xs:enumeration value="MW" /><!-- Malawi -->
			<xs:enumeration value="MX" /><!-- Mexico -->
			<xs:enumeration value="MY" /><!-- Malaysia -->
			<xs:enumeration value="MZ" /><!-- Mozambique -->
			<xs:enumeration value="NA" /><!-- Namibia -->
			<xs:enumeration value="NC" /><!-- New Caledonia -->
			<xs:enumeration value="NE" /><!-- Niger -->
			<xs:enumeration value="NF" /><!-- Norfolk Island -->
			<xs:enumeration value="NG" /><!-- Nigeria -->
			<xs:enumeration value="NI" /><!-- Nicaragua -->
			<xs:enumeration value="NL" /><!-- Netherlands -->
			<xs:enumeration value="NO" /><!-- Norway -->
			<xs:enumeration value="NP" /><!-- Nepal -->
			<xs:enumeration value="NR" /><!-- Nauru -->
			<xs:enumeration value="NU" /><!-- Niue -->
			<xs:enumeration value="NZ" /><!-- New Zealand -->
			<xs:enumeration value="OM" /><!-- Oman -->
			<xs:enumeration value="PA" /><!-- Panama -->
			<xs:enumeration value="PE" /><!-- Peru -->
			<xs:enumeration value="PF" /><!-- French Polynesia -->
			<xs:enumeration value="PG" /><!-- Papua New Guinea -->
			<xs:enumeration value="PH" /><!-- Philippines -->
			<xs:enumeration value="PK" /><!-- Pakistan -->
			<xs:enumeration value="PL" /><!-- Poland -->
			<xs:enumeration value="PM" /><!-- Saint Pierre And Miquelon -->
			<xs:enumeration value="PN" /><!-- Pitcairn -->
			<xs:enumeration value="PR" /><!-- Puerto Rico -->
			<xs:enumeration value="PS" /><!-- Palestinian Territory, Occupied -->
			<xs:enumeration value="PT" /><!-- Portugal -->
			<xs:enumeration value="PW" /><!-- Palau -->
			<xs:enumeration value="PY" /><!-- Paraguay -->
			<xs:enumeration value="QA" /><!-- Qatar -->
			<xs:enumeration value="RE" /><!-- Reunion -->
			<xs:enumeration value="RO" /><!-- Romania -->
			<xs:enumeration value="RU" /><!-- Russian Federation -->
			<xs:enumeration value="RW" /><!-- Rwanda -->
			<xs:enumeration value="SA" /><!-- Saudi Arabia -->
			<xs:enumeration value="SB" /><!-- Solomon Islands -->
			<xs:enumeration value="SC" /><!-- Seychelles -->
			<xs:enumeration value="SD" /><!-- Sudan -->
			<xs:enumeration value="SE" /><!-- Sweden -->
			<xs:enumeration value="SG" /><!-- Singapore -->
			<xs:enumeration value="SH" /><!-- Saint Helena -->
			<xs:enumeration value="SI" /><!-- Slovenia -->
			<xs:enumeration value="SJ" /><!-- Svalbard And Jan Mayen -->
			<xs:enumeration value="SK" /><!-- Slovakia -->
			<xs:enumeration value="SL" /><!-- Sierra Leone -->
			<xs:enumeration value="SM" /><!-- San Marino -->
			<xs:enumeration value="SN" /><!-- Senegal -->
			<xs:enumeration value="SO" /><!-- Somalia -->
			<xs:enumeration value="SR" /><!-- Suriname -->
			<xs:enumeration value="ST" /><!-- Sao Tome And Principe -->
			<xs:enumeration value="SV" /><!-- El Salvador -->
			<xs:enumeration value="SY" /><!-- Syrian Arab Republic -->
			<xs:enumeration value="SZ" /><!-- Swaziland -->
			<xs:enumeration value="TC" /><!-- Turks And Caicos Islands -->
			<xs:enumeration value="TD" /><!-- Chad -->
			<xs:enumeration value="TF" /><!-- French Southern Territories -->
			<xs:enumeration value="TG" /><!-- Togo -->
			<xs:enumeration value="TH" /><!-- Thailand -->
			<xs:enumeration value="TJ" /><!-- Tajikistan -->
			<xs:enumeration value="TK" /><!-- Tokelau -->
			<xs:enumeration value="TL" /><!-- Timor - Leste -->
			<xs:enumeration value="TM" /><!-- Turkmenistan -->
			<xs:enumeration value="TN" /><!-- Tunisia -->
			<xs:enumeration value="TO" /><!-- Tonga -->
			<xs:enumeration value="TR" /><!-- Turkey -->
			<xs:enumeration value="TT" /><!-- Trinidad And Tobago -->
			<xs:enumeration value="TV" /><!-- Tuvalu -->
			<xs:enumeration value="TW" /><!-- Taiwan, Province Of China -->
			<xs:enumeration value="TZ" /><!-- Tanzania, United Republic Of -->
			<xs:enumeration value="UA" /><!-- Ukraine -->
			<xs:enumeration value="UG" /><!-- Uganda -->
			<xs:enumeration value="UM" /><!-- United States Minor Outlying Islands -->
			<xs:enumeration value="UY" /><!-- Uruguay -->
			<xs:enumeration value="UZ" /><!-- Uzbekistan -->
			<xs:enumeration value="VA" /><!-- Holy See (Vatican City State) -->
			<xs:enumeration value="VC" /><!-- Saint Vincent And The Grenadines -->
			<xs:enumeration value="VE" /><!-- Venezuela -->
			<xs:enumeration value="VG" /><!-- Virgin Islands, British -->
			<xs:enumeration value="VI" /><!-- Virgin Islands, U.S. -->
			<xs:enumeration value="VN" /><!-- Viet Nam -->
			<xs:enumeration value="VU" /><!-- Vanuatu -->
			<xs:enumeration value="WF" /><!-- Wallis And Futuna -->
			<xs:enumeration value="WS" /><!-- Samoa -->
			<xs:enumeration value="YE" /><!-- Yemen -->
			<xs:enumeration value="YT" /><!-- Mayotte -->
			<xs:enumeration value="ZA" /><!-- South Africa -->
			<xs:enumeration value="ZM" /><!-- Zambia -->
			<xs:enumeration value="ZW" /><!-- Zimbabwe -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="CourseExplanationType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="A" /><!-- A high school course for which college credit will be awarded by a college under the conditions of a local articulation agreement or the statewide Advanced Technical Credit Program agreement. Colleges agreeing to award credit under the conditions of a local agreement or under a Tech Prep program agreement must be named. -->
			<xs:enumeration value="C" /><!-- A course taken by correspondence from an approved institution of higher education (19 TAC 74.23). -->
			<xs:enumeration value="D" /><!-- A college course for taken dual credit (19 TAC 74.25). -->
			<xs:enumeration value="E" /><!-- A course for which credit is awarded by examination in an academic subject in which the student has had no prior instruction (Credit by Exam) (TAC §74.24(c)(1)). -->
			<xs:enumeration value="G" /><!-- A gifted/talented course. -->
			<xs:enumeration value="H" /><!-- An honors course. (Note: This refers to locally-approved honors courses.) -->
			<xs:enumeration value="I" /><!-- An International Baccalaureate course. -->
			<xs:enumeration value="J" /><!-- A high school course completed prior to grade 9 (19 TAC 74.26). -->
			<xs:enumeration value="K" /><!-- A pre-International Baccalaureate course. -->
			<xs:enumeration value="L" /><!-- A local-credit course taken for local credit only.  (Note:  Local credit is not counted toward state graduation requirements unless the course is required by an ARD Committee for students receiving special education services who entered grade nine prior to the 2011-2012 school year.). -->
			<xs:enumeration value="M" /><!-- A magnet course. -->
			<xs:enumeration value="O" /><!-- An OnRamps course. -->
			<xs:enumeration value="P" /><!-- A College Board Advanced Placement (AP) course. -->
			<xs:enumeration value="Q" /><!-- A pre-Advanced Placement course -->
			<xs:enumeration value="R" /><!-- A course completed in summer school, night school, or other instructional arrangement outside the regular school year and/or day. -->
			<xs:enumeration value="T" /><!-- A course for which credit is awarded by examination in an academic subject in which the student has had some prior formal instruction (TAC §74.24(c)(3)). -->
			<xs:enumeration value="V" /><!-- A state-approved course in which content as described by the TEKS has been modified as a result of an ARD Committee decision. This code is used only for students receiving special education services to indicate modifications in TEKS course content. -->
			<xs:enumeration value="X" /><!-- An innovative course approved for state graduation elective credit by the State Board of Education or the Commissioner of Education (19 TAC 74.27). -->
			<xs:enumeration value="Z" /><!-- A course taken by distance learning including but not limited to the Texas Virtual School Network (TXVSN) television instruction, electronic transmission, or satellite broadcast (19 TAC 74.23) -->
			<xs:enumeration value="1" /><!-- A course for which a physical education credit or waiver is awarded through a substitution allowed by 19 TAC 74. -->
			<xs:enumeration value="2" /><!-- A course that is part of a coherent sequence of career and technical education (CTE) courses (19 TAC 74.3(b)(2)(G)). -->
			<xs:enumeration value="3" /><!-- A course for which credit is awarded based on the district’s evaluation of the student’s records from a school that operates outside the Texas public or charter school system (i.e., home schools, private schools, out of state schools, etc.) (TAC 74.26(A)(2)) -->
			<xs:enumeration value="4" /><!-- A Career & Technical Education course that satisfies a specific graduation requirement as allowed by 19 TAC 74. -->
			<xs:enumeration value="5" /><!-- Course Grade Average or Final Grade Average includes STAAR EOC results -->
			<xs:enumeration value="7" /><!-- A TEKS-based course that includes 100 minutes of moderate to vigorous physical activity per five-day school week taken to satisfy the physical education requirement on the Foundation High School Program (19 TAC 74.12(b)(6)(B)). -->
			<xs:enumeration value="8" /><!-- A course other than a languages other than English (LOTE) course taken to satisfy the LOTE requirement on the Foundation High School Program (19 TAC 74.12(b)(5)(B) or (D)). -->
			<xs:enumeration value="9" /><!-- A course taken by a student with written permission from the student’s parent/guardian to satisfy the fourth science requirement for the arts and humanities endorsement on the Foundation High School Program (19 TAC 74.13(e)(5)(EE)). -->
			<xs:enumeration value="10" /><!-- A course taken as a part of a Foundation High School Program endorsement. -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="DisciplineActionCodeType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="01" /><!-- Expulsion (TEC 37.007) without placement in another educational setting as a result of a formal expulsion hearing [TEC 37.009(f)]. (This code does not apply if a student continues to receive educational services during the term of expulsion.) -->
			<xs:enumeration value="02" /><!-- Expulsion (TEC 37.007) with placement in a juvenile justice alternative education program (JJAEP) as a result of a formal expulsion hearing [TEC 37.009(f)]. -->
			<xs:enumeration value="03" /><!-- Expulsion (TEC 37.007) with placement in an on-campus disciplinary alternative education program (DAEP) as a result of a formal expulsion hearing [TEC 37.009(f)]. (Do not use this code when a student has been placed in a DAEP, but not expelled.) -->
			<xs:enumeration value="04" /><!-- Expulsion (TEC 37.007) with placement in an off-campus DAEP as a result of a formal expulsion hearing [TEC 37.009(f)]. (Do not use this code when a student has been placed in a DAEP, but not expelled.) -->
			<xs:enumeration value="05" /><!-- Out-of-school suspension (Suspension may not exceed three days under TEC 37.005.) -->
			<xs:enumeration value="06" /><!-- In-school suspension (For students eligible for special education and related services, this includes any setting that has not been addressed by an admission, review, and dismissal committee within the placement determination of the student's current IEP.) (Suspension may not exceed three days under TEC 37.005.) -->
			<xs:enumeration value="07" /><!-- Placement in an on-campus or off-campus DAEP (TEC 37.008) as a result of a conference [TEC 37.009(a)], rather than a formal hearing as required for expulsion. -->
			<xs:enumeration value="08" /><!-- Continuation of other district's DAEP placement -->
			<xs:enumeration value="09" /><!-- Continuation of other district's expulsion order -->
			<xs:enumeration value="10" /><!-- Continuation of the district's DAEP placement from the prior school year -->
			<xs:enumeration value="11" /><!-- Continuation of the district's expulsion order from the prior school year -->
			<xs:enumeration value="12" /><!-- Continuation of the district's expulsion with placement to JJAEP from the prior school year -->
			<xs:enumeration value="13" /><!-- Placement in a JJAEP by Court order -->
			<xs:enumeration value="14" /><!-- Placement in a DAEP by Court order -->
			<xs:enumeration value="15" /><!-- Continuation of other district's expulsion with placement to JJAEP -->
			<xs:enumeration value="25" /><!-- Partial day Out-of-School Suspension -->
			<xs:enumeration value="26" /><!-- Partial day In-School Suspension -->
			<xs:enumeration value="27" /><!-- Mandatory disciplinary action not taken by district as a result of ARD committee manifestation hearing determination, made in accordance with IDEA for a student receiving special education services, that the student's behavior is linked to the student's disability. -->
			<xs:enumeration value="28" /><!-- Mandatory disciplinary action not taken - (TEC 37.001(a)(4) - The mandatory disciplinary action was not taken because the district's Student Code of Conduct includes one or more of the TEC, 37.001(a)(4) provisions that allows the district to consider self defense, intent or lack of intent, student's disciplinary history, or disability that substantially impairs the student's capacity to appreciate the wrongfulness of the student's conduct as a factor in a decision to order suspension, removal to a disciplinary alternative education program, or expulsion. -->
			<xs:enumeration value="30" /><!-- Expulsion to a virtual setting under the Virtual Expulsion Program - TEC, 37.0083 -->
			<xs:enumeration value="31" /><!-- Placement in In-School Suspension by Parent Request Unable to Provide Suitable Supervision and only applicable to student below grade three and students experiencing homelessness - TEC 37.005(c-2) -->
			<xs:enumeration value="50" /><!-- Expulsion without placement in another educational setting as a result of a determination by a special education hearing officer (not a hearing officer employed or appointed by the district) -->
			<xs:enumeration value="51" /><!-- Expulsion with placement to a JJAEP as a result of a determination by a special education hearing officer (not a hearing officer employed or appointed by the district) -->
			<xs:enumeration value="52" /><!-- Expulsion with placement to an on-campus DAEP as a result of a determination by a special education hearing officer -->
			<xs:enumeration value="53" /><!-- Expulsion with placement to an off-campus DAEP as a result of a determination by a special education hearing officer -->
			<xs:enumeration value="54" /><!-- Placement in an alternative education program established under TEC, 37.008 as a result of a determination by a special education hearing officer -->
			<xs:enumeration value="55" /><!-- Continuation of other district's DAEP placement as a result by a special education determination of a hearing officer -->
			<xs:enumeration value="56" /><!-- Continuation of other district's expulsion order as a result by a special education determination of a hearing officer -->
			<xs:enumeration value="57" /><!-- Continuation of the district's DAEP placement from the prior school year as a result of a determination by a special education hearing officer -->
			<xs:enumeration value="58" /><!-- Continuation of the district's expulsion order from the prior school year as a result of a determination by a special education hearing officer -->
			<xs:enumeration value="59" /><!-- Continuation of the district's expulsion with placement to JJAEP from the prior school year as a result of a determination by a special education hearing officer -->
			<xs:enumeration value="60" /><!-- Placement in a JJAEP as a result of a determination by a special education hearing officer -->
			<xs:enumeration value="61" /><!-- Continuation of other district's expulsion with placement to JJAEP as a result of a determination by a special education hearing officer -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="DisciplineActionReasonType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="01" /><!-- Permanent Removal by a Teacher from Class (Teacher has removed the student from classroom and denied the student the right to return. TEC 37.003 has been invoked.) -->
			<xs:enumeration value="02" /><!-- Conduct punishable as a felony - TEC 37.006(a)(2)(A) -->
			<xs:enumeration value="04" /><!-- Possessed, sold, used, or was under the influence of marihuana or other controlled substance TEC 37.006(a)(2)(C) and 37.007(b) -->
			<xs:enumeration value="05" /><!-- Possessed, sold, used, or was under the influence of an alcoholic beverage -->
			<xs:enumeration value="06" /><!-- Abuse of a volatile chemical - TEC 37.006(a)(2)(E) -->
			<xs:enumeration value="07" /><!-- Public lewdness or indecent exposure - TEC 37.006(a)(2)(F) -->
			<xs:enumeration value="08" /><!-- Retaliation against school employee - TEC 37.006(b) and 37.007(d) -->
			<xs:enumeration value="09" /><!-- Based on conduct occurring off campus and while the student is not in attendance at a school-sponsored or school-related activity for felony offenses in Title 5, Penal Code - TEC 37.006(c), TEC 37.007(b)(4), and TEC 37.0081. -->
			<xs:enumeration value="10" /><!-- Based on conduct occurring off campus and while the student is not in attendance at a school-sponsored or school-related activity for felony offenses not in Title 5, Penal Code -->
			<xs:enumeration value="11" /><!-- Brought a Firearm to School - TEC 37.007(e) or Unlawful Carrying of a Handgun under Penal Code 46.02 - TEC 37.007(a)(1) -->
			<xs:enumeration value="12" /><!-- Unlawful Carrying of a Location-Restricted Knife under Penal Code 46.02 - TEC 37.007(a)(1) (Illegal knife - blade longer than 5.5 inches) -->
			<xs:enumeration value="13" /><!-- Unlawful Carrying of a Club under Penal Code 46.02 - TEC 37.007(a)(1) -->
			<xs:enumeration value="14" /><!-- Conduct Containing the Elements of an Offense Relating to Prohibited Weapons Under Penal Code 46.05 - TEC 37.007(a)(1) -->
			<xs:enumeration value="16" /><!-- Arson - TEC 37.007(a)(2)(B) -->
			<xs:enumeration value="17" /><!-- Murder, capital murder, criminal attempt to commit murder, or capital murder - -->
			<xs:enumeration value="18" /><!-- Indecency with a child - TEC 37.007(a)(2)(D) -->
			<xs:enumeration value="19" /><!-- Aggravated kidnapping - TEC 37.007(a)(2)(E) -->
			<xs:enumeration value="20" /><!-- Serious or persistent misconduct violating the student code of conduct while placed in a disciplinary alternative education program - TEC 37.007(c) -->
			<xs:enumeration value="21" /><!-- Violation of student code of conduct not included under TEC 37.002(b), 37.006 or 37.007 -->
			<xs:enumeration value="22" /><!-- Criminal mischief - TEC 37.007(f) -->
			<xs:enumeration value="23" /><!-- Emergency Placement/expulsion - TEC 37.019 -->
			<xs:enumeration value="26" /><!-- Terroristic threat - TEC 37.006(a)(1) and TEC 37.007(b) -->
			<xs:enumeration value="27" /><!-- Assault under Penal Code 22.01(a)(1) against a school district employee or volunteer - -->
			<xs:enumeration value="28" /><!-- Assault under Penal Code 22.01(a)(1) against someone other than a school district employee or volunteer - TEC 37.006(a)(2)(B) -->
			<xs:enumeration value="29" /><!-- Aggravated assault under Penal Code 22.02 against a school district employee or volunteer-TEC 37.007(d) -->
			<xs:enumeration value="30" /><!-- Aggravated assault under Penal Code 22.02 against someone other than a school district employee or volunteer - TEC 37.007 (a)(2)(A) -->
			<xs:enumeration value="31" /><!-- Sexual assault under Penal Code 22.011 or aggravated sexual assault under Penal Code 22.021 against a school district employee or volunteer - TEC 37.007(d) -->
			<xs:enumeration value="32" /><!-- Sexual assault under Penal Code 22.011 or aggravated sexual assault under Penal Code 22.021 against someone other than a school district employee or volunteer - -->
			<xs:enumeration value="33"><!-- Deleted from PEIMS in 2019-2020, valid for TREx for records prior to 2019-2020 school year -->
				<xs:annotation>
					<xs:documentation>Deprecated</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="34"><!-- Deleted from PEIMS in 2019-2020, valid for TREx for records prior to 2019-2020 school year -->
				<xs:annotation>
					<xs:documentation>Deprecated</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="35" /><!-- False alarm/false report - TEC 37.006(a)(1) and 37.007(b) -->
			<xs:enumeration value="36" /><!-- Felony controlled substance violation - TEC 37.007(a)(3) -->
			<xs:enumeration value="37" /><!-- Felony alcohol violation - TEC 37.007(a)(3) -->
			<xs:enumeration value="41" /><!-- Fighting/Mutual Combat - Excludes all offenses under Penal Code 22.01 -->
			<xs:enumeration value="46" /><!-- Aggravated robbery - TEC 37.007(a)(2)(F), TEC 37.006 (C)-(D) -->
			<xs:enumeration value="47" /><!-- Manslaughter - TEC 37.007(a)(2)(G) -->
			<xs:enumeration value="48" /><!-- Criminally negligent homicide TEC 37.007(a)(2)(H) -->
			<xs:enumeration value="49" /><!-- Engages in deadly conduct - TEC 37.007(b)(3) -->
			<xs:enumeration value="50" ><!-- Used, exhibited, or possessed a non-illegal knife as defined by student code of conduct and as allowed under TEC 37.007. (Knife blade equal to or less than 5.5 inches.) -->
				<xs:annotation>
					<xs:documentation>Deprecated</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="51" /><!-- Firearm (Off Campus 300 ft. Zone) Used, exhibited or possessed a firearm specified in TEC 37.007(a)(1)(A) [as defined by 18 USC Section 921 or Penal Code 46.01(3)] off-campus but within 300 feet of school property as specified in TEC 37.007(b)(3). -->
			<xs:enumeration value="52" /><!-- Illegal Knife, Club, or Prohibited Weapon (Off Campus 300 ft. Zone) Used, exhibited or possessed an illegal knife, club, or prohibited weapon specified in TEC 37.007(a)(1)(B-D) off campus but within 300 feet of school property as specified in TEC 37.007(b)(3). -->
			<xs:enumeration value="53" /><!-- Serious Offense Conduct (Off Campus 300 ft. Zone) Engaged in conduct that contains the elements of the offenses specified by TEC 37.007(a)(2)(A-H) occurring off-campus but within 300 feet of school property. This includes criminal conduct specified in TEC 37.007(b)(3) of aggravated assault, sexual assault, aggravated sexual assault, arson, murder, capital murder, criminal attempted murder or capital murder, indecency with a child, aggravated kidnapping, aggravated robbery, manslaughter, or criminally negligent homicide. -->
			<xs:enumeration value="54" /><!-- Felony Marihuana, Controlled Substance, Dangerous Drug, or Alcoholic Beverage (Off Campus 300 ft. Zone) Engages in conduct punishable as a felony as specified by TEC 37.006(a)(2)(C) or (D) of selling, giving, or delivering to another person, or the possession, or use, or being under the influence of: marihuana, a controlled substance, a dangerous drug, or alcoholic beverage; or committing a serious offense while under the influence of alcohol, off-campus but within 300 feet of school property. -->
			<xs:enumeration value="55" /><!-- Student is required to register as a sex offender under Chapter 62 of the Code of Criminal Procedure and is under court supervision - TEC 37.304. The offense(s) for which the student is required to register as a sex offender must have occurred on or after Sept. 1, 2007. -->
			<xs:enumeration value="56" /><!-- Student is required to register as a sex offender under Chapter 62 of the Code of Criminal Procedure and is not under court supervision - TEC 37.305. The offense(s) for which the student is required to register as a sex offender must have occurred on or after Sept. 1, 2007. -->
			<xs:enumeration value="57" /><!-- Continuous sexual abuse of young child or disabled individual under §21.02 Penal Code - TEC §37.007(a)(2)(I) -->
			<xs:enumeration value="58" /><!-- Breach of Computer Security - TEC 37.007 (a) (5) -->
			<xs:enumeration value="59" /><!-- Serious Misbehavior, as defined by TEC 37.007(c), while expelled to/placed in a DAEP -->
			<xs:enumeration value="60" /><!-- Harassment Against an Employee of the School District under Texas Penal Code 42.07(a)(1), (2), (3), or (7) – TEC 37.006(a)(2)(G) -->
			<xs:enumeration value="61" /><!-- Bullying – TEC 37.0052(b) -->
			<xs:enumeration value="62" /><!-- Possessed, Sold, Gave, Used, Delivered, Or Was Under The Influence Of Marihuana Or Tetrahydrocannabinol – TEC 37.006(a)(2)(C-1) -->
			<xs:enumeration value="63" /><!-- Possessed, Sold, Gave, Delivered, Or Used An E-Cigarette – TEC 37.006(a)(2)(C-2) -->
			<xs:enumeration value="64" /><!-- Possessed, Sold, Gave, Used, Delivered, Or Was Under The Influence Of Other Controlled Substance – TEC 37.007(b) -->
			<xs:enumeration value="65" />
			<xs:enumeration value="66" />
			<xs:enumeration value="67" />
			<xs:enumeration value="68" />
			<xs:enumeration value="69" />
			<xs:enumeration value="70" />
			<xs:enumeration value="71" />
			<xs:enumeration value="72" />
			<xs:enumeration value="73" />
			<xs:enumeration value="74" />
			<xs:enumeration value="75" />
			<xs:enumeration value="76" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="EconomicDisadvantagedType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="00" /><!-- Not identified as economically disadvantaged. -->
			<xs:enumeration value="01" /><!-- Eligible for free meals under the National School Lunch and Child Nutrition Program. -->
			<xs:enumeration value="02" /><!-- Eligible for reduced-price meals under the National School Lunch and Child Nutrition Program. -->
			<xs:enumeration value="99" /><!-- Other economic disadvantage -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="EthnicityYesNoType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- No, not part of this ethnicity -->
			<xs:enumeration value="1" /><!-- Yes, part of this ethnicity -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="GenderType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="F" /><!-- Female -->
			<xs:enumeration value="M" /><!-- Male -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="GradeLevelType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="EE" /><!-- Early Education -->
			<xs:enumeration value="PK" /><!-- Pre-Kindergarten -->
			<xs:enumeration value="KG" /><!-- Kindergarten -->
			<xs:enumeration value="01" /><!-- Grade 1 -->
			<xs:enumeration value="02" /><!-- Grade 2 -->
			<xs:enumeration value="03" /><!-- Grade 3 -->
			<xs:enumeration value="04" /><!-- Grade 4 -->
			<xs:enumeration value="05" /><!-- Grade 5 -->
			<xs:enumeration value="06" /><!-- Grade 6 -->
			<xs:enumeration value="07" /><!-- Grade 7 -->
			<xs:enumeration value="08" /><!-- Grade 8 -->
			<xs:enumeration value="09" /><!-- Grade 9 -->
			<xs:enumeration value="10" /><!-- Grade 10 -->
			<xs:enumeration value="11" /><!-- Grade 11 -->
			<xs:enumeration value="12" /><!-- Grade 12 -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="GraduationDiplomaTypeType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="04" /><!-- Completion of IEP and full-time employment with sufficient self-help skills to maintain employment without public school services - TAC 89.1070(c)(1), revised August 1, 2002. [26 Tex. Reg. 1837] -->
			<xs:enumeration value="05" /><!-- Completion of IEP and demonstrated mastery of specific employability and self-help skills - TAC 89.1070(c)(2), revised August 1, 2002. [26 Tex. Reg. 1837] -->
			<xs:enumeration value="06" /><!-- Completion of IEP and access to services, employment, or education outside of public education - TAC 89.1070(c)(3), revised August 1, 2002. [26 Tex. Reg. 1837] -->
			<xs:enumeration value="07" /><!-- Completion of IEP and reached age 22 - TAC 89.1070(d), revised August 1, 2002. [26 Tex. Reg. 1837] -->
			<xs:enumeration value="13" /><!-- Minimum High School Program - TAC Chapter 74, revised May, 1998; for all students who entered grade 9 in 1998-99, 1999-00, and 2000-01 (including TAC 89.1070(b)(1) for students receiving special education services, revised August 1, 2002. [26 Tex. Reg. 1837]) -->
			<xs:enumeration value="15" /><!-- Recommended High School Program - TAC Chapter 74, revised May, 1998; for students who entered grade 9 in 1998-99, 1999-00, and 2000-01 (including TAC 89.1070(b)(1) for students receiving special education services, revised August 1, 2002. [26 Tex. Reg. 1837]) -->
			<xs:enumeration value="17" /><!-- Distinguished Achievement Program - TAC Chapter 74, revised May, 1998; for students who entered grade 9 in 1998-99, 1999-00, and 2000-01 (including TAC 89.1070(b)(1) for students receiving special education services, revised August 1, 2002. [26 Tex. Reg. 1837]) -->
			<xs:enumeration value="18" /><!-- Completion of minimum curriculum and credit requirements for graduation applicable to students in general education and participated in the exit-level assessment instrument identified in the IEP - Minimum High School Program - TAC 89.1070(b)(2), revised August 1, 2002. [26 Tex. Reg. 1837] (for students who entered grade 9 in 1998-99 and thereafter) -->
			<xs:enumeration value="19" /><!-- Completion of minimum curriculum and credit requirements for graduation applicable to students in general education and participated in the exit-level assessment instrument identified in the IEP - Recommended High School Program - TAC 89.1070(b)(1), revised August 1, 2002. [26 Tex. Reg. 1837] (for students who entered grade 9 in 1998-99 and thereafter) -->
			<xs:enumeration value="20" /><!-- Completion of minimum curriculum and credit requirements for graduation applicable to students in general education and participated in the exit-level assessment instrument identified in the IEP - Distinguished Achievement Program - TAC 89.1070(b)(1), revised August 1, 2002. [26 Tex. Reg. 1837] (for students who entered grade 9 in 1998-99 and thereafter) -->
			<xs:enumeration value="21" /><!-- Minimum High School Program - TAC Chapter 74, revised June 2000; for students who entered grade 9 in 2001-2002, 2002-2003, and 2003-2004 (including TAC 89.1070(b)(1) for students receiving special education services, revised August 1, 2002. [26 Tex. Reg. 1837]) -->
			<xs:enumeration value="22" /><!-- Recommended High School Program - TAC Chapter 74, revised June 2000; for students who entered grade 9 in 2001-2002, 2002-2003, and 2003-2004 (including TAC 89.1070(b)(1) for students receiving special education services, revised August 1, 2002. [26 Tex. Reg. 1837]) -->
			<xs:enumeration value="23" /><!-- Distinguished Achievement Program - TAC Chapter 74, revised June 2000; for students who entered grade 9 in 2001-2002, 2002-2003, and 2003-2004 (including TAC 89.1070(b)(1) for students receiving special education services, revised August 1, 2002. [26 Tex. Reg. 1837]) -->
			<xs:enumeration value="24" /><!-- Minimum High School Program - TAC Chapter 74, revised November 2003; for students who entered grade 9 in 2004-2005 and thereafter (including TAC 89.1070(b)(1) for students receiving special education services, revised August 1, 2002.) -->
			<xs:enumeration value="25" /><!-- Recommended High School Program - TAC Chapter 74, revised November 2003; for students who entered grade 9 in 2004-2005 and thereafter (including TAC 89.1070(b)(1) for students receiving special education services, revised August 1, 2002.) -->
			<xs:enumeration value="26" /><!-- Distinguished Achievement Program - TAC Chapter 74, revised November 2003; for students who entered grade 9 in 2004-2005 and thereafter (including TAC 89.1070(b)(1) for students receiving special education services, revised August 1, 2002.) -->
			<xs:enumeration value="27" /><!-- Minimum High School Program - TAC Chapter 74.62, revised September 1, 2005; including TAC 89.1070(b)(2) for students receiving special education services, revised August 1, 2002. (For students who entered grade 9 in 2007-2008, 2008-2009, 2009-2010, 2010-2011, and 2011-2012) -->
			<xs:enumeration value="28" /><!-- Recommended High School Program - TAC Chapter 74.63, revised September 1, 2005; including TAC 89.1070(b) (1) for students receiving special education services, revised August 1, 2002. (For students who entered grade 9 in 2007-2008, 2008-2009, 2009-2010, 2010-2011, and 2011-2012) -->
			<xs:enumeration value="29" /><!-- Distinguished Achievement Program - TAC Chapter 74.64, revised September 1, 2005; including TAC 89.1070(b) (1) for students receiving special education services, revised August 1, 2002. (For students who entered grade 9 in 2007-2008, 2008-2009, 2009-2010, 2010-2011, and 2011-2012) -->
			<xs:enumeration value="30" /><!-- Minimum High School Program - TAC Chapter 74.72, revised May 30, 2012; including TAC 89.1070(b)(2) for students receiving special education services, revised August 1, 2002. (For students who entered grade 9 in 2012-2013 and 2013-2014) -->
			<xs:enumeration value="31" /><!-- Recommended High School Program - TAC Chapter 74.73, revised May 30, 2012; including TAC 89.1070(b) (1) for students receiving special education services, revised August 1, 2002. (For students who entered grade 9 in 2012-2013 and 2013-2014) -->
			<xs:enumeration value="32" /><!-- Distinguished Achievement Program - TAC Chapter 74.74, revised May 30, 2012; including TAC 89.1070(b) (1) for students receiving special education services, revised August 1, 2002. (For students who entered grade 9 in 2012-2013 and 2013-2014) -->
			<xs:enumeration value="33" /><!-- Foundation High School Program (Transitioning Students) - TAC Chapter 74.1022, revised December 16, 2013; including TAC 89.1070(b)(2) for students receiving special education services, revised August 1, 2002. (For students who are completing the fourth/final year of high school during the 2013-2014 school year) -->
			<xs:enumeration value="34" /><!-- Foundation High School Program - TAC Chapter 74.1021, revised December 16, 2013, TAC 74.12; including TAC 89.1070(b)(1) for students receiving special education services, revised August 1, 2002. (For students who entered grade 9 in 2014-2015 and thereafter or entered grade 9 prior to the 2014-2015 school year and opted to graduate under the Foundation High School Program) -->
			<xs:enumeration value="35" /><!-- Completion of Minimum Curriculum And Credit Requirements for Graduation Applicable To Students In General Education And Participated In The Exit-Level Assessment Instrument Identified in The IEP-Foundation High School Program (TAC 89.1070(b)(1)) -->
			<xs:enumeration value="40" /><!-- Texas First Early High School Completion Program TAC Chapter 21.52, adopted to be effective August 21, 2022, [47 TexReg 4850] -->
			<xs:enumeration value="54" /><!-- Completion Of IEP And Full-Time Employment With Sufficient Self-Help Skills To Maintain Employment Without Public School Services (TAC 89.1070(b)(2)(A)) -->
			<xs:enumeration value="55" /><!-- Completion Of IEP And Demonstrated Mastery Of Specific Employability And Self-Help Skills That Do Not Require Public School Services TAC 89.1070(b)(2)(B) -->
			<xs:enumeration value="56" /><!-- Completion Of IEP And Access To Services, Employment, Or Education Outside Of Public Education (TAC 89.1070(b)(2)(C)) -->
			<xs:enumeration value="57" /><!-- Completion Of IEP And Reached Age 22 - Foundation (TAC 89.1070(b)(2)(D)) -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="LanguageType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="01" /><!-- Spanish -->
			<xs:enumeration value="02" /><!-- Vietnamese -->
			<xs:enumeration value="03" /><!-- Laotian (Lao) -->
			<xs:enumeration value="04" /><!-- Cambodian (Khmer) -->
			<xs:enumeration value="06" /><!-- Korean -->
			<xs:enumeration value="07" /><!-- Japanese -->
			<xs:enumeration value="08" /><!-- French -->
			<xs:enumeration value="09" /><!-- German -->
			<xs:enumeration value="98" /><!-- English -->
			<xs:enumeration value="99" /><!-- Other languages -->
			<xs:enumeration value="1A" /><!-- Afrikaans (Taal) -->
			<xs:enumeration value="1B" /><!-- Akan (Fante, Asante) -->
			<xs:enumeration value="1C" /><!-- Albanian, Gheg (Kossovo/Macedonia) -->
			<xs:enumeration value="1D" /><!-- Albanian, Tosk (Albania) -->
			<xs:enumeration value="1E" /><!-- Algonquin -->
			<xs:enumeration value="1F" /><!-- Amharic -->
			<xs:enumeration value="1G" /><!-- Apache -->
			<xs:enumeration value="1H" /><!-- Arabic -->
			<xs:enumeration value="1I" /><!-- Armenian -->
			<xs:enumeration value="1J" /><!-- Assyrian (Syriac, Aramaic) -->
			<xs:enumeration value="1K" /><!-- Balinese -->
			<xs:enumeration value="1L" /><!-- Bengali -->
			<xs:enumeration value="1M" /><!-- Bosnian -->
			<xs:enumeration value="1N" /><!-- Bulgarian -->
			<xs:enumeration value="1O" /><!-- Burmese -->
			<xs:enumeration value="1P" /><!-- Cantonese (Chinese) -->
			<xs:enumeration value="1Q" /><!-- Cebuano (Visayan) -->
			<xs:enumeration value="1R" /><!-- Chamorro -->
			<xs:enumeration value="1S" /><!-- Chaochow/Teochiu (Chinese) -->
			<xs:enumeration value="1T" /><!-- Cherokee -->
			<xs:enumeration value="1U" /><!-- Chippewa/Ojibawa/Ottawa -->
			<xs:enumeration value="1V" /><!-- Choctaw -->
			<xs:enumeration value="1W" /><!-- Comanche -->
			<xs:enumeration value="1X" /><!-- Coushatta -->
			<xs:enumeration value="1Y" /><!-- Creek -->
			<xs:enumeration value="1Z" /><!-- Croatian -->
			<xs:enumeration value="2A" /><!-- Crow -->
			<xs:enumeration value="2B" /><!-- Czech -->
			<xs:enumeration value="2C" /><!-- Danish -->
			<xs:enumeration value="2D" /><!-- Dard -->
			<xs:enumeration value="2E" /><!-- Dutch/Flemish -->
			<xs:enumeration value="2F" /><!-- Efik -->
			<xs:enumeration value="2G" /><!-- Eskimo -->
			<xs:enumeration value="2H" /><!-- Estonian -->
			<xs:enumeration value="2I" /><!-- Ethiopic -->
			<xs:enumeration value="2J" /><!-- Ewe -->
			<xs:enumeration value="2K" /><!-- Farsi (Persian) -->
			<xs:enumeration value="2L" /><!-- Finnish -->
			<xs:enumeration value="2M" /><!-- Fukien/Hokkien (Chinese) -->
			<xs:enumeration value="2N" /><!-- Gaelic (Irish) -->
			<xs:enumeration value="2O" /><!-- Gaelic (Scottish) -->
			<xs:enumeration value="2P" /><!-- Greek -->
			<xs:enumeration value="2Q" /><!-- Gujarati -->
			<xs:enumeration value="2R" /><!-- Guyanese -->
			<xs:enumeration value="2S" /><!-- Hainanese (Chinese) -->
			<xs:enumeration value="2T" /><!-- Haitian-Creole -->
			<xs:enumeration value="2U" /><!-- Hakka (Chinese) -->
			<xs:enumeration value="2V" /><!-- Hausa -->
			<xs:enumeration value="2W" /><!-- Hebrew -->
			<xs:enumeration value="2X" /><!-- Hindi -->
			<xs:enumeration value="2Y" /><!-- Hmong -->
			<xs:enumeration value="2Z" /><!-- Hopi -->
			<xs:enumeration value="3A" /><!-- Hungarian -->
			<xs:enumeration value="3B" /><!-- Ibo/Igbo -->
			<xs:enumeration value="3C" /><!-- Icelandic -->
			<xs:enumeration value="3D" /><!-- Ilonggo (Hiligaynon) -->
			<xs:enumeration value="3E" /><!-- Indonesian -->
			<xs:enumeration value="3F" /><!-- Italian -->
			<xs:enumeration value="3G" /><!-- Kache (Kaje, Jju) -->
			<xs:enumeration value="3H" /><!-- Kannada (Kanarese) -->
			<xs:enumeration value="3I" /><!-- Kanuri -->
			<xs:enumeration value="3J" /><!-- Kashmiri -->
			<xs:enumeration value="3K" /><!-- Kickapoo -->
			<xs:enumeration value="3L" /><!-- Konkani -->
			<xs:enumeration value="3M" /><!-- Kpelle -->
			<xs:enumeration value="3N" /><!-- Krio -->
			<xs:enumeration value="3O" /><!-- Kurdish -->
			<xs:enumeration value="3P" /><!-- Kwa -->
			<xs:enumeration value="3Q" /><!-- Latvian -->
			<xs:enumeration value="3R" /><!-- Lingala -->
			<xs:enumeration value="3S" /><!-- Lithuanian -->
			<xs:enumeration value="3T" /><!-- Luganda -->
			<xs:enumeration value="3U" /><!-- Lunda -->
			<xs:enumeration value="3V" /><!-- Luyia (Luhya) -->
			<xs:enumeration value="3W" /><!-- Macedonian -->
			<xs:enumeration value="3X" /><!-- Malay -->
			<xs:enumeration value="3Y" /><!-- Malayalam -->
			<xs:enumeration value="3Z" /><!-- Maltese -->
			<xs:enumeration value="4A" /><!-- Mandarin (Chinese) -->
			<xs:enumeration value="4B" /><!-- Mande -->
			<xs:enumeration value="4C" /><!-- Marathi -->
			<xs:enumeration value="4D" /><!-- Menominee -->
			<xs:enumeration value="4E" /><!-- Mien (Yao) -->
			<xs:enumeration value="4F" /><!-- Navajo -->
			<xs:enumeration value="4G" /><!-- Nepali -->
			<xs:enumeration value="4H" /><!-- Norwegian -->
			<xs:enumeration value="4I" /><!-- Okinawan -->
			<xs:enumeration value="4J" /><!-- Oneida -->
			<xs:enumeration value="4K" /><!-- Oriya -->
			<xs:enumeration value="4L" /><!-- Orri (Oring) -->
			<xs:enumeration value="4M" /><!-- Pampangan -->
			<xs:enumeration value="4N" /><!-- Panjabi (Punjabi) -->
			<xs:enumeration value="4O" /><!-- Pashto (Pushto) -->
			<xs:enumeration value="4P" /><!-- Pilipino (Tagalog) -->
			<xs:enumeration value="4Q" /><!-- Pima -->
			<xs:enumeration value="4R" /><!-- Polish -->
			<xs:enumeration value="4S" /><!-- Portuguese -->
			<xs:enumeration value="4T" /><!-- Pueblo -->
			<xs:enumeration value="4U" /><!-- Romanian -->
			<xs:enumeration value="4V" /><!-- Romany (Gypsy) -->
			<xs:enumeration value="4W" /><!-- Russian -->
			<xs:enumeration value="4X" /><!-- Samoan -->
			<xs:enumeration value="4Y" /><!-- Serbian -->
			<xs:enumeration value="4Z" /><!-- Shanghai (Chinese) -->
			<xs:enumeration value="5A" /><!-- Shona -->
			<xs:enumeration value="5B" /><!-- Sikkimese -->
			<xs:enumeration value="5C" /><!-- Sindhi -->
			<xs:enumeration value="5D" /><!-- Sinhalese (Sri Lanka) -->
			<xs:enumeration value="5E" /><!-- Sioux (Dakota) -->
			<xs:enumeration value="5F" /><!-- Slavic -->
			<xs:enumeration value="5G" /><!-- Slovenian (Slovene) -->
			<xs:enumeration value="5H" /><!-- Somali -->
			<xs:enumeration value="5I" /><!-- Sotho -->
			<xs:enumeration value="5J" /><!-- Swahili -->
			<xs:enumeration value="5K" /><!-- Swedish -->
			<xs:enumeration value="5L" /><!-- Taiwanese/Formosan/Min Nan (Chinese) -->
			<xs:enumeration value="5M" /><!-- Tamil -->
			<xs:enumeration value="5N" /><!-- Telugu (Telegu) -->
			<xs:enumeration value="5O" /><!-- Thai -->
			<xs:enumeration value="5P" /><!-- Tibetan -->
			<xs:enumeration value="5Q" /><!-- Tigrinya -->
			<xs:enumeration value="5R" /><!-- Tiwa -->
			<xs:enumeration value="5S" /><!-- Tuluau -->
			<xs:enumeration value="5T" /><!-- Turkish -->
			<xs:enumeration value="5U" /><!-- Ukrainian -->
			<xs:enumeration value="5V" /><!-- Urdu -->
			<xs:enumeration value="5W" /><!-- Welsh -->
			<xs:enumeration value="5X" /><!-- Winnebago -->
			<xs:enumeration value="5Y" /><!-- Yiddish -->
			<xs:enumeration value="5Z" /><!-- Yombe -->
			<xs:enumeration value="6A" /><!-- Yoruba -->
			<xs:enumeration value="6B" /><!-- American Sign Language (ASL) -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="LEPType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- Not Emergent Bilingual(EB)/English proficient (EP) -->
			<xs:enumeration value="1" /><!-- Identified as Emergent Bilingual(EB)/English learner (EL) -->
			<xs:enumeration value="F" /><!-- Student Reclassified from Emergent Bilingual(EB)/English learner (EL) Status - Monitored 1 (M1) -->
			<xs:enumeration value="S" /><!-- Student Reclassified from Emergent Bilingual(EB)/English learner (EL) Status - Monitored 2 (M2) -->
			<xs:enumeration value="3" /><!-- Student Reclassified from Emergent Bilingual(EB)/English learner (EL) Status - Monitored 3 (M3) -->
			<xs:enumeration value="4" /><!-- Student Reclassified from Emergent Bilingual(EB)/English learner (EL) Status - Monitored 4 (M4) -->
			<xs:enumeration value="5" /><!-- Former Emergent Bilingual(EB)/EL Student (effective after fourth year of monitoring) -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="AlternativeLanguageType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="00" /><!-- Student does not participate in the alternative language program -->
			<xs:enumeration value="01" /><!-- Alternative Bilingual Language Program -->
			<xs:enumeration value="02" /><!-- Alternative ESL Language Program -->
			<xs:enumeration value="05" /><!-- Alternative Methods for ESL Content Based -->
			<xs:enumeration value="06" /><!-- Alternative Methods for ESL Pull-Out -->
			<xs:enumeration value="07" /><!-- Alternative Methods for Transitional Bilingual Early Exit -->
			<xs:enumeration value="08" /><!-- Alternative Methods for Transitional Bilingual Late Exit -->
			<xs:enumeration value="09" /><!-- Alternative Methods for Dual Language Immersion Two-Way -->
			<xs:enumeration value="10" /><!-- Alternative Methods for Dual Language Immersion One-Way-->
			<xs:enumeration value="47" /><!-- Alternative Methods for Transitional Bilingual Early Exit -->
			<xs:enumeration value="48" /><!-- Alternative Methods for Transitional Bilingual Late Exit -->
			<xs:enumeration value="49" /><!-- Alternative Methods for Dual Language Immersion Two-Way -->
			<xs:enumeration value="50" /><!-- Alternative Methods for Dual Language Immersion One-Way-->
			<xs:enumeration value="005" /><!-- Alternative Methods for ESL Content Based -->
			<xs:enumeration value="006" /><!-- Alternative Methods for ESL Pull-Out -->
			<xs:enumeration value="047" /><!-- Alternative Methods for Transitional Bilingual Early Exit -->
			<xs:enumeration value="048" /><!-- Alternative Methods for Transitional Bilingual Late Exit -->
			<xs:enumeration value="049" /><!-- Alternative Methods for Dual Language Immersion Two-Way -->
			<xs:enumeration value="050" /><!-- Alternative Methods for Dual Language Immersion One-Way-->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="ParticipationType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- Not receiving services, or condition or situation not applicable to this person or campus. -->
			<xs:enumeration value="1" /><!-- Participant in program or service, or condition or situation applicable to this person or campus. -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="IBCReimbursementType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" />
			<xs:enumeration value="1" />
			<xs:enumeration value="01" />
			<xs:enumeration value="02" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="HomelessType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- Student is not homeless at any time during current school year. -->
			<xs:enumeration value="1" /><!-- Student lives in a shelter, transitional housing, or waiting foster care during current school year. -->
			<xs:enumeration value="2" /><!-- Student lives temporarily doubled-up  at any time during current school year. -->
			<xs:enumeration value="3" /><!-- Student is unsheltered at any time during current school year. -->
			<xs:enumeration value="4" /><!-- Student lives in motel or hotel at any time during current school year. -->
			<xs:enumeration value="5" /><!-- Student lives in a shelter or transitional housing at any time during the current school year. -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="MilitaryConnectedType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- Not a military-connected student. -->
			<xs:enumeration value="1" /><!-- KG-12 student is a dependent of an active duty member of the U.S. Military. -->
			<xs:enumeration value="2" /><!-- KG-12 student is a dependent of a current member of the Texas National Guard. -->
			<xs:enumeration value="3" /><!-- KG-12 student is a dependent of a current member of a reserve force in the U.S. Military. -->
			<xs:enumeration value="4" /><!-- Pre-K dependent of active duty service member, Texas guard, or Reserve injured or killed on active duty. -->
			<xs:enumeration value="5" /><!-- KG-12 student is a dependent of a former member of U.S. Military, TX National Guard or a reserve force in the U.S. Military. -->
			<xs:enumeration value="6" /><!-- KG-12 student is a dependent of a member of a military or reserve force in the U.S. Military who was killed in the line of duty. -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="FosterCareType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- Student is not currently in the conservatorship of the Department of Family and Protective Services. -->
			<xs:enumeration value="1" /><!-- Student is currently in the conservatorship of the Department of Family and Protective Services. -->
			<xs:enumeration value="2" /><!-- Pre-Kindergarten student was previously in the conservatorship of the Department of Family and Protective Services following an adversary hearing held as provided by Section 262.201, Family Code. -->
			<xs:enumeration value="3" /><!-- Pre-Kindergarten student is or ever has been in foster care in another state or territory, if the child resides in this state (Texas). TEC, §29.153(b) -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="ESLType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- Not receiving services, or condition or situation not applicable to this person or campus. -->
			<xs:enumeration value="1" /><!-- Participant in program or service, or condition or situation applicable to this person or campus. -->
			<xs:enumeration value="2" /><!-- English as a second language/content-based. -->
			<xs:enumeration value="3" /><!-- English as a second language/pull-out. -->
			<xs:enumeration value="002" /><!-- English as a second language/content-based. -->
			<xs:enumeration value="003" /><!-- English as a second language/pull-out. -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="PassFailCreditType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="00" /><!-- Course was passed and credit was received -->
			<xs:enumeration value="01" /><!-- Not Applicable -->
			<xs:enumeration value="02" /><!-- Course was failed and no credit was received - first occurrence this school year -->
			<xs:enumeration value="03" /><!-- Course was failed and no credit was received - second occurrence this school year -->
			<xs:enumeration value="04" /><!-- Course was passed, but credit was not received due to excessive absences - first occurrence this school year -->
			<xs:enumeration value="05" /><!-- Course was passed, but credit was not received due to excessive absences - second occurrence this school year -->
			<xs:enumeration value="06" /><!-- Course was passed, but credit was not received (other parts of the course have not been taken) -->
			<xs:enumeration value="07" /><!-- Course was passed, but credit was not received (other parts of the course have been taken but not passed) -->
			<xs:enumeration value="08" /><!-- Course was failed, but credit was received (other parts of the course have been passed and credit was awarded based on the grades in those parts) -->
			<xs:enumeration value="09" /><!-- Course work is incomplete and no credit has been awarded -->
			<xs:enumeration value="10" /><!-- Course was passed, but credit was not received (course had previously been passed, and was repeated for better mastery) -->
			<xs:enumeration value="11" /><!-- Course was failed and no credit was received - third occurrence this school year -->
			<xs:enumeration value="12" /><!-- Course was passed, but credit was not received due to excessive absences - third occurrence this school year -->
			<xs:enumeration value="13" /><!-- Non-High School Course Passed -->
			<xs:enumeration value="14" /><!-- Non-High School Course Failed -->
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="PerfAckApIbType">
		<xs:sequence>
			<xs:element name="ApIbCode" type="trex:PerfAckApIbCode" />
			<xs:element name="MetDate" type="trex:YMType" />
		</xs:sequence>
	</xs:complexType>

	<xs:simpleType name="PerfAckApIbCode">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- Student not acknowledged for AP or IB Exam -->
			<xs:enumeration value="1" /><!-- Acknowledgment for AP: Art History -->
			<xs:enumeration value="2" /><!-- Acknowledgment for AP: Biology -->
			<xs:enumeration value="3" /><!-- Acknowledgment for AP: Calculus AB -->
			<xs:enumeration value="4" /><!-- Acknowledgment for AP: Calculus BC -->
			<xs:enumeration value="5" /><!-- Acknowledgment for AP: Chemistry -->
			<xs:enumeration value="6" /><!-- Acknowledgment for AP: Chinese Language and Culture -->
			<xs:enumeration value="7" /><!-- Acknowledgment for AP: Comparative Government and Politics -->
			<xs:enumeration value="8" /><!-- Acknowledgment for AP: Computer Science A -->
			<xs:enumeration value="9" /><!-- Acknowledgment for AP: English Language and Composition -->
			<xs:enumeration value="10" /><!-- Acknowledgment for AP: English Literature and Composition -->
			<xs:enumeration value="11" /><!-- Acknowledgment for AP: Environmental Science -->
			<xs:enumeration value="12" /><!-- Acknowledgment for AP: European History -->
			<xs:enumeration value="13" /><!-- Acknowledgment for AP: French Language and Culture -->
			<xs:enumeration value="14" /><!-- Acknowledgment for AP: German Language and Culture -->
			<xs:enumeration value="15" /><!-- Acknowledgment for AP: Human Geography -->
			<xs:enumeration value="16" /><!-- Acknowledgment for AP: Italian Language and Culture -->
			<xs:enumeration value="17" /><!-- Acknowledgment for AP: Japanese Language and Culture -->
			<xs:enumeration value="18" /><!-- Acknowledgment for AP: Latin -->
			<xs:enumeration value="19" /><!-- Acknowledgment for AP: Macroeconomics -->
			<xs:enumeration value="20" /><!-- Acknowledgment for AP: Microeconomics -->
			<xs:enumeration value="21" /><!-- Acknowledgment for AP: Music Theory -->
			<xs:enumeration value="22" /><!-- Acknowledgment for AP: Physics 1: Algebra-Based -->
			<xs:enumeration value="23" /><!-- Acknowledgment for AP: Physics 2: Algebra-Based -->
			<xs:enumeration value="24" /><!-- Acknowledgment for AP: Physics B -->
			<xs:enumeration value="25" /><!-- Acknowledgment for AP: Physics C: Electricity and Magnetism -->
			<xs:enumeration value="26" /><!-- Acknowledgment for AP: Physics C: Mechanics -->
			<xs:enumeration value="27" /><!-- Acknowledgment for AP: Psychology -->
			<xs:enumeration value="28" /><!-- Acknowledgment for AP: Spanish Language and Culture -->
			<xs:enumeration value="29" /><!-- Acknowledgment for AP: Spanish Literature and Culture -->
			<xs:enumeration value="30" /><!-- Acknowledgment for AP: Statistics -->
			<xs:enumeration value="31" /><!-- Acknowledgment for AP: Studio Art 2-D Design Portfolio -->
			<xs:enumeration value="32" /><!-- Acknowledgment for AP: Studio Art 3-D Design Portfolio -->
			<xs:enumeration value="33" /><!-- Acknowledgment for AP: Studio Art Drawing Portfolio -->
			<xs:enumeration value="34" /><!-- Acknowledgment for AP: United States Government and Politics -->
			<xs:enumeration value="35" /><!-- Acknowledgment for AP: United States History -->
			<xs:enumeration value="36" /><!-- Acknowledgment for AP: World History -->
			<xs:enumeration value="37" /><!-- Acknowledgment for IB: Biology HL -->
			<xs:enumeration value="38" /><!-- Acknowledgment for IB: Biology SL -->
			<xs:enumeration value="39" /><!-- Acknowledgment for IB: Business and Management HL -->
			<xs:enumeration value="40" /><!-- Acknowledgment for IB: Business and Management SL -->
			<xs:enumeration value="41" /><!-- Acknowledgment for IB: Chemistry HL -->
			<xs:enumeration value="42" /><!-- Acknowledgment for IB: Chemistry SL -->
			<xs:enumeration value="43" /><!-- Acknowledgment for IB: Chinese A Language and Literature HL -->
			<xs:enumeration value="44" /><!-- Acknowledgment for IB: Chinese A Language and Literature SL -->
			<xs:enumeration value="45" /><!-- Acknowledgment for IB: Chinese A Literature HL -->
			<xs:enumeration value="46" /><!-- Acknowledgment for IB: Chinese A Literature SL -->
			<xs:enumeration value="47" /><!-- Acknowledgment for IB: Chinese ab initio SL -->
			<xs:enumeration value="48" /><!-- Acknowledgment for IB: Chinese B HL -->
			<xs:enumeration value="49" /><!-- Acknowledgment for IB: Chinese B SL -->
			<xs:enumeration value="50" /><!-- Acknowledgment for IB: Classical Greek HL -->
			<xs:enumeration value="51" /><!-- Acknowledgment for IB: Classical Greek SL -->
			<xs:enumeration value="52" /><!-- Acknowledgment for IB: Computer Science HL -->
			<xs:enumeration value="53" /><!-- Acknowledgment for IB: Computer Science SL -->
			<xs:enumeration value="54" /><!-- Acknowledgment for IB: Design Technology HL -->
			<xs:enumeration value="55" /><!-- Acknowledgment for IB: Design Technology SL -->
			<xs:enumeration value="56" /><!-- Acknowledgment for IB: Economics HL -->
			<xs:enumeration value="57" /><!-- Acknowledgment for IB: Economics SL -->
			<xs:enumeration value="58" /><!-- Acknowledgment for IB: English A Language and Literature HL -->
			<xs:enumeration value="59" /><!-- Acknowledgment for IB: English A Language and Literature SL -->
			<xs:enumeration value="60" /><!-- Acknowledgment for IB: English A Literature HL -->
			<xs:enumeration value="61" /><!-- Acknowledgment for IB: English A Literature SL -->
			<xs:enumeration value="62" /><!-- Acknowledgment for IB: English ab initio SL -->
			<xs:enumeration value="63" /><!-- Acknowledgment for IB: English B HL -->
			<xs:enumeration value="64" /><!-- Acknowledgment for IB: English B SL -->
			<xs:enumeration value="65" /><!-- Acknowledgment for IB: Environmental Systems and Societies SL -->
			<xs:enumeration value="66" /><!-- Acknowledgment for IB: French A Language and Literature HL -->
			<xs:enumeration value="67" /><!-- Acknowledgment for IB: French A Language and Literature SL -->
			<xs:enumeration value="68" /><!-- Acknowledgment for IB: French A Literature HL -->
			<xs:enumeration value="69" /><!-- Acknowledgment for IB: French A Literature SL -->
			<xs:enumeration value="70" /><!-- Acknowledgment for IB: French ab initio SL -->
			<xs:enumeration value="71" /><!-- Acknowledgment for IB: French B HL -->
			<xs:enumeration value="72" /><!-- Acknowledgment for IB: French B SL -->
			<xs:enumeration value="73" /><!-- Acknowledgment for IB: Further Mathematics HL -->
			<xs:enumeration value="74" /><!-- Acknowledgment for IB: Geography HL -->
			<xs:enumeration value="75" /><!-- Acknowledgment for IB: Geography HL/SL -->
			<xs:enumeration value="76" /><!-- Acknowledgment for IB: Geography SL -->
			<xs:enumeration value="77" /><!-- Acknowledgment for IB: German A Language and Literature HL -->
			<xs:enumeration value="78" /><!-- Acknowledgment for IB: German A Language and Literature SL -->
			<xs:enumeration value="79" /><!-- Acknowledgment for IB: German A Literature HL -->
			<xs:enumeration value="80" /><!-- Acknowledgment for IB: German A Literature SL -->
			<xs:enumeration value="81" /><!-- Acknowledgment for IB: German ab initio -->
			<xs:enumeration value="82" /><!-- Acknowledgment for IB: German ab initio SL -->
			<xs:enumeration value="83" /><!-- Acknowledgment for IB: German B HL -->
			<xs:enumeration value="84" /><!-- Acknowledgment for IB: German B SL -->
			<xs:enumeration value="85" /><!-- Acknowledgment for IB: Global Politics HL -->
			<xs:enumeration value="86" /><!-- Acknowledgment for IB: Global Politics HL/SL -->
			<xs:enumeration value="87" /><!-- Acknowledgment for IB: Global Politics SL -->
			<xs:enumeration value="88" /><!-- Acknowledgment for IB: History HL -->
			<xs:enumeration value="89" /><!-- Acknowledgment for IB: History SL -->
			<xs:enumeration value="90" /><!-- Acknowledgment for IB: Information Technology in a Global Society (ITGS) HL -->
			<xs:enumeration value="91" /><!-- Acknowledgment for IB: Information Technology in a Global Society (ITGS) HL/SL -->
			<xs:enumeration value="92" /><!-- Acknowledgment for IB: Information Technology in a Global Society (ITGS) SL -->
			<xs:enumeration value="93" /><!-- Acknowledgment for IB: Language Studies A: Language and Literature HL -->
			<xs:enumeration value="94" /><!-- Acknowledgment for IB: Language Studies A: Language and Literature SL -->
			<xs:enumeration value="95" /><!-- Acknowledgment for IB: Language Studies A: Literature HL -->
			<xs:enumeration value="96" /><!-- Acknowledgment for IB: Language Studies A: Literature SL -->
			<xs:enumeration value="97" /><!-- Acknowledgment for IB: Language ab initio SL -->
			<xs:enumeration value="98" /><!-- Acknowledgment for IB: Language B HL -->
			<xs:enumeration value="99" /><!-- Acknowledgment for IB: Language B SL -->
			<xs:enumeration value="100" /><!-- Acknowledgment for IB: Latin HL -->
			<xs:enumeration value="101" /><!-- Acknowledgment for IB: Latin SL -->
			<xs:enumeration value="102" /><!-- Acknowledgment for IB: Literature and Performance SL -->
			<xs:enumeration value="103" /><!-- Acknowledgment for IB: Mathematical studies SL -->
			<xs:enumeration value="104" /><!-- Acknowledgment for IB: Mathematics HL -->
			<xs:enumeration value="105" /><!-- Acknowledgment for IB: Mathematics SL -->
			<xs:enumeration value="106" /><!-- Acknowledgment for IB: Music HL -->
			<xs:enumeration value="107" /><!-- Acknowledgment for IB: Music SL -->
			<xs:enumeration value="108" /><!-- Acknowledgment for IB: Philosophy HL -->
			<xs:enumeration value="109" /><!-- Acknowledgment for IB: Philosophy HL/SL -->
			<xs:enumeration value="110" /><!-- Acknowledgment for IB: Philosophy SL -->
			<xs:enumeration value="111" /><!-- Acknowledgment for IB: Physics HL -->
			<xs:enumeration value="112" /><!-- Acknowledgment for IB: Physics SL -->
			<xs:enumeration value="113" /><!-- Acknowledgment for IB: Psychology HL -->
			<xs:enumeration value="114" /><!-- Acknowledgment for IB: Psychology HL/SL -->
			<xs:enumeration value="115" /><!-- Acknowledgment for IB: Psychology SL -->
			<xs:enumeration value="116" /><!-- Acknowledgment for IB: School-based syllabus SL -->
			<xs:enumeration value="117" /><!-- Acknowledgment for IB: Social and Cultural Anthropology HL -->
			<xs:enumeration value="118" /><!-- Acknowledgment for IB: Social and Cultural Anthropology SL -->
			<xs:enumeration value="119" /><!-- Acknowledgment for IB: Spanish A Language and Literature HL -->
			<xs:enumeration value="120" /><!-- Acknowledgment for IB: Spanish A Language and Literature SL -->
			<xs:enumeration value="121" /><!-- Acknowledgment for IB: Spanish A Literature HL -->
			<xs:enumeration value="122" /><!-- Acknowledgment for IB: Spanish A Literature SL -->
			<xs:enumeration value="123" /><!-- Acknowledgment for IB: Spanish ab initio SL -->
			<xs:enumeration value="124" /><!-- Acknowledgment for IB: Spanish B HL -->
			<xs:enumeration value="125" /><!-- Acknowledgment for IB: Spanish B SL -->
			<xs:enumeration value="126" /><!-- Acknowledgment for IB: Sports, Exercise, and Health Science SL -->
			<xs:enumeration value="127" /><!-- Acknowledgment for IB: World Religions SL -->
			<xs:enumeration value="128" /><!-- Acknowledgment for AP: Computer Science Principles -->
			<xs:enumeration value="129" /><!-- Acknowledgment for AP: Capstone Seminar -->
			<xs:enumeration value="130" /><!-- Acknowledgment for AP: Research -->
			<xs:enumeration value="131" /><!-- Acknowledgment for AP: Precalculus -->
			<xs:enumeration value="150" /><!-- Acknowledgment for IB: Nature of Science SL -->
			<xs:enumeration value="151" /><!-- Acknowledgment for IB: Sports, Exercise, and Health Science HL -->
			<xs:enumeration value="152" /><!-- Acknowledgment for IB: History of Africa and the Middle East HL -->
			<xs:enumeration value="153" /><!-- Acknowledgment for IB: History of the Americas HL -->
			<xs:enumeration value="154" /><!-- Acknowledgment for IB: History of Asia and Oceania HL -->
			<xs:enumeration value="155" /><!-- Acknowledgment for IB: History of Europe HL -->
			<xs:enumeration value="160" /><!-- Acknowledgment for IB: Film SL -->
			<xs:enumeration value="161" /><!-- Acknowledgment for IB: Film HL -->
			<xs:enumeration value="162" /><!-- Acknowledgment for IB: Dance HL -->
			<xs:enumeration value="163" /><!-- Acknowledgment for IB: Dance SL -->
			<xs:enumeration value="164" /><!-- Acknowledgment for IB: Visual Arts HL -->
			<xs:enumeration value="165" /><!-- Acknowledgment for IB: Visual Arts SL -->
			<xs:enumeration value="166" /><!-- Acknowledgment for IB: Theatre HL -->
			<xs:enumeration value="167" /><!-- Acknowledgment for IB: Theatre SL -->
			<xs:enumeration value="168" /><!-- Acknowledgment for IB: Arabic ab initio SL -->
			<xs:enumeration value="169" /><!-- Acknowledgment for IB: Arabic B HL -->
			<xs:enumeration value="170" /><!-- Acknowledgment for IB: Arabic B SL -->
			<xs:enumeration value="171" /><!-- Acknowledgment for IB: Japanese ab initio SL -->
			<xs:enumeration value="172" /><!-- Acknowledgment for IB: Japanese B HL -->
			<xs:enumeration value="173" /><!-- Acknowledgment for IB: Japanese B SL -->
			<xs:enumeration value="174" /><!-- Acknowledgment for IB: Russian ab initio SL -->
			<xs:enumeration value="175" /><!-- Acknowledgment for IB: Russian A Literature HL -->
			<xs:enumeration value="176" /><!-- Acknowledgment for IB: Russian A Literature SL -->
			<xs:enumeration value="177" /><!-- Acknowledgment for IB: Hebrew ab initio SL -->
			<xs:enumeration value="178" /><!-- Acknowledgment for IB: Hebrew B HL -->
			<xs:enumeration value="179" /><!-- Acknowledgment for IB: Hebrew B SL -->
			<xs:enumeration value="180" /><!-- Acknowledgment for IB: Hindi ab initio SL -->
			<xs:enumeration value="181" /><!-- Acknowledgment for IB: Hindi B HL -->
			<xs:enumeration value="182" /><!-- Acknowledgment for IB: Hindi B SL -->
			<xs:enumeration value="183" /><!-- Acknowledgment for IB: Analysis and Approaches SL -->
			<xs:enumeration value="184" /><!-- Acknowledgment for IB: Analysis and Approaches HL -->
			<xs:enumeration value="185" /><!-- Acknowledgment for IB: Applications and Interpretations SL -->
			<xs:enumeration value="186" /><!-- Acknowledgment for IB: Applications and Interpretations HL -->
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="PerfAckCollegeAssessType">
		<xs:sequence>
			<xs:element name="CollegeAssessCode" type="trex:PerfAckCollegeAssessCode" />
			<xs:element name="MetDate" type="trex:YMType" />
		</xs:sequence>
	</xs:complexType>

	<xs:simpleType name="PerfAckCollegeAssessCode">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- Student not acknowledged for Assessment -->
			<xs:enumeration value="1" /><!-- Acknowledgment for PLAN or ASPIRE: College readiness benchmark met on 2 or more of the 4 subject tests -->
			<xs:enumeration value="2" /><!-- Acknowledgment for PSAT: Commended scholar or higher -->
			<xs:enumeration value="3" /><!-- Acknowledgment for ACT: Composite score 28 or higher -->
			<xs:enumeration value="4" /><!-- Acknowledgment for SAT: Combined reading and math score 1250 or higher -->
			<xs:enumeration value="5" /><!-- Acknowledgment for SAT: Scores of at least 410 on reading and 520 on math -->
			<xs:enumeration value="6" /><!-- Acknowledgment for SAT: Total score of at least 1310 -->
			<xs:enumeration value="7" /><!-- Acknowledgment for ASPIRE: College readiness benchmark met on 3 or more of the 5 subject tests -->
			<xs:enumeration value="8" /><!-- Acknowledgment for PSAT/NMSQT: Commended scholar or higher or awardee of the National Recognition Programs -->
			<xs:enumeration value="9" /><!-- Acknowledgment for ACT Aspire: earning a composite score of 442 on the ACT Aspire examination -->
			<xs:enumeration value="10" /><!-- Acknowledgment for ACT Pre-ACT: earning a composite score of 29 on the ACT PreACT examination -->
			<xs:enumeration value="11" /><!-- Acknowledgment for SAT: earning a total score of at least 1350 on the SAT -->
			<xs:enumeration value="12" /><!-- Acknowledgment for ACT: earning a composite score of 29 on the ACT PreACT examination (excluding writing) -->
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="PerfAckBilingBilitType">
		<xs:sequence>
			<xs:element name="BilingBilitCode" type="trex:PerfAckBilingBilitCode" />
			<xs:element name="MetDate" type="trex:YMType" />
		</xs:sequence>
	</xs:complexType>

	<xs:simpleType name="PerfAckBilingBilitCode">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- Not Acknowledged for Bilingualism and biliteracy -->
			<xs:enumeration value="1" /><!-- Acknowledgment for Bilingualism and biliteracy -->
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="PerfAckCertLicType">
		<xs:sequence>
			<xs:element name="CertLicCode" type="trex:PerfAckCertLicCode" />
			<xs:element name="MetDate" type="trex:YMType" />
		</xs:sequence>
	</xs:complexType>

	<xs:simpleType name="PerfAckCertLicCode">
		<xs:restriction base="xs:token">
			<xs:enumeration value="010" /><!-- Adobe Certified Professional In Visual Effects and Motion Graphics Using Adobe After Effects -->
			<xs:enumeration value="011" /><!-- Adobe Certified Professional Animate -->
			<xs:enumeration value="012" /><!-- Adobe Certified Associate Creative Cloud -->
			<xs:enumeration value="013" /><!-- Adobe Certified Associate Creative Suite 6 -->
			<xs:enumeration value="014" /><!-- Adobe Certified Associate Flash -->
			<xs:enumeration value="015" /><!-- Adobe Certified Professional in Graphic Design and Illustration Using Adobe Illustrator -->
			<xs:enumeration value="016" /><!-- Adobe Certified Professional in Print and Digital Media Publication Using Adobe InDesign -->
			<xs:enumeration value="017" /><!-- Adobe Certified Professional in Visual Design Using Adobe Photoshop -->
			<xs:enumeration value="018" /><!-- Adobe Certified Professional in Digital Video Using Adobe Premiere Pro -->
			<xs:enumeration value="019" /><!-- Adobe Certified Professional in Visual Design -->
			<xs:enumeration value="020" /><!-- Adobe Certified Associate Web Design Specialist -->
			<xs:enumeration value="030" /><!-- Adobe Certified Expert After Effects -->
			<xs:enumeration value="031" /><!-- Adobe Certified Expert Illustrator -->
			<xs:enumeration value="032" /><!-- Adobe Certified Expert InDesign -->
			<xs:enumeration value="033" /><!-- Adobe Certified Expert Photoshop -->
			<xs:enumeration value="034" /><!-- Adobe Certified Expert Web Premiere Pro -->
			<xs:enumeration value="040" /><!-- Aerospace Manufacturing Certification -->
			<xs:enumeration value="100" /><!-- API 1104 Welding Pipelines and Related Facilities -->
			<xs:enumeration value="101" /><!-- Apple App Development with Swift Associate -->
			<xs:enumeration value="102" /><!-- Apple Final Cut Pro X -->
			<xs:enumeration value="103" /><!-- Apple iWork -->
			<xs:enumeration value="104" /><!-- Apple Logic Pro X -->
			<xs:enumeration value="120" /><!-- ASE Auto Transmission -->
			<xs:enumeration value="121" /><!-- ASE Entry-Level Automobile Automatic Transmission/Transaxle (AT) -->
			<xs:enumeration value="130" /><!-- ASE Automobile Service Technology -->
			<xs:enumeration value="131" /><!-- ASE Entry-Level Automobile Service Technology -->
			<xs:enumeration value="140" /><!-- ASE Brakes -->
			<xs:enumeration value="141" /><!-- ASE Entry-Level Automobile Brakes (BR) -->
			<xs:enumeration value="150" /><!-- ASE Electrical/Electronic Systems -->
			<xs:enumeration value="151" /><!-- ASE Entry-Level Automobile Electronic/Electrical -->
			<xs:enumeration value="160" /><!-- ASE Engine Performance -->
			<xs:enumeration value="161" /><!-- ASE Entry-Level Automobile Engine Performance (EP) -->
			<xs:enumeration value="170" /><!-- ASE Engine Repair -->
			<xs:enumeration value="171" /><!-- ASE Entry-Level Automobile Engine Repair (ER) -->
			<xs:enumeration value="181" /><!-- ASE Heating, Ventilation, AC (HVAC) -->
			<xs:enumeration value="182" /><!-- ASE Entry-Level Automobile Heating and Air Conditioning (AC) -->
			<xs:enumeration value="190" /><!-- ASE Maintenance Light Repair -->
			<xs:enumeration value="191" /><!-- ASE Entry Level Automobile Maintenance and Light Repair (MR) -->
			<xs:enumeration value="200" /><!-- ASE Manual Drive Train Axles -->
			<xs:enumeration value="201" /><!-- ASE Entry-Level Automobile Manual Drive Train and Axles (MD) -->
			<xs:enumeration value="210" /><!-- ASE Mech Elec Components -->
			<xs:enumeration value="211" /><!-- ASE Entry-Level Collision Mechanical and Electrical Components (ME) -->
			<xs:enumeration value="220" /><!-- ASE Non-Structural Analysis Damage Repair -->
			<xs:enumeration value="221" /><!-- ASE Entry-Level Collision Non-Structural Analysis and Damage Repair (SR) -->
			<xs:enumeration value="230" /><!-- ASE Painting & Refinishing -->
			<xs:enumeration value="231" /><!-- ASE Entry-Level Collision Painting and Refinishing (PR) -->
			<xs:enumeration value="240" /><!-- ASE Refrigerant Recovery and Recycling -->
			<xs:enumeration value="250" /><!-- ASE Structural Analysis Damage Repair -->
			<xs:enumeration value="251" /><!-- ASE Entry-Level Collision Structural Analysis and Damage Repair -->
			<xs:enumeration value="260" /><!-- ASE Suspension and Steering -->
			<xs:enumeration value="261" /><!-- ASE Entry-Level Automobile Suspension and Steering (SS) -->
			<xs:enumeration value="270" /><!-- ASE Truck Technician Brakes -->
			<xs:enumeration value="271" /><!-- ASE Entry-Level Medium/Heavy Truck, Brakes (TB) -->
			<xs:enumeration value="280" /><!-- ASE Truck Technician Diesel Engines -->
			<xs:enumeration value="281" /><!-- ASE Entry-Level Medium/Heavy Truck, Diesel Engines (DE) -->
			<xs:enumeration value="290" /><!-- ASE Truck Technician Drive Trains -->
			<xs:enumeration value="300" /><!-- ASE Truck Technician Electronic Systems -->
			<xs:enumeration value="301" /><!-- ASE Entry-Level Medium/Heavy Truck, Electrical/Electronic Systems (TE) -->
			<xs:enumeration value="310" /><!-- ASE Truck Technician HVAC -->
			<xs:enumeration value="320" /><!-- ASE Truck Technician Suspension Steering -->
			<xs:enumeration value="321" /><!-- ASE Entry-Level Medium/Heavy Truck, Suspension and Steering (TS) -->
			<xs:enumeration value="330" /><!-- Associate of (ISC) -->
			<xs:enumeration value="331" /><!-- Autodesk Certified Professional or User AutoCAD -->
			<xs:enumeration value="332" /><!-- Autodesk Certified Professional or User AutoCAD Civil 3D -->
			<xs:enumeration value="333" /><!-- Autodesk Certified Professional or User Autodesk Revit Building Systems -->
			<xs:enumeration value="334" /><!-- Autodesk Certified Professional or User Revit Architecture -->
			<xs:enumeration value="335" /><!-- Autodesk Certified Professional or User Revit MEP Electrical -->
			<xs:enumeration value="336" /><!-- Autodesk Certified Professional or User Inventor -->
			<xs:enumeration value="340" /><!-- AWS D1.1 Structural Steel -->
			<xs:enumeration value="350" /><!-- AWS D9.1 Sheet Metal Welding -->
			<xs:enumeration value="351" /><!-- AWS Certified Welder -->
			<xs:enumeration value="360" /><!-- AWS SENSE Level 1: Entry Welder -->
			<xs:enumeration value="361" /><!-- Class A Barber -->
			<xs:enumeration value="362" /><!-- Basic Structure Fire Protection -->
			<xs:enumeration value="365" /><!-- C++ Certified Associate Programmer -->
			<xs:enumeration value="366" /><!-- Certified Aerospace Technician -->
			<xs:enumeration value="367" /><!-- Certified Associate in Project Management (CAPM) -->
			<xs:enumeration value="368" /><!-- Certified Cardiographic Technician -->
			<xs:enumeration value="369" /><!-- Certified Coding Associate (CCA) -->
			<xs:enumeration value="370" /><!-- Certified Dental Assistant -->
			<xs:enumeration value="380" /><!-- Certified EKG Technician -->
			<xs:enumeration value="381" /><!-- Certified Electronics Systems Associate -->
			<xs:enumeration value="382" /><!-- Certified Engineering Technician - Audio Systems -->
			<xs:enumeration value="383" /><!-- Certified Fundamentals Cook -->
			<xs:enumeration value="384" /><!-- Certified Fundamentals Pastry Cook -->
			<xs:enumeration value="385" /><!-- Hospitality and Tourism Specialist -->
			<xs:enumeration value="386" /><!-- Certified Insurance Service Representative -->
			<xs:enumeration value="390" /><!-- Certified Nurse Aide (CNA) -->
			<xs:enumeration value="391" /><!-- Certified Occupational Therapy Assistant -->
			<xs:enumeration value="392" /><!-- Certified Ophthalmic Technician -->
			<xs:enumeration value="401" /><!-- Certified Personal Trainer -->
			<xs:enumeration value="402" /><!-- Certified Respiratory Therapist -->
			<xs:enumeration value="410" /><!-- Certified SOLIDWORKS Associate -->
			<xs:enumeration value="411" /><!-- Certified Surgical Technologist -->
			<xs:enumeration value="420" /><!-- Certified Veterinary Assistant, Level 1 -->
			<xs:enumeration value="430" /><!-- Child Development Associate (CDA) -->
			<xs:enumeration value="439" /><!-- Cisco Certified Design Associate -->
			<xs:enumeration value="440" /><!-- Cisco Certified Network Associate- Cloud (CCNA Cloud) -->
			<xs:enumeration value="450" /><!-- Cisco Certified Network Associate Security (CCNA Security) -->
			<xs:enumeration value="451" /><!-- Cisco Certified Network Associate- Cyber Ops (CCNA Cyber Ops) -->
			<xs:enumeration value="452" /><!-- Cisco Certified Network Associate - Data Center (CCNA Data Center) -->
			<xs:enumeration value="453" /><!-- Cisco Certified Network Associate- Service Provider (CCNA SP) -->
			<xs:enumeration value="460" /><!-- Cisco Certified Entry Networking Technician (CCENT) -->
			<xs:enumeration value="470" /><!-- Certified Clinical Medical Assistant -->
			<xs:enumeration value="478" /><!-- Commercial & Non-Commercial Pesticide Applicator -->
			<xs:enumeration value="479" /><!-- Community Health Workers -->
			<xs:enumeration value="480" /><!-- CompTIA A+ Certification -->
			<xs:enumeration value="481" /><!-- CompTIA Tech+ -->
			<xs:enumeration value="490" /><!-- CompTIA Network+ -->
			<xs:enumeration value="500" /><!-- CompTIA Security+ -->
			<xs:enumeration value="508" /><!-- Esthetician -->
			<xs:enumeration value="509" /><!-- Manicurist -->
			<xs:enumeration value="510" /><!-- Cosmetology Operator -->
			<xs:enumeration value="511" /><!-- Educational Aide I -->
			<xs:enumeration value="512" /><!-- Entrepreneurship and Small Business -->
			<xs:enumeration value="520" /><!-- Electrical Apprenticeship Certificate Level 1 -->
			<xs:enumeration value="530" /><!-- Emergency Medical Technician - Basic -->
			<xs:enumeration value="531" /><!-- ESRI ArcGIS Desktop Entry -->
			<xs:enumeration value="532" /><!-- FAA Aviation Maintenance Technician General -->
			<xs:enumeration value="533" /><!-- FAA Aviation Mechanic-Airframe (AMT-A) -->
			<xs:enumeration value="534" /><!-- FAA Part 107 Remote Drone Pilot -->
			<xs:enumeration value="535" /><!-- FANUC Certified Robot Operator with ROBOGUIDE -->
			<xs:enumeration value="536" /><!-- Feedyard Technician in Cattle Care and Handling -->
			<xs:enumeration value="537" /><!-- Feedyard Technician in Machinery Operation, Repair and Maintenance -->
			<xs:enumeration value="538" /><!-- Google Analytics Individual Qualification -->
			<xs:enumeration value="539" /><!-- Google Cloud Certified Professional - Cloud Architect -->
			<xs:enumeration value="540" /><!-- ISCET Certified Electronics Technicians -->
			<xs:enumeration value="541" /><!-- Landscape Irrigator -->
			<xs:enumeration value="542" /><!-- Licensed Dental Hygienist -->
			<xs:enumeration value="543" /><!-- Licensed Dietetic Technician -->
			<xs:enumeration value="544" /><!-- Licensed Veterinary Technician -->
			<xs:enumeration value="545" /><!-- Licensed Vocational Nurse -->
			<xs:enumeration value="546" /><!-- Limited Medical Radiologic Technologist (LMRT) -->
			<xs:enumeration value="547" /><!-- Medical Coding and Billing Specialist -->
			<xs:enumeration value="548" /><!-- ManageFirst Professional -->
			<xs:enumeration value="549" /><!-- Mastercam Associate Certification -->
			<xs:enumeration value="550" /><!-- Medical Laboratory Assistant -->
			<xs:enumeration value="551" /><!-- Microsoft Office Specialist Excel -->
			<xs:enumeration value="552" /><!-- Microsoft Office Specialist Word -->
			<xs:enumeration value="560" /><!-- Microsoft Office Specialist: Microsoft Excel Expert (2019+ or 365) -->
			<xs:enumeration value="570" /><!-- Microsoft Office Specialist: Microsoft Word Expert (2019+ or 365) -->
			<xs:enumeration value="580" /><!-- Microsoft Office Specialist 2016 Master/MOS: Expert (365 Apps) -->
			<xs:enumeration value="581" /><!-- Microsoft Office Specialist (MOS) Master-2013 (Track 1) -->
			<xs:enumeration value="582" /><!-- Microsoft Office Specialist (MOS) Master-2013 (Track 2) -->
			<xs:enumeration value="583" /><!-- Microsoft Office Specialist (MOS) Master-2013 (Track 3) -->
			<xs:enumeration value="590" /><!-- Microsoft Technology Associate (MTA) Cloud Fundamentals -->
			<xs:enumeration value="591" /><!-- Microsoft Technology Associate (MTA) Database Administration Fundamentals -->
			<xs:enumeration value="592" /><!-- Microsoft Technology Associate (MTA) HTML5 App Development Fundamentals -->
			<xs:enumeration value="593" /><!-- Microsoft Technology Associate (MTA) Intro Programming Using HTML and CSS -->
			<xs:enumeration value="594" /><!-- Microsoft Technology Associate (MTA) Intro Programming Using Java -->
			<xs:enumeration value="595" /><!-- Microsoft Technology Associate (MTA) Intro Programming Using JavaScript -->
			<xs:enumeration value="596" /><!-- Microsoft Technology Associate (MTA) Intro Programming Using Python -->
			<xs:enumeration value="597" /><!-- Microsoft Technology Associate (MTA) Mobility and Device Fundamentals -->
			<xs:enumeration value="598" /><!-- Microsoft Technology Associate (MTA) Networking Fundamentals -->
			<xs:enumeration value="599" /><!-- Microsoft Technology Associate (MTA) Security Fundamentals -->
			<xs:enumeration value="600" /><!-- Industrial Technology Maintenance (ITM) - Basic Mechanical Systems -->
			<xs:enumeration value="601" /><!-- Industrial Technology Maintenance (ITM) - Basic -->
			<xs:enumeration value="602" /><!-- Industrial Technology Maintenance (ITM) - Electrical -->
			<xs:enumeration value="603" /><!-- Industrial Technology Maintenance (ITM) - Electronic Control Systems -->
			<xs:enumeration value="604" /><!-- Industrial Technology Maintenance (ITM) - Maintenance Operations -->
			<xs:enumeration value="605" /><!-- Industrial Technology Maintenance (ITM) - Maintenance -->
			<xs:enumeration value="606" /><!-- Industrial Technology Maintenance (ITM) - Maintenance Welding -->
			<xs:enumeration value="607" /><!-- Industrial Technology Maintenance (ITM) - Process Control Systems -->
			<xs:enumeration value="610" /><!-- Carpentry Level I -->
			<xs:enumeration value="611" /><!-- Carpentry Level II -->
			<xs:enumeration value="612" /><!-- Commercial Carpenter -->
			<xs:enumeration value="613" /><!-- Construction Site Safety Technician -->
			<xs:enumeration value="620" /><!-- Construction Technology Certification Level I -->
			<xs:enumeration value="630" /><!-- Core -->
			<xs:enumeration value="640" /><!-- Electrical Level I -->
			<xs:enumeration value="641" /><!-- Electrical Level II -->
			<xs:enumeration value="642" /><!-- Commercial Electrician -->
			<xs:enumeration value="650" /><!-- Electronic System Technician Level I -->
			<xs:enumeration value="651" /><!-- Electronic System Technician Level II -->
			<xs:enumeration value="660" /><!-- HVACR Level I -->
			<xs:enumeration value="670" /><!-- Industrial Maintenance Mechanic Level I -->
			<xs:enumeration value="680" /><!-- Instrumentation Level I  -->
			<xs:enumeration value="690" /><!-- Masonry Level I -->
			<xs:enumeration value="691" /><!-- Masonry Level II -->
			<xs:enumeration value="700" /><!-- Millwright Level I -->
			<xs:enumeration value="701" /><!-- Millwright Level II -->
			<xs:enumeration value="710" /><!-- Painting: Commercial and Residential Level I -->
			<xs:enumeration value="720" /><!-- Pipefitting Level I -->
			<xs:enumeration value="730" /><!-- Plumbing Level I -->
			<xs:enumeration value="731" /><!-- Plumbing Level II -->
			<xs:enumeration value="740" /><!-- Sheet Metal Level I -->
			<xs:enumeration value="750" /><!-- Weatherization Technician Level I -->
			<xs:enumeration value="760" /><!-- Welding Level I -->
			<xs:enumeration value="761" /><!-- Non-Commissioned Security Officer Level II License -->
			<xs:enumeration value="770" /><!-- Oracle Certified Associate Java SE 8 Programmer -->
			<xs:enumeration value="780" /><!-- Oracle Database SQL Certified Associate -->
			<xs:enumeration value="781" /><!-- Orthopedic Exercise Specialty Certification -->
			<xs:enumeration value="782" /><!-- Orthopedic Technologist -->
			<xs:enumeration value="783" /><!-- OSHA 30 Hour Construction -->
			<xs:enumeration value="784" /><!-- OSHA 30 Hour General -->
			<xs:enumeration value="785" /><!-- OSHA Hazardous Waste Operations and Emergency Response -->
			<xs:enumeration value="786" /><!-- Patient Care Technician -->
			<xs:enumeration value="790" /><!-- Pharmacy Technician -->
			<xs:enumeration value="800" /><!-- Phlebotomy Technician -->
			<xs:enumeration value="810" /><!-- Intuit QuickBooks Certified User -->
			<xs:enumeration value="811" /><!-- ServSafe Manager -->
			<xs:enumeration value="812" /><!-- Texas State Florist's Association Knowledge Based Floral Certification -->
			<xs:enumeration value="813" /><!-- Texas State Florist's Association Level I Floral Certification -->
			<xs:enumeration value="814" /><!-- Texas State Florist's Association Level II Floral Certification -->
			<xs:enumeration value="815" /><!-- Tradesman Plumber - Limited -->
			<xs:enumeration value="816" /><!-- Certified Professional Programmer -->
			<xs:enumeration value="820" /><!-- Wastewater Collections -->
			<xs:enumeration value="830" /><!-- Water Operators, Class D -->
			<xs:enumeration value="831" /><!-- WD Certified Web Design -->
			<xs:enumeration value="832" /><!-- Google Cloud Certified Professional- G Suite -->
			<xs:enumeration value="833" /><!-- IAED Emergency Telecommunicator -->
			<xs:enumeration value="834" /><!-- ISA Certified Control Systems Technician -->
			<xs:enumeration value="835" /><!-- Mastercam Associate Certification Mill Design and Toolpaths -->
			<xs:enumeration value="836" /><!-- Mastercam Certified Professional Mill Level 1 -->
			<xs:enumeration value="837" /><!-- Mastercam Professional Level Certification -->
			<xs:enumeration value="838" /><!-- Microsoft Technology Associate (MTA) Software Development Fundamentals -->
			<xs:enumeration value="839" /><!-- Microsoft Technology Associate (MTA) Windows Operating System Fundamentals -->
			<xs:enumeration value="840" /><!-- Microsoft Technology Associate (MTA) Windows Server Administration Fundamentals -->
			<xs:enumeration value="841" /><!-- Certified Logistics Technician (CLT) -->
			<xs:enumeration value="842" /><!-- Certified Production Technician (CPT) 4.0 -->
			<xs:enumeration value="843" /><!-- Machining CNC Mill Operations -->
			<xs:enumeration value="844" /><!-- Machining CNC Mill Programming Setup and Operations -->
			<xs:enumeration value="845" /><!-- CNC Lathe Operations -->
			<xs:enumeration value="846" /><!-- CNC Lathe Programming Setup and Operations -->
			<xs:enumeration value="847" /><!-- Machining Drill Press -->
			<xs:enumeration value="848" /><!-- Machining Grinding -->
			<xs:enumeration value="849" /><!-- Machining Milling -->
			<xs:enumeration value="850" /><!-- Machining Measurement, Material, and Safety -->
			<xs:enumeration value="860" /><!-- Real Estate Sales Agent License -->
			<xs:enumeration value="870" /><!-- Refrigerant Handling -->
			<xs:enumeration value="880" /><!-- Registered Dental Assistant X-Ray Certification -->
			<xs:enumeration value="890" /><!-- Registered Diagnostic Medical Sonographer - Abdomen -->
			<xs:enumeration value="891" /><!-- Registered Diagnostic Medical Sonographer - Obstetrics and Gynecology -->
			<xs:enumeration value="900" /><!-- Registered Nurse -->
			<xs:enumeration value="910" /><!-- Registered Technologist - Cardiac-Interventional Radiography -->
			<xs:enumeration value="911" /><!-- Registered Technologist - Computed Tomography -->
			<xs:enumeration value="912" /><!-- Registered Technologist - Magnetic Resonance Imaging -->
			<xs:enumeration value="913" /><!-- Registered Technologist - Mammography -->
			<xs:enumeration value="914" /><!-- Registered Technologist - Nuclear Medicine Technology -->
			<xs:enumeration value="915" /><!-- Registered Technologist - Radiography -->
			<xs:enumeration value="916" /><!-- Registered Technologist - Sonography -->
			<xs:enumeration value="917" /><!-- Registered Technologist - Vascular Sonography -->
			<xs:enumeration value="918" /><!-- Registered Technologist - Vascular-Interventional Radiography -->
			<xs:enumeration value="930" /><!-- Registered Vascular Technology -->
			<xs:enumeration value="931" /><!-- Medical Laboratory Technician -->
			<xs:enumeration value="932" /><!-- Accounting - Basic -->
			<xs:enumeration value="933" /><!-- Accounting Foundations -->
			<xs:enumeration value="934" /><!-- Administrative Assisting -->
			<xs:enumeration value="935" /><!-- Agricultural Biotechnology -->
			<xs:enumeration value="936" /><!-- Agriculture Mechanics -->
			<xs:enumeration value="937" /><!-- Audio-Visual Communications - Job Ready -->
			<xs:enumeration value="938" /><!-- Autodesk Certified User 3ds MAX -->
			<xs:enumeration value="939" /><!-- Autodesk Certified User AutoCAD -->
			<xs:enumeration value="940" /><!-- Autodesk Certified User Fusion 360 -->
			<xs:enumeration value="941" /><!-- Autodesk Certified User Inventor -->
			<xs:enumeration value="942" /><!-- Autodesk Certified User Revit -->
			<xs:enumeration value="943" /><!-- Autodesk Associate (Certified User) Revit for Electrical -->
			<xs:enumeration value="944" /><!-- Autodesk Associate (Certified User) Revit for Structural Design -->
			<xs:enumeration value="945" /><!-- Autodesk Certified Professional Fusion 360 -->
			<xs:enumeration value="946" /><!-- Autodesk Certified Professional in AutoCAD for Design and Drafting -->
			<xs:enumeration value="947" /><!-- Autodesk Certified Professional in Inventor for Mechanical Design -->
			<xs:enumeration value="948" /><!-- Autodesk Certified Professional in Revit for Architectural Design -->
			<xs:enumeration value="949" /><!-- Autodesk Certified Professional in Revit for Electrical Design -->
			<xs:enumeration value="950" /><!-- Autodesk Certified Professional in Revit for Structural Design -->
			<xs:enumeration value="951" /><!-- BASF Plant Science Certification -->
			<xs:enumeration value="952" /><!-- Biotechnology Aptitude and Competency Exam (BACE) -->
			<xs:enumeration value="953" /><!-- Broadcasting and Journalism -->
			<xs:enumeration value="954" /><!-- Business Information Processing -->
			<xs:enumeration value="955" /><!-- C-101 Certified 4.0 Associate I - Basic Operations -->
			<xs:enumeration value="956" /><!-- CC-103 Certified 4.0 Associate III - Robot System Operations -->
			<xs:enumeration value="957" /><!-- C-200 Certified Industry 4.0 Automation Systems Specialist I - 201 Electrical Systems 1 -->
			<xs:enumeration value="958" /><!-- C-200 Certified Industry 4.0 Automation Systems Specialist I - 202 Electric Motor Control Systems 1 -->
			<xs:enumeration value="959" /><!-- C-200 Certified Industry 4.0 Automation Systems Specialist I - 204 Motor Control Troubleshooting 1 -->
			<xs:enumeration value="960" /><!-- C-200 Certified Industry 4.0 Automation Systems Specialist I - 208 Programmable Controller Troubleshooting 1 -->
			<xs:enumeration value="961" /><!-- C-200 Certified Industry 4.0 Automation Systems Specialist I - 215 Robotic Operations 1 -->
			<xs:enumeration value="962" /><!-- C-200 Certified Industry 4.0 Automation System Specialist I - 216 Robotic System Integration 1 -->
			<xs:enumeration value="963" /><!-- Certified Entry-Level Python Programmer (PCEP) -->
			<xs:enumeration value="964" /><!-- Certified Manufacturing Associate (CMfgA) -->
			<xs:enumeration value="965" /><!-- Certified Technician-Supply Chain Automation (CT-SCA) -->
			<xs:enumeration value="966" /><!-- Certified Web and Mobile App Developer Apprentice (CWMA-Apprentice) -->
			<xs:enumeration value="967" /><!-- Certified Web Animator Associate (CWAA) -->
			<xs:enumeration value="968" /><!-- Cisco 100-490 RSTECH Supporting Cisco Routing and Switching Network Devices -->
			<xs:enumeration value="969" /><!-- Understanding Cisco Cybersecurity Operations Fundamentals (200-201 CBROPS) -->
			<xs:enumeration value="970" /><!-- Cisco Certified Network Associate (200-301 CCNA) -->
			<xs:enumeration value="971" /><!-- Cloud Essentials+ -->
			<xs:enumeration value="972" /><!-- Commercial Foods -->
			<xs:enumeration value="973" /><!-- Commercial/Noncommercial Pesticide Applicator "Vegetation Management" License -->
			<xs:enumeration value="974" /><!-- CompTIA Linux+ -->
			<xs:enumeration value="975" /><!-- CompTIA Server+ -->
			<xs:enumeration value="976" /><!-- Computer Networking Fundamentals - Job Ready -->
			<xs:enumeration value="977" /><!-- Computer Repair Technology - Job Ready -->
			<xs:enumeration value="978" /><!-- Culinary Meat Selection & Cookery Certification -->
			<xs:enumeration value="979" /><!-- Cybersecurity Fundamentals -->
			<xs:enumeration value="980" /><!-- CyberSecurity Fundamentals: An ISACA Certificate -->
			<xs:enumeration value="981" /><!-- Diesel Technology - Job Ready -->
			<xs:enumeration value="982" /><!-- Digital Video Production Foundations -->
			<xs:enumeration value="983" /><!-- Early Childhood Education and Care - Advanced -->
			<xs:enumeration value="984" /><!-- Early Childhood Education and Care - Basic -->
			<xs:enumeration value="985" /><!-- ECG Technician -->
			<xs:enumeration value="986" /><!-- Elanco Fundamentals of Animal Science Certification -->
			<xs:enumeration value="987" /><!-- Elanco Veterinary Medical Applications Certification -->
			<xs:enumeration value="988" /><!-- Emergency Care Attendant (ECA) -->
			<xs:enumeration value="989" /><!-- Engineering Technology Foundations -->
			<xs:enumeration value="990" /><!-- Equine Management & Evaluation Certification -->
			<xs:enumeration value="991" /><!-- Meta Certified Digital Marketing Associate -->
			<xs:enumeration value="992" /><!-- Certified Industry 4.0 Associate Fundamentals -->
			<xs:enumeration value="993" /><!-- Food Protection Manager Certification -->
			<xs:enumeration value="994" /><!-- Food Safety & Science Certification -->
			<xs:enumeration value="995" /><!-- General Management -->
			<xs:enumeration value="996" /><!-- Google IT Support Professional Certificate -->
			<xs:enumeration value="997" /><!-- Graphic Production Technology - Job Ready -->
			<xs:enumeration value="998" /><!-- HBI Pre-Apprenticeship Certificate Training (PACT), Brick Masonry -->
			<xs:enumeration value="999" /><!-- HBI Pre-Apprenticeship Certificate Training (PACT), Building Construction Technology -->
			<xs:enumeration value="1000" /><!-- HBI Pre-Apprenticeship Certificate Training (PACT), Basic Carpentry -->
			<xs:enumeration value="1001" /><!-- HBI Pre-Apprenticeship Certificate Training (PACT), Core -->
			<xs:enumeration value="1002" /><!-- HBI Pre-Apprenticeship Certificate Training (PACT), Basic Electrical -->
			<xs:enumeration value="1003" /><!-- HBI Pre-Apprenticeship Certificate Training (PACT), Green Core -->
			<xs:enumeration value="1004" /><!-- HBI Pre-Apprenticeship Certificate Training (PACT), Heating, Ventilation and Air Conditioning -->
			<xs:enumeration value="1005" /><!-- Heavy Equipment Maintenance and Repair - Job Ready -->
			<xs:enumeration value="1006" /><!-- Horticulture - Landscaping - Job Ready -->
			<xs:enumeration value="1007" /><!-- Hospitality Management - Lodging - Job Ready -->
			<xs:enumeration value="1008" /><!-- Insurance and Coding Specialist -->
			<xs:enumeration value="1009" /><!-- Residential Plans Examiner - R3 -->
			<xs:enumeration value="1010" /><!-- Lean Six Sigma Green Belt Certification -->
			<xs:enumeration value="1011" /><!-- LEED Green Associate -->
			<xs:enumeration value="1013" /><!-- CNC Milling II -->
			<xs:enumeration value="1015" /><!-- CNC Turning II -->
			<xs:enumeration value="1017" /><!-- Manufacturing Technology -->
			<xs:enumeration value="1018" /><!-- Microsoft Certified: Dynamics 365 Fundamentals (ERP) -->
			<xs:enumeration value="1019" /><!-- Medical Assistant -->
			<xs:enumeration value="1020" /><!-- Microsoft Office Specialist: Microsoft Access Expert (2019+) -->
			<xs:enumeration value="1021" /><!-- Nationally Certified Medical Coding and Billing Specialist -->
			<xs:enumeration value="1022" /><!-- Nationally Registered Certified EKG Technician -->
			<xs:enumeration value="1023" /><!-- Natural Resources Systems -->
			<xs:enumeration value="1024" /><!-- Industrial Maintenance Support Mechanic -->
			<xs:enumeration value="1025" /><!-- Industrial Millwright -->
			<xs:enumeration value="1026" /><!-- Industrial Pipefitter -->
			<xs:enumeration value="1027" /><!-- Precision Machining - Job Ready -->
			<xs:enumeration value="1028" /><!-- Pre-Engineering/Engineering Technology - Job Ready -->
			<xs:enumeration value="1029" /><!-- Pre-Professional Certification in Culinary Arts -->
			<xs:enumeration value="1030" /><!-- Pre-Professional Certification in Early Childhood Education -->
			<xs:enumeration value="1031" /><!-- Pre-Professional Certification in Food Science Fundamentals -->
			<xs:enumeration value="1032" /><!-- Pre-Professional Certification in Nutrition, Food, and Wellness -->
			<xs:enumeration value="1033" /><!-- Principles of Floral Design Certification -->
			<xs:enumeration value="1034" /><!-- Principles of Small Engine Technology Certification -->
			<xs:enumeration value="1035" /><!-- Production Agriculture - Job Ready -->
			<xs:enumeration value="1036" /><!-- Certified Professional Photographer -->
			<xs:enumeration value="1037" /><!-- Project Management Institute (PMI) Project Management Ready -->
			<xs:enumeration value="1038" /><!-- Retail Merchandising - Job Ready -->
			<xs:enumeration value="1039" /><!-- Small Animal Science and Technology -->
			<xs:enumeration value="1040" /><!-- Small Engine Technology -->
			<xs:enumeration value="1041" /><!-- Certified Billing and Coding Specialist (CBCS) -->
			<xs:enumeration value="1042" /><!-- Stukent Social Media Marketing Certification -->
			<xs:enumeration value="1043" /><!-- Texas Certified Landscape Associate (TCLA) -->
			<xs:enumeration value="1044" /><!-- Texas Certified Nursery Professional -->
			<xs:enumeration value="1045" /><!-- Travel and Tourism -->
			<xs:enumeration value="1046" /><!-- Volunteer Income Tax Assistance/Tax Counseling Certification: Advanced -->
			<xs:enumeration value="1047" /><!-- Volunteer Income Tax Assistance/Tax Counseling Certification: Basic -->
			<xs:enumeration value="1048" /><!-- Volunteer Income Tax Assistance/Tax Counseling Certification: Volunteer for Elderly -->
			<xs:enumeration value="1049" /><!-- Web Design - Job Ready -->
			<xs:enumeration value="1050" /><!-- Welding - Job Ready -->
			<xs:enumeration value="1051" /><!-- Autodesk Certified Professional in Civil 3D for Infrastructure Design -->
			<xs:enumeration value="1052" /><!-- Business of Retail: Certified Specialist -->
			<xs:enumeration value="1053" /><!-- Certified SOLIDWORKS Associate (CSWA) - Academic -->
			<xs:enumeration value="1054" /><!-- Certified SOLIDWORKS Associate (CSWA) - Electrical -->
			<xs:enumeration value="1055" /><!-- Certified SOLIDWORKS CAD Design Associate (CSWA) - Academic -->
			<xs:enumeration value="1056" /><!-- Certified SOLIDWORKS Additive Manufacturing Associate (CSWA-AM) -->
			<xs:enumeration value="1057" /><!-- Certified SOLIDWORKS Associate (CSWA) - Sustainability -->
			<xs:enumeration value="1058" /><!-- Certified SOLIDWORKS CAD Design Professional (CSWP) - Academic -->
			<xs:enumeration value="1059" /><!-- Certified SOLIDWORKS Professional (CSWP) - Additive Manufacturing -->
			<xs:enumeration value="1060" /><!-- Certified SOLIDWORKS Professional (CSWP) - CAM -->
			<xs:enumeration value="1061" /><!-- Certified SOLIDWORKS Professional (CSWP) - Mechanical Design -->
			<xs:enumeration value="1062" /><!-- Certified SOLIDWORKS Professional (CSWP) - Model Based Definition -->
			<xs:enumeration value="1063" /><!-- Certified SOLIDWORKS Professional (CSWP) - Simulation -->
			<xs:enumeration value="1064" /><!-- Certified SOLIDWORKS Professional (CSWPA) - Drawing Tools -->
			<xs:enumeration value="1065" /><!-- Certified User: Programmer -->
			<xs:enumeration value="1066" /><!-- CodeHS Cybersecurity Level 1 Certification -->
			<xs:enumeration value="1067" /><!-- CodeHS Python Level 1 Certification -->
			<xs:enumeration value="1068" /><!-- CodeHS Web Design Level 1 Certification -->
			<xs:enumeration value="1069" /><!-- Customer Service and Sales: Certified Specialist -->
			<xs:enumeration value="1070" /><!-- Ducks Unlimited Ecology Conservation & Management Certification -->
			<xs:enumeration value="1071" /><!-- Employment Ready Certification - Air Conditioning -->
			<xs:enumeration value="1072" /><!-- Employment Ready Certification - Electrical -->
			<xs:enumeration value="1073" /><!-- Employment Ready Certification - Gas Heat -->
			<xs:enumeration value="1074" /><!-- Employment Ready Certification - Heat Pumps -->
			<xs:enumeration value="1075" /><!-- Employment Ready Certification - Light Commercial Air Conditioning -->
			<xs:enumeration value="1076" /><!-- Heating, Electrical, & Air Conditioning Technology (H.E.A.T.) -->
			<xs:enumeration value="1077" /><!-- Information Technology Specialist: HTML and CSS -->
			<xs:enumeration value="1078" /><!-- Information Technology Specialist: HTML5 Application Development -->
			<xs:enumeration value="1079" /><!-- Information Technology Specialist: Java -->
			<xs:enumeration value="1080" /><!-- Information Technology Specialist: JavaScript -->
			<xs:enumeration value="1081" /><!-- Information Technology Specialist: Networking -->
			<xs:enumeration value="1082" /><!-- Microsoft 365 Fundamentals -->
			<xs:enumeration value="1083" /><!-- Microsoft Certified: Azure Fundamentals -->
			<xs:enumeration value="1084" /><!-- Microsoft Certified: Azure Data Fundamentals -->
			<xs:enumeration value="1085" /><!-- Microsoft Security, Compliance, and Identity Fundamentals -->
			<xs:enumeration value="1086" /><!-- TRIO Electrical Pre-Apprenticeship (EPP) Certification -->
			<xs:enumeration value="1087" /><!-- AgriLife Veterinary Assistant Certificate -->
			<xs:enumeration value="1088" /><!-- Accounting Professional -->
			<xs:enumeration value="1089" /><!-- Adobe Certified Professional in Web Design -->
			<xs:enumeration value="1090" /><!-- Advanced Unmanned Safety Level 3 - AUSO Ground -->
			<xs:enumeration value="1091" /><!-- Advanced Unmanned Safety Level 4 - AUSO Flight -->
			<xs:enumeration value="1092" /><!-- AM Design and Prototyping -->
			<xs:enumeration value="1093" /><!-- Applied Industrial Motor Controls -->
			<xs:enumeration value="1094" /><!-- Applied Industry 4.0 -->
			<xs:enumeration value="1095" /><!-- Applied PLC Technology II: Allen Bradley/Siemens -->
			<xs:enumeration value="1096" /><!-- Applied Robotics -->
			<xs:enumeration value="1097" /><!-- ASE Entry-Level Collision Repair and Refinish Fundamentals -->
			<xs:enumeration value="1098" /><!-- ASE Entry-Level Inspection Maintenance & Minor Repair,Medium/Heavy Truck -->
			<xs:enumeration value="1099" /><!-- Associate Professional in Human Resources (aPHR) -->
			<xs:enumeration value="1100" /><!-- Autodesk Certified Associate in CAM for 2.5 Axis Milling -->
			<xs:enumeration value="1101" /><!-- Autodesk Certified Associate in CAM for Turning -->
			<xs:enumeration value="1102" /><!-- Autodesk Certified Professional in CAM for 3 Axis Milling -->
			<xs:enumeration value="1103" /><!-- Autodesk Certified User Maya -->
			<xs:enumeration value="1104" /><!-- AWS Certified Cloud Practitioner -->
			<xs:enumeration value="1105" /><!-- AWS Certified DevOps Engineer - Professional -->
			<xs:enumeration value="1106" /><!-- AWS Certified Solutions Architect - Associate -->
			<xs:enumeration value="1107" /><!-- AWS Certified SysOps Administrator - Associate -->
			<xs:enumeration value="1108" /><!-- Basic Hydraulic Systems -->
			<xs:enumeration value="1109" /><!-- Bioscience Core Skills Institute Essential Skills -->
			<xs:enumeration value="1110" /><!-- Bookkeeping Certification -->
			<xs:enumeration value="1111" /><!-- C++ Certified Entry-Level Programmer -->
			<xs:enumeration value="1112" /><!-- Cabling Specialist Fiber Optic Systems -->
			<xs:enumeration value="1113" /><!-- CAM Milling I -->
			<xs:enumeration value="1114" /><!-- CAM Turning I -->
			<xs:enumeration value="1115" /><!-- Carpentry -->
			<xs:enumeration value="1116" /><!-- Certificate of Aviation Maintenance Engineer (AME) -->
			<xs:enumeration value="1117" /><!-- Certificate of Aviation Maintenance Technician (AMT) -->
			<xs:enumeration value="1118" /><!-- Certified Associate Data Analyst with Python -->
			<xs:enumeration value="1119" /><!-- Certified Associate JavaScript Programmer -->
			<xs:enumeration value="1120" /><!-- Certified Associate Python Programmer -->
			<xs:enumeration value="1121" /><!-- Certified Associate Tester with Python -->
			<xs:enumeration value="1122" /><!-- Certified Associate Web Developer Certification -->
			<xs:enumeration value="1123" /><!-- Certified Audio Engineer for Broadcast -->
			<xs:enumeration value="1124" /><!-- Certified Automation Technician Level 1 -->
			<xs:enumeration value="1125" /><!-- Certified Automation Technician Level 2 -->
			<xs:enumeration value="1126" /><!-- Certified Automation Technician Level 3 -->
			<xs:enumeration value="1127" /><!-- Certified CG Operator - Using Character Generators -->
			<xs:enumeration value="1128" /><!-- Certified Culinarian (CC) -->
			<xs:enumeration value="1129" /><!-- Certified Electronic Health Records Specialist (CEHRS) -->
			<xs:enumeration value="1130" /><!-- Certified Entry-Level Data Analyst with Python -->
			<xs:enumeration value="1131" /><!-- Certified Entry-Level JavaScript Programmer -->
			<xs:enumeration value="1132" /><!-- Certified Entry-Level Tester with Python -->
			<xs:enumeration value="1133" /><!-- Certified Entry-Level Web Developer -->
			<xs:enumeration value="1134" /><!-- Certified Ethical Hacker (CEH) -->
			<xs:enumeration value="1135" /><!-- Certified Fluid Power Level 1 -->
			<xs:enumeration value="1136" /><!-- Certified Fluid Power Level 2 -->
			<xs:enumeration value="1137" /><!-- Certified Fluid Power Level 3 -->
			<xs:enumeration value="1138" /><!-- Certified in Cybersecurity (CC) -->
			<xs:enumeration value="1139" /><!-- Certified Industrial Robotics Programmer (CIRP) -->
			<xs:enumeration value="1140" /><!-- Certified Industry 4.0 Technician Level 1 -->
			<xs:enumeration value="1141" /><!-- Certified Industry 4.0 Technician Level 2 -->
			<xs:enumeration value="1142" /><!-- Certified Industry 4.0 Technician Level 3 -->
			<xs:enumeration value="1143" /><!-- Certified Inpatient Coder (CIC) -->
			<xs:enumeration value="1144" /><!-- Certified Mechanical Technician Level 1 -->
			<xs:enumeration value="1145" /><!-- Certified Mechanical Technician Level 2 -->
			<xs:enumeration value="1146" /><!-- Certified Mechanical Technician Level 3 -->
			<xs:enumeration value="1147" /><!-- Medical Administrative Assistant -->
			<xs:enumeration value="1147" /><!-- Medical Administrative Assistant -->
			<xs:enumeration value="1148" /><!-- Certified Network Defender (CND) -->
			<xs:enumeration value="1149" /><!-- Certified Outpatient Coder (COC) -->
			<xs:enumeration value="1150" /><!-- Certified Paralegal -->
			<xs:enumeration value="1151" /><!-- Certified Pastry Culinarian (CPC) -->
			<xs:enumeration value="1152" /><!-- Certified Personal Care Assistant -->
			<xs:enumeration value="1153" /><!-- Certified Process Control Technician Level 1 -->
			<xs:enumeration value="1154" /><!-- Certified Process Control Technician Level 2 -->
			<xs:enumeration value="1155" /><!-- Certified Process Control Technician Level 3 -->
			<xs:enumeration value="1156" /><!-- Certified Production and Inventory Analyst (CPIA) -->
			<xs:enumeration value="1157" /><!-- Certified Professional Biller (CPB) -->
			<xs:enumeration value="1158" /><!-- Certified Professional Coder (CPC) -->
			<xs:enumeration value="1159" /><!-- Certified Protection Officer (CPO) -->
			<xs:enumeration value="1160" /><!-- Certified Psychiatric Technician, Level 1 -->
			<xs:enumeration value="1161" /><!-- Certified Restaurant Professional -->
			<xs:enumeration value="1162" /><!-- Certified Risk Adjustment Coder (CRC) -->
			<xs:enumeration value="1163" /><!-- Certified Robotics Technician Level 1 -->
			<xs:enumeration value="1164" /><!-- Certified Robotics Technician Level 2 -->
			<xs:enumeration value="1165" /><!-- Certified Robotics Technician Level 3 -->
			<xs:enumeration value="1166" /><!-- Certified Shading and Camera Operator -->
			<xs:enumeration value="1167" /><!-- Certified Stores and Stock Controller (CSSC) -->
			<xs:enumeration value="1168" /><!-- Certified Supply Chain Leader (CSCL) -->
			<xs:enumeration value="1169" /><!-- Certified Technical Director Using Video Production Switchers -->
			<xs:enumeration value="1170" /><!-- Certified User: Artist -->
			<xs:enumeration value="1171" /><!-- Certified User: VR Developer -->
			<xs:enumeration value="1172" /><!-- Certified Web Designer Associate (CWDSA) -->
			<xs:enumeration value="1173" /><!-- Cisco Certified Network Administrator (CCNA) -->
			<xs:enumeration value="1174" /><!-- Cisco Certified Support Technician Cybersecurity -->
			<xs:enumeration value="1175" /><!-- Cisco Certified Support Technician IT Support -->
			<xs:enumeration value="1176" /><!-- Cisco Certified Support Technician Networking -->
			<xs:enumeration value="1177" /><!-- CLA: C Programming Language Certified Associate -->
			<xs:enumeration value="1178" /><!-- Classic Credential: CNC Lathe II -->
			<xs:enumeration value="1179" /><!-- Classic Credential: Diemaking II -->
			<xs:enumeration value="1180" /><!-- Classic Credential: Diemaking III -->
			<xs:enumeration value="1181" /><!-- Classic Credential: Drill Press II -->
			<xs:enumeration value="1182" /><!-- Classic Credential: EDM II (2-Axis Wire) -->
			<xs:enumeration value="1183" /><!-- Classic Credential: EDM II (Plunge) -->
			<xs:enumeration value="1184" /><!-- Classic Credential: Grinding II (Cylindrical) -->
			<xs:enumeration value="1185" /><!-- Classic Credential: Grinding II (Surface) -->
			<xs:enumeration value="1186" /><!-- Classic Credential: Job Planning, Benchwork & Layout -->
			<xs:enumeration value="1187" /><!-- Classic Credential: Milling II -->
			<xs:enumeration value="1188" /><!-- Classic Credential: Moldmaking II -->
			<xs:enumeration value="1189" /><!-- Classic Credential: Moldmaking III -->
			<xs:enumeration value="1190" /><!-- Classic Credential: Screw Machine Operations II (Multi-Spindle) -->
			<xs:enumeration value="1191" /><!-- Classic Credential: Screw Machine Operations II (Single Spindle) -->
			<xs:enumeration value="1192" /><!-- Classic Credential: Screw Machine Setup and Operations III (Multi-Spindle) -->
			<xs:enumeration value="1193" /><!-- Classic Credential: Turning I (Between Centers) -->
			<xs:enumeration value="1194" /><!-- Classic Credential: Turning I (Chucking) -->
			<xs:enumeration value="1195" /><!-- Classic Credential: Turning II (Between Centers) -->
			<xs:enumeration value="1196" /><!-- Classic Credential: Turning II (Chucking) -->
			<xs:enumeration value="1197" /><!-- CLE: C Certified Entry-Level Programmer -->
			<xs:enumeration value="1198" /><!-- CNC 5-Axis Mill Operations -->
			<xs:enumeration value="1199" /><!-- CNC 5-Axis Mill Setup and Operations -->
			<xs:enumeration value="1200" /><!-- Commercial Driver’s License (CDL) -->
			<xs:enumeration value="1201" /><!-- CompTIA Cybersecurity Analyst (CySA+) -->
			<xs:enumeration value="1202" /><!-- Content Creation & Marketing Using Adobe Express -->
			<xs:enumeration value="1203" /><!-- County Jailer -->
			<xs:enumeration value="1204" /><!-- CPE: C++ Certified Entry-Level Programmer -->
			<xs:enumeration value="1205" /><!-- Digital Forensics Essentials (DFE) -->
			<xs:enumeration value="1206" /><!-- Dual CPC and CPB Certification -->
			<xs:enumeration value="1207" /><!-- Computer Hacking Forensic Investigator (CHFI) Certification -->
			<xs:enumeration value="1208" /><!-- Electronic Control Systems -->
			<xs:enumeration value="1209" /><!-- Electronic Health Record Certification (EHRC) -->
			<xs:enumeration value="1210" /><!-- Esthetician/Hair Weaving -->
			<xs:enumeration value="1211" /><!-- Esthetician/Manicurist -->
			<xs:enumeration value="1212" /><!-- Ethical Hacking Essentials (EHE) -->
			<xs:enumeration value="1213" /><!-- Eyelash Extension Specialist -->
			<xs:enumeration value="1214" /><!-- FAA Aviation Mechanic-Power Plant (AMT-P) -->
			<xs:enumeration value="1215" /><!-- FDM Certification for EDU - Level 1 -->
			<xs:enumeration value="1216" /><!-- Forensic Technician -->
			<xs:enumeration value="1217" /><!-- Forest Worker Credential -->
			<xs:enumeration value="1218" /><!-- Fundamental Payroll Certification (FPC) -->
			<xs:enumeration value="1219" /><!-- Fundamentals of Industrial Wiring -->
			<xs:enumeration value="1220" /><!-- Fundamentals of Robotics -->
			<xs:enumeration value="1221" /><!-- General Lines - Life, Accident, Health and HMO License -->
			<xs:enumeration value="1222" /><!-- Hair Weaving Specialist -->
			<xs:enumeration value="1223" /><!-- HVAC Support Technician Certificate -->
			<xs:enumeration value="1224" /><!-- I4.0 Smart System Operation -->
			<xs:enumeration value="1225" /><!-- Information Technology Specialist Cloud Computing -->
			<xs:enumeration value="1226" /><!-- Information Technology Specialist Computational Thinking -->
			<xs:enumeration value="1227" /><!-- Information Technology Specialist Cybersecurity -->
			<xs:enumeration value="1228" /><!-- Information Technology Specialist Device Configuration and Management -->
			<xs:enumeration value="1229" /><!-- Information Technology Specialist Network Security -->
			<xs:enumeration value="1230" /><!-- Information Technology Specialist Python -->
			<xs:enumeration value="1231" /><!-- Information Technology Specialist Software -->
			<xs:enumeration value="1232" /><!-- Interim Credential -->
			<xs:enumeration value="1233" /><!-- Introduction to Aerodynamics -->
			<xs:enumeration value="1234" /><!-- Introduction to Electricity -->
			<xs:enumeration value="1235" /><!-- Fundamentals of Electricity - AC/DC -->
			<xs:enumeration value="1236" /><!-- Introduction to Electronics -->
			<xs:enumeration value="1237" /><!-- Fundamentals of Fluid Power - Hydraulics/Pneumatics -->
			<xs:enumeration value="1238" /><!-- Introduction to Mechatronics -->
			<xs:enumeration value="1239" /><!-- Fundamentals of PLC's - Allen-Bradley/Siemens -->
			<xs:enumeration value="1240" /><!-- Intuit Certified Bookkeeping Professional -->
			<xs:enumeration value="1241" /><!-- Intuit Design for Delight Innovator -->
			<xs:enumeration value="1242" /><!-- ITIL 4 FOUNDATION -->
			<xs:enumeration value="1243" /><!-- Java SE Java Certified Foundations Associate -->
			<xs:enumeration value="1244" /><!-- Knowledge Pillars: AI Business Implementation Specialist (AIBIP) -->
			<xs:enumeration value="1245" /><!-- Knowledge Pillars: AI Industry Acceleration Specialist (AIIAS) -->
			<xs:enumeration value="1246" /><!-- Knowledge Pillars: C# Coding Specialist (CSCS) -->
			<xs:enumeration value="1247" /><!-- Knowledge Pillars: Coding in AI Specialist (CiAIS) -->
			<xs:enumeration value="1248" /><!-- Knowledge Pillars: Cyber Defense Specialist (CDS) -->
			<xs:enumeration value="1249" /><!-- Knowledge Pillars: HTML and CSS Coding Specialist (HCCS) -->
			<xs:enumeration value="1250" /><!-- Knowledge Pillars: JavaScript Coding Specialist (JSCS) -->
			<xs:enumeration value="1251" /><!-- Knowledge Pillars: Python Coding Apprentice (PCA) -->
			<xs:enumeration value="1252" /><!-- Knowledge Pillars: Python Coding Specialist (PCS) -->
			<xs:enumeration value="1253" /><!-- Knowledge Pillars: WordPress Certified Administrator (WCA) -->
			<xs:enumeration value="1254" /><!-- Knowledge Pillars: WordPress Certified Developer (WCD) -->
			<xs:enumeration value="1255" /><!-- Knowledge Pillars: WordPress Certified Editor (WCE) -->
			<xs:enumeration value="1256" /><!-- Licensed Service Technician -->
			<xs:enumeration value="1257" /><!-- Life Only Agent -->
			<xs:enumeration value="1258" /><!-- Limited Lines License -->
			<xs:enumeration value="1259" /><!-- Logistics & Transportation Operations Strategies (LTOS) -->
			<xs:enumeration value="1260" /><!-- Maintenance Technology -->
			<xs:enumeration value="1261" /><!-- Managing General Agent -->
			<xs:enumeration value="1262" /><!-- Masonry -->
			<xs:enumeration value="1263" /><!-- Meat Evaluation Certification -->
			<xs:enumeration value="1264" /><!-- Medical Coding and Billing Certification -->
			<xs:enumeration value="1265" /><!-- Mental Health Technician Certification (MHTC) -->
			<xs:enumeration value="1266" /><!-- Microsoft Certified: Azure Administrator Associate -->
			<xs:enumeration value="1267" /><!-- Microsoft Certified: Azure Solutions Architect Expert -->
			<xs:enumeration value="1268" /><!-- Network Cabling Specialist Copper-based Systems -->
			<xs:enumeration value="1269" /><!-- Network Defense Essentials (NDE) -->
			<xs:enumeration value="1270" /><!-- Nursing Assistant Certification (NAC) -->
			<xs:enumeration value="1271" /><!-- Online Marketing Certified Associate (OMCA) -->
			<xs:enumeration value="1272" /><!-- Personal Lines Property and Casualty Agent -->
			<xs:enumeration value="1273" /><!-- Physical Therapy Technician Certification (PTTC) -->
			<xs:enumeration value="1274" /><!-- Pipefitting -->
			<xs:enumeration value="1275" /><!-- Plumbing -->
			<xs:enumeration value="1276" /><!-- Private Security - Commissioned Security Officer -->
			<xs:enumeration value="1277" /><!-- Public Insurance Adjuster License -->
			<xs:enumeration value="1278" /><!-- Registered Dental Assistant (RDA) -->
			<xs:enumeration value="1279" /><!-- Registered Health Information Technician (RHIT) -->
			<xs:enumeration value="1280" /><!-- Registered Healthcare Documentation Specialist (RHDS) -->
			<xs:enumeration value="1281" /><!-- Residential Appliance Installer -->
			<xs:enumeration value="1282" /><!-- Residential Wireman -->
			<xs:enumeration value="1283" /><!-- Robot Operations I -->
			<xs:enumeration value="1284" /><!-- SFMA Turfgrass Science Certification -->
			<xs:enumeration value="1285" /><!-- sUAS Safety Level 1 -->
			<xs:enumeration value="1286" /><!-- Supply Chain Framework and Strategy (SCFS) -->
			<xs:enumeration value="1287" /><!-- Surplus Lines License -->
			<xs:enumeration value="1288" /><!-- Telecommunications Technologies -->
			<xs:enumeration value="1289" /><!-- Telecommunicator License -->
			<xs:enumeration value="1290" /><!-- Texas Certified Landscape Professional (TCLP) -->
			<xs:enumeration value="1291" /><!-- Texas Certified Water Smart Professional (TCWSP) -->
			<xs:enumeration value="1292" /><!-- Texas Property and Casualty License -->
			<xs:enumeration value="1293" /><!-- Toon Boom Associate Certification in Harmony Premium -->
			<xs:enumeration value="1294" /><!-- Toon Boom Associate Certification in Storyboarding Pro -->
			<xs:enumeration value="1295" /><!-- Tosa Adobe Illustrator (Advanced or Expert) -->
			<xs:enumeration value="1296" /><!-- Tosa Adobe InDesign (Advanced or Expert) -->
			<xs:enumeration value="1297" /><!-- Tosa Adobe Photoshop (Advanced or Expert) -->
			<xs:enumeration value="1298" /><!-- Tosa Adobe Premiere Pro (Advanced or Expert) -->
			<xs:enumeration value="1299" /><!-- Tosa Certification for Autodesk AutoCAD (Advanced or Expert) -->
			<xs:enumeration value="1300" /><!-- Tosa CyberCitizen (Advanced or Expert) -->
			<xs:enumeration value="1301" /><!-- Tosa Desktop Certified User for Google Workspace (Professional level) -->
			<xs:enumeration value="1302" /><!-- Tosa Desktop Certified User for Microsoft Office (Professional level) -->
			<xs:enumeration value="1303" /><!-- Tosa Google Sheets (Advanced or Expert) -->
			<xs:enumeration value="1304" /><!-- Tosa JavaScript (Advanced or Expert) -->
			<xs:enumeration value="1305" /><!-- Tosa Microsoft Excel (Advanced or Expert) -->
			<xs:enumeration value="1306" /><!-- Tosa Python (Advanced or Expert) -->
			<xs:enumeration value="1307" /><!-- Tosa Web Developer (Advanced or Expert) -->
			<xs:enumeration value="1308" /><!-- Transportation Dispatcher -->
			<xs:enumeration value="1309" /><!-- Visual Line of Sight Systems Ground -->
			<xs:enumeration value="1310" /><!-- Welding and Fabrication -->
			<xs:enumeration value="1311" /><!-- Welding Level 2 -->
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="PerfAckDualCreditType">
		<xs:sequence>
			<xs:element name="DualCreditCode" type="trex:PerfAckDualCreditCode" />
			<xs:element name="MetDate" type="trex:YMType" />
		</xs:sequence>
	</xs:complexType>

	<xs:simpleType name="PerfAckDualCreditCode">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- Student not acknowledged for Dual Credit -->
			<xs:enumeration value="1" /><!-- Acknowledgment for Associates degree -->
			<xs:enumeration value="2" /><!-- Acknowledgment for College credit hours -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="BilingualType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- Not receiving services -->
			<xs:enumeration value="1" /><!-- Participant in program or service -->
			<xs:enumeration value="2" /><!-- Transitional bilingual/early exit -->
			<xs:enumeration value="3" /><!-- Transitional bilingual/late exit -->
			<xs:enumeration value="4" /><!-- Dual language immersion/two-way -->
			<xs:enumeration value="5" /><!-- Dual language immersion/one-way -->
			<xs:enumeration value="042" /><!-- Transitional bilingual/early exit -->
			<xs:enumeration value="043" /><!-- Transitional bilingual/late exit -->
			<xs:enumeration value="044" /><!-- Dual language immersion/two-way -->
			<xs:enumeration value="045" /><!-- Dual language immersion/one-way -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="GiftedTalentedType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- Not receiving services. -->
			<xs:enumeration value="1" /><!-- Participant in program or service. -->
			<xs:enumeration value="2" /><!-- Furloughed from Gifted and Talented program; student identified but not participating in GT program. -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="QuartileType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="1" /><!-- Student is ranked in the top 25% (1-25%) of the graduating class. -->
			<xs:enumeration value="2" /><!-- Student is ranked in the top 50% (26-50%) of the graduating class. -->
			<xs:enumeration value="3" /><!-- Student is ranked in the top 75% (51-75%) of the graduating class. -->
			<xs:enumeration value="4" /><!-- Student is ranked in the lowest 25% (below 75%) of the graduating class. -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="RaceType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="1" /><!-- American Indian or Alaskan Native -->
			<xs:enumeration value="2" /><!-- Asian or Pacific Islander -->
			<xs:enumeration value="3" /><!-- Black, not of Hispanic origin -->
			<xs:enumeration value="4" /><!-- Hispanic -->
			<xs:enumeration value="5" /><!-- White, not of Hispanic origin -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="SemesterSeqType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- One semester course -->
			<xs:enumeration value="1" /><!-- First half of a two-semester course -->
			<xs:enumeration value="2" /><!-- Second half of a two-semester course -->
			<xs:enumeration value="3" /><!-- First third of a three-semester course -->
			<xs:enumeration value="4" /><!-- Second third of a three-semester course -->
			<xs:enumeration value="5" /><!-- Last third of a three-semester course -->
			<xs:enumeration value="6" /><!-- First fourth of a four-semester course -->
			<xs:enumeration value="7" /><!-- Second fourth of a four-semester course -->
			<xs:enumeration value="8" /><!-- Third fourth of a four-semester course -->
			<xs:enumeration value="9" /><!-- Last fourth of a four-semester course -->
			<xs:enumeration value="D0" /><!-- Single semester dual credit course -->
			<xs:enumeration value="D1" /><!-- First half of a two-semester dual credit course -->
			<xs:enumeration value="D2" /><!-- Second half of a two-semester dual credit course -->
			<xs:enumeration value="D3" /><!-- First third of a three-semester dual credit course -->
			<xs:enumeration value="D4" /><!-- Second third of a three-semester dual credit course -->
			<xs:enumeration value="D5" /><!-- Last third of a three-semester dual credit course -->
			<xs:enumeration value="D6" /><!-- First fourth of a four-semester dual credit course -->
			<xs:enumeration value="D7" /><!-- Second fourth of a four-semester dual credit course -->
			<xs:enumeration value="D8" /><!-- Third fourth of a four-semester dual credit course -->
			<xs:enumeration value="D9" /><!-- Last fourth of a four-semester dual credit course -->
			<xs:enumeration value="A" /><!-- Non-High School Year Long Course -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="SessionTypeType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="Semester" />
			<xs:enumeration value="Trimester" />
			<xs:enumeration value="Quarter" />
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="StateProvinceType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="TX" /><!-- Texas -->
			<xs:enumeration value="AA" /><!-- Military-Americas -->
			<xs:enumeration value="AB" /><!-- Alberta -->
			<xs:enumeration value="AE" /><!-- Military-Europe -->
			<xs:enumeration value="AK" /><!-- Alaska -->
			<xs:enumeration value="AL" /><!-- Alabama -->
			<xs:enumeration value="AP" /><!-- Military-Pacific -->
			<xs:enumeration value="AR" /><!-- Arkansas -->
			<xs:enumeration value="AS" /><!-- American Samoa -->
			<xs:enumeration value="AZ" /><!-- Arizona -->
			<xs:enumeration value="BC" /><!-- British Columbia -->
			<xs:enumeration value="CA" /><!-- California -->
			<xs:enumeration value="CO" /><!-- Colorado -->
			<xs:enumeration value="CT" /><!-- Connecticut -->
			<xs:enumeration value="CZ" /><!-- Canal Zone -->
			<xs:enumeration value="DC" /><!-- District Of Columbia -->
			<xs:enumeration value="DE" /><!-- Delaware -->
			<xs:enumeration value="FL" /><!-- Florida -->
			<xs:enumeration value="FM" /><!-- Federated States Of Micronesia -->
			<xs:enumeration value="GA" /><!-- Georgia -->
			<xs:enumeration value="GU" /><!-- Guam -->
			<xs:enumeration value="HI" /><!-- Hawaii -->
			<xs:enumeration value="IA" /><!-- Iowa -->
			<xs:enumeration value="ID" /><!-- Idaho -->
			<xs:enumeration value="IL" /><!-- Illinois -->
			<xs:enumeration value="IN" /><!-- Indiana -->
			<xs:enumeration value="KS" /><!-- Kansas -->
			<xs:enumeration value="KY" /><!-- Kentucky -->
			<xs:enumeration value="LA" /><!-- Louisiana -->
			<xs:enumeration value="MA" /><!-- Massachusetts -->
			<xs:enumeration value="MB" /><!-- Manitoba -->
			<xs:enumeration value="MD" /><!-- Maryland -->
			<xs:enumeration value="ME" /><!-- Maine -->
			<xs:enumeration value="MH" /><!-- Marshall Islands -->
			<xs:enumeration value="MI" /><!-- Michigan -->
			<xs:enumeration value="MN" /><!-- Minnesota -->
			<xs:enumeration value="MO" /><!-- Missouri -->
			<xs:enumeration value="MP" /><!-- Northern Mariana Islands -->
			<xs:enumeration value="MS" /><!-- Mississippi -->
			<xs:enumeration value="MT" /><!-- Montana -->
			<xs:enumeration value="NB" /><!-- New Brunswick -->
			<xs:enumeration value="NC" /><!-- North Carolina -->
			<xs:enumeration value="ND" /><!-- North Dakota -->
			<xs:enumeration value="NE" /><!-- Nebraska -->
			<xs:enumeration value="NF" /><!-- Newfoundland -->
			<xs:enumeration value="NH" /><!-- New Hampshire -->
			<xs:enumeration value="NJ" /><!-- New Jersey -->
			<xs:enumeration value="NL" /><!-- Newfoundland And Labrador -->
			<xs:enumeration value="NM" /><!-- New Mexico -->
			<xs:enumeration value="NS" /><!-- Nova Scotia -->
			<xs:enumeration value="NT" /><!-- Northwest Territories -->
			<xs:enumeration value="NU" /><!-- Nunavut -->
			<xs:enumeration value="NV" /><!-- Nevada -->
			<xs:enumeration value="NY" /><!-- New York -->
			<xs:enumeration value="OH" /><!-- Ohio -->
			<xs:enumeration value="OK" /><!-- Oklahoma -->
			<xs:enumeration value="ON" /><!-- Ontario -->
			<xs:enumeration value="OR" /><!-- Oregon -->
			<xs:enumeration value="PA" /><!-- Pennsylvania -->
			<xs:enumeration value="PE" /><!-- Prince Edward Island -->
			<xs:enumeration value="PR" /><!-- Puerto Rico -->
			<xs:enumeration value="PW" /><!-- Republic Of Palau -->
			<xs:enumeration value="QC" /><!-- Quebec -->
			<xs:enumeration value="RI" /><!-- Rhode Island -->
			<xs:enumeration value="SC" /><!-- South Carolina -->
			<xs:enumeration value="SD" /><!-- South Dakota -->
			<xs:enumeration value="SK" /><!-- Saskatchewan -->
			<xs:enumeration value="TN" /><!-- Tennessee -->
			<xs:enumeration value="UT" /><!-- Utah -->
			<xs:enumeration value="VA" /><!-- Virginia -->
			<xs:enumeration value="VI" /><!-- Virgin Islands -->
			<xs:enumeration value="VT" /><!-- Vermont -->
			<xs:enumeration value="WA" /><!-- Washington -->
			<xs:enumeration value="WI" /><!-- Wisconsin -->
			<xs:enumeration value="WV" /><!-- West Virginia -->
			<xs:enumeration value="WY" /><!-- Wyoming -->
			<xs:enumeration value="YT" /><!-- Yukon -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="SubjectAreaType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="ELA" /><!-- English Language Arts -->
			<xs:enumeration value="SP" /><!-- Speech -->
			<xs:enumeration value="MA" /><!-- Mathematics -->
			<xs:enumeration value="SC" /><!-- Science -->
			<xs:enumeration value="SS" /><!-- Social Studies -->
			<xs:enumeration value="ECFE" /><!-- Economics/Free Enterprise -->
			<xs:enumeration value="HL" /><!-- Health -->
			<xs:enumeration value="PE" /><!-- Physical Education or equivalent -->
			<xs:enumeration value="LOTE" /><!-- Language Other Than English -->
			<xs:enumeration value="FA" /><!-- Fine Arts -->
			<xs:enumeration value="TA" /><!-- Tech Applications -->
			<xs:enumeration value="CTE" /><!-- Career and Technical Education -->
			<xs:enumeration value="EL" /><!-- Other Electives -->
			<xs:enumeration value="LC" /><!-- Local Credit -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="SuffixType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="1" /><!-- Jr. -->
			<xs:enumeration value="2" /><!-- Sr. -->
			<xs:enumeration value="3" /><!-- II -->
			<xs:enumeration value="4" /><!-- III -->
			<xs:enumeration value="5" /><!-- IV -->
			<xs:enumeration value="6" /><!-- V -->
			<xs:enumeration value="7" /><!-- VI -->
			<xs:enumeration value="8" /><!-- VII -->
			<xs:enumeration value="9" /><!-- VIII -->
			<xs:enumeration value="A" /><!-- I -->
			<xs:enumeration value="B" /><!-- IX -->
			<xs:enumeration value="C" /><!-- X -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="TestCodeType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="A" /><!-- Absent -->
			<xs:enumeration value="B" /><!-- Score code defaulted to B  (Reading, grades K-1) -->
			<xs:enumeration value="C" /><!-- Student did not take paper-version reading test and an online-version reading test for student could not be matched to paper-version record. -->
			<xs:enumeration value="D" /><!-- No information available for this subject -->
			<xs:enumeration value="E" /><!-- Extenuating Circumstances, do not score (Reading, grades K-1) -->
			<xs:enumeration value="G" /><!-- Student Information provided from TAKS-Alt -->
			<xs:enumeration value="I" /><!-- TAKS Inclusive test was administered -->
			<xs:enumeration value="L" /><!-- Student is LEP-exempt -->
			<xs:enumeration value="M" /><!-- Medical Exception -->
			<xs:enumeration value="N" /><!-- No Authentic Academic Response -->
			<xs:enumeration value="O" /><!-- Other -->
			<xs:enumeration value="P" /><!-- Previously Met Standards -->
			<xs:enumeration value="Q" /><!-- Student did not take TAKS Reading test; do not score -->
			<xs:enumeration value="R" /><!-- ARD Committee determined TAKS Reading is not appropriate for student -->
			<xs:enumeration value="S" /><!-- Student Test was Scored -->
			<xs:enumeration value="T" /><!-- State-approved alternate assessment administered instead of TAKS Reading -->
			<xs:enumeration value="W" /><!-- Parental Waiver -->
			<xs:enumeration value="X" /><!-- Student is ARD-exempt; do not score -->
			<xs:enumeration value="Y" /><!-- Student did not take English-version Reading test; do not score -->
			<xs:enumeration value="Z" /><!-- Student did not take Spanish-version Reading test; do not score -->
			<xs:enumeration value="*" /><!-- No information available for this subject -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="PerformanceLevelType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- NA - Not Applicable -->
			<xs:enumeration value="1" /><!-- I - Developing or Unsatisfactory Academic Performance, Level I -->
			<xs:enumeration value="2" /><!-- II - Satisfactory Academic Performance, Level II -->
			<xs:enumeration value="3" /><!-- III - Accomplished or Advanced Academic Performance, Level III -->
			<xs:enumeration value="4" /><!-- M - Met Transition Rule Standard -->
			<xs:enumeration value="6" /><!-- S - Substitute Assessment -->
			<xs:enumeration value="7" /><!-- DidNotMeet - Unsatisfactory Academic Performance, Level I (STAAR Alternate) or Did Not Meet Grade Level Performance -->
			<xs:enumeration value="8" /><!-- Approaches - Approaches Grade Level Performance (Not available for use for STAAR Alternate) -->
			<xs:enumeration value="9" /><!-- Meets - Satisfactory Academic Performance, Level II (STAAR Alternate) or Meets Grade Level Performance -->
			<xs:enumeration value="A" /><!-- Masters - Accomplished or Advanced Academic Performance, Level III (STAAR Alternate) or Masters Grade Level Performance -->
			<xs:enumeration value="B" /><!-- 2020 Waived - STAAR testing requirements waived for administrations for the 2019-2020 school year -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="TestNameType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="01" /><!-- Texas Primary Reading Inventory (Grades K-2) -->
			<xs:enumeration value="02" /><!-- El Inventario de Lectura en Espanol de Tejas (Grades K-2) -->
			<xs:enumeration value="03" /><!-- Texas English Language Proficiency Assessment System (TELPAS) reading (Grades K-12) -->
			<xs:enumeration value="04" /><!-- Spanish-version TAKS Reading (Grades 3-5) -->
			<xs:enumeration value="05" /><!-- TAKS Reading (Grades 3-9) -->
			<xs:enumeration value="06" /><!-- TAKS Mathematics (Grades 3-10) -->
			<xs:enumeration value="07" /><!-- TAKS Writing (Grades 4 and 7) -->
			<xs:enumeration value="08" /><!-- TAKS Science (Grades 5,8, and 10) -->
			<xs:enumeration value="09" /><!-- TAKS English Language Arts (Grade 10) -->
			<xs:enumeration value="10" /><!-- TAKS Social Studies (Grades 8 and 10) -->
			<xs:enumeration value="11" /><!-- TAKS Exit Level Mathematics -->
			<xs:enumeration value="12" /><!-- TAKS Exit Level Science -->
			<xs:enumeration value="13" /><!-- TAKS Exit Level Language Arts -->
			<xs:enumeration value="14" /><!-- TAKS Exit Level Social Studies -->
			<xs:enumeration value="15" /><!-- State Developed Alternative assessment -->
			<xs:enumeration value="16" /><!-- TELPAS writing (Grades K-12) -->
			<xs:enumeration value="17" /><!-- TELPAS speaking (Grades K-12) -->
			<xs:enumeration value="18" /><!-- TELPAS listening (Grades K-12) -->
			<xs:enumeration value="19" /><!-- TAKS (Accommodated) Reading (Grades 3-9) -->
			<xs:enumeration value="20" /><!-- TAKS (Accommodated) Mathematics (Grades 3-10) -->
			<xs:enumeration value="21" /><!-- TAKS (Accommodated) Writing (Grades 4, 7) -->
			<xs:enumeration value="22" /><!-- TAKS (Accommodated) Science (Grades 5, 8, 10) -->
			<xs:enumeration value="23" /><!-- TAKS (Accommodated) English Language Arts (Grade 10) -->
			<xs:enumeration value="24" /><!-- TAKS (Accommodated) Social Studies (Grades 8, 10) -->
			<xs:enumeration value="25" /><!-- TAKS (Accommodated) Exit Level Mathematics -->
			<xs:enumeration value="26" /><!-- TAKS (Accommodated) Exit Level Science -->
			<xs:enumeration value="27" /><!-- TAKS (Accommodated) Exit Level English Language Arts -->
			<xs:enumeration value="28" /><!-- TAKS (Accommodated) Exit Level Social Studies -->
			<xs:enumeration value="29" /><!-- TAKS-M Reading (Grades 3-9) -->
			<xs:enumeration value="30" /><!-- TAKS-M Mathematics (Grades 3-11) -->
			<xs:enumeration value="31" /><!-- TAKS-M Writing (Grades 4, 7) -->
			<xs:enumeration value="32" /><!-- TAKS-M Science (Grades 5, 8, 10, 11) -->
			<xs:enumeration value="33" /><!-- TAKS-M English Language Arts (Grades 10, 11) -->
			<xs:enumeration value="34" /><!-- TAKS-M Social Studies (Grades 8, 10, 11) -->
			<xs:enumeration value="35" /><!-- TAKS-Alt Reading (Grades 3-9) -->
			<xs:enumeration value="36" /><!-- TAKS-Alt Mathematics (Grades 3-11) -->
			<xs:enumeration value="37" /><!-- TAKS-Alt Writing (Grades 4, 7) -->
			<xs:enumeration value="38" /><!-- TAKS-Alt Science (Grades 5, 8 , 10,11) -->
			<xs:enumeration value="39" /><!-- TAKS-Alt English Language Arts (Grades 10, 11) -->
			<xs:enumeration value="40" /><!-- TAKS-Alt Social Studies (Grades 8, 10, 11) -->
			<xs:enumeration value="41"><!-- EOC Algebra I -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'E6'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="42"><!-- EOC Geometry -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'E7'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="43"><!-- EOC Biology -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'E9'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="44"><!-- EOC Chemistry -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'EA'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="45"><!-- EOC U.S.History -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'EC'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="46"><!-- EOC Physics -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'EB'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="47"><!-- EOC World Geography -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'EF'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="48"><!-- EOC English I -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'H0'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="49"><!-- EOC Algebra II -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'E8'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="50"><!-- EOC English II -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'H1'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="51"><!-- EOC World History -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'ED'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="52"><!-- EOC English III -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'H2'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="53" /><!-- Linguistically Accommodated Testing (LAT) TAKS Reading (Grades 3-8) -->
			<xs:enumeration value="54" /><!-- Spanish-version LAT TAKS Reading (Grades 3-5) -->
			<xs:enumeration value="55" /><!-- Spanish-version TAKS Mathematics (Grades 3-5) -->
			<xs:enumeration value="56" /><!-- LAT TAKS Mathematics (Grades 3-8, 10) -->
			<xs:enumeration value="57" /><!-- Spanish-version LAT TAKS Mathematics (Grades 3-5) -->
			<xs:enumeration value="58" /><!-- Spanish-version TAKS Writing (Grade 4) -->
			<xs:enumeration value="59" /><!-- Spanish-version TAKS Science (Grade 5) -->
			<xs:enumeration value="60" /><!-- LAT TAKS Science (Grades 5, 8, 10) -->
			<xs:enumeration value="61" /><!-- Spanish-version LAT TAKS Science (Grade 5) -->
			<xs:enumeration value="62" /><!-- LAT TAKS English Language Arts (Grade 10) -->
			<xs:enumeration value="63" /><!-- Spanish-version TAKS (Accommodated) Reading (Grades 3-5) -->
			<xs:enumeration value="64" /><!-- Spanish-version TAKS (Accommodated) Mathematics (Grades 3-5) -->
			<xs:enumeration value="65" /><!-- Spanish-version TAKS (Accommodated) Writing (Grade 4) -->
			<xs:enumeration value="66" /><!-- Spanish-version TAKS (Accommodated) Science (Grade 5) -->
			<xs:enumeration value="67" /><!-- LAT TAKS-M Reading (Grades 3-8) -->
			<xs:enumeration value="68" /><!-- LAT TAKS-M Mathematics (Grades 3-8, 10) -->
			<xs:enumeration value="69" /><!-- LAT TAKS-M Science (Grades 5, 8, 10) -->
			<xs:enumeration value="70" /><!-- LAT TAKS-M English Language Arts (Grade 10) -->
			<xs:enumeration value="71"><!-- EOC English I Reading -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'E0'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="72"><!-- EOC English I Writing -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'E1'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="73"><!-- EOC English II Reading -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'E2'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="74"><!-- EOC English II Writing -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'E3'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="75"><!-- EOC English III Reading -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'E4'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="76"><!-- EOC English III Writing -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'E5'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="77" /><!-- TELPAS Reading (Grades K-12) -->
			<xs:enumeration value="78" /><!-- TAKS Exit Level Mathematics - Substitution -->
			<xs:enumeration value="79" /><!-- TAKS Exit Level Science - Substitution -->
			<xs:enumeration value="80" /><!-- TAKS Exit Level Language Arts - Substitution -->
			<xs:enumeration value="81" /><!-- TAKS Exit Level Social Studies - Substitution -->
			<xs:enumeration value="A0" /><!-- Grade 3 English Reading -->
			<xs:enumeration value="A1" /><!-- Grade 3 English Mathematics -->
			<xs:enumeration value="A2" /><!-- Grade 3 Spanish Reading -->
			<xs:enumeration value="A3" /><!-- Grade 3 Spanish Mathematics -->
			<xs:enumeration value="A4" /><!-- Grade 4 English Reading -->
			<xs:enumeration value="A5" /><!-- Grade 4 English Mathematics -->
			<xs:enumeration value="A6" /><!-- Grade 4 English Writing -->
			<xs:enumeration value="A7" /><!-- Grade 4 Spanish Reading -->
			<xs:enumeration value="A8" /><!-- Grade 4 Spanish Mathematics -->
			<xs:enumeration value="A9" /><!-- Grade 4 Spanish Writing -->
			<xs:enumeration value="AA" /><!-- Grade 5 English Reading -->
			<xs:enumeration value="AB" /><!-- Grade 5 English Mathematics -->
			<xs:enumeration value="AC" /><!-- Grade 5 English Science -->
			<xs:enumeration value="AD" /><!-- Grade 5 Spanish Reading -->
			<xs:enumeration value="AE" /><!-- Grade 5 Spanish Mathematics -->
			<xs:enumeration value="AF" /><!-- Grade 5 Spanish Science -->
			<xs:enumeration value="AG" /><!-- Grade 6 Reading -->
			<xs:enumeration value="AH" /><!-- Grade 6 Mathematics -->
			<xs:enumeration value="AJ" /><!-- Grade 7 Reading -->
			<xs:enumeration value="AK" /><!-- Grade 7 Mathematics -->
			<xs:enumeration value="AL" /><!-- Grade 7 Writing -->
			<xs:enumeration value="AM" /><!-- Grade 8 Reading -->
			<xs:enumeration value="AN" /><!-- Grade 8 Mathematics -->
			<xs:enumeration value="AP" /><!-- Grade 8 Science -->
			<xs:enumeration value="AQ" /><!-- Grade 8 Social Studies -->
			<xs:enumeration value="B0" /><!-- Grade 3 Mathematics (STAAR L) -->
			<xs:enumeration value="B1" /><!-- Grade 4 Mathematics (STAAR L) -->
			<xs:enumeration value="B2" /><!-- Grade 5 Mathematics (STAAR L) -->
			<xs:enumeration value="B3" /><!-- Grade 5 Science (STAAR L) -->
			<xs:enumeration value="B4" /><!-- Grade 6 Mathematics (STAAR L) -->
			<xs:enumeration value="B5" /><!-- Grade 7 Mathematics (STAAR L) -->
			<xs:enumeration value="B6" /><!-- Grade 8 Mathematics (STAAR L) -->
			<xs:enumeration value="B7" /><!-- Grade 8 Science (STAAR L) -->
			<xs:enumeration value="B8" /><!-- Grade 8 Social Studies (STAAR L) -->
			<xs:enumeration value="C0" /><!-- Grade 3 Reading (Modified) -->
			<xs:enumeration value="C1" /><!-- Grade 3 Mathematics (Modified) -->
			<xs:enumeration value="C2" /><!-- Grade 4 Reading (Modified) -->
			<xs:enumeration value="C3" /><!-- Grade 4 Mathematics (Modified) -->
			<xs:enumeration value="C4" /><!-- Grade 4 Writing (Modified) -->
			<xs:enumeration value="C5" /><!-- Grade 5 Reading (Modified) -->
			<xs:enumeration value="C6" /><!-- Grade 5 Mathematics (Modified) -->
			<xs:enumeration value="C7" /><!-- Grade 5 Science (Modified) -->
			<xs:enumeration value="C8" /><!-- Grade 6 Reading (Modified) -->
			<xs:enumeration value="C9" /><!-- Grade 6 Mathematics (Modified) -->
			<xs:enumeration value="CA" /><!-- Grade 7 Reading (Modified) -->
			<xs:enumeration value="CB" /><!-- Grade 7 Mathematics (Modified) -->
			<xs:enumeration value="CC" /><!-- Grade 7 Writing (Modified) -->
			<xs:enumeration value="CD" /><!-- Grade 8 Reading (Modified) -->
			<xs:enumeration value="CE" /><!-- Grade 8 Mathematics (Modified) -->
			<xs:enumeration value="CF" /><!-- Grade 8 Science (Modified) -->
			<xs:enumeration value="CG" /><!-- Grade 8 Social Studies (Modified) -->
			<xs:enumeration value="D0" /><!-- Grade 3 Reading (Alternate) -->
			<xs:enumeration value="D1" /><!-- Grade 3 Mathematics (Alternate) -->
			<xs:enumeration value="D2" /><!-- Grade 4 Reading (Alternate) -->
			<xs:enumeration value="D3" /><!-- Grade 4 Mathematics (Alternate) -->
			<xs:enumeration value="D4" /><!-- Grade 4 Writing (Alternate) -->
			<xs:enumeration value="D5" /><!-- Grade 5 Reading (Alternate) -->
			<xs:enumeration value="D6" /><!-- Grade 5 Mathematics (Alternate) -->
			<xs:enumeration value="D7" /><!-- Grade 5 Science (Alternate) -->
			<xs:enumeration value="D8" /><!-- Grade 6 Reading (Alternate) -->
			<xs:enumeration value="D9" /><!-- Grade 6 Mathematics (Alternate) -->
			<xs:enumeration value="DA" /><!-- Grade 7 Reading (Alternate) -->
			<xs:enumeration value="DB" /><!-- Grade 7 Mathematics (Alternate) -->
			<xs:enumeration value="DC" /><!-- Grade 7 Writing (Alternate) -->
			<xs:enumeration value="DD" /><!-- Grade 8 Reading (Alternate) -->
			<xs:enumeration value="DE" /><!-- Grade 8 Mathematics (Alternate) -->
			<xs:enumeration value="DF" /><!-- Grade 8 Science (Alternate) -->
			<xs:enumeration value="DG" /><!-- Grade 8 Social Studies (Alternate) -->
			<xs:enumeration value="E0"><!-- English I Reading (EOC) -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'EG'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="E1"><!-- English I Writing (EOC) -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'EG'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="E2"><!-- English II Reading (EOC) -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'EH'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="E3"><!-- English II Writing (EOC) -->
				<xs:annotation>
					<xs:documentation>Deprecated: Use code 'EH'</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="E4" /><!-- English III Reading (EOC) -->
			<xs:enumeration value="E5" /><!-- English III Writing (EOC) -->
			<xs:enumeration value="E6" /><!-- Algebra I (EOC) -->
			<xs:enumeration value="E7" /><!-- Geometry (EOC) -->
			<xs:enumeration value="E8" /><!-- Algebra II (EOC) -->
			<xs:enumeration value="E9" /><!-- Biology (EOC) -->
			<xs:enumeration value="EA" /><!-- Chemistry (EOC) -->
			<xs:enumeration value="EB" /><!-- Physics (EOC) -->
			<xs:enumeration value="EC" /><!-- U.S. History (EOC) -->
			<xs:enumeration value="ED" /><!-- World History (EOC) -->
			<xs:enumeration value="EF" /><!-- World Geography (EOC) -->
			<xs:enumeration value="EG" /><!-- English I (EOC) -->
			<xs:enumeration value="EH" /><!-- English II (EOC) -->
			<xs:enumeration value="EJ" /><!-- English III (EOC) -->
			<xs:enumeration value="F0" /><!-- Algebra I (EOC, STAAR L) -->
			<xs:enumeration value="F1" /><!-- Geometry (EOC, STAAR L) -->
			<xs:enumeration value="F2" /><!-- Algebra II (EOC, STAAR L) -->
			<xs:enumeration value="F3" /><!-- Biology (EOC, STAAR L) -->
			<xs:enumeration value="F4" /><!-- Chemistry (EOC, STAAR L) -->
			<xs:enumeration value="F5" /><!-- Physics (EOC, STAAR L) -->
			<xs:enumeration value="F6" /><!-- U.S. History (EOC, STAAR L) -->
			<xs:enumeration value="F7" /><!-- World History (EOC, STAAR L) -->
			<xs:enumeration value="F8" /><!-- World Geography (EOC, STAAR L) -->
			<xs:enumeration value="G0" /><!-- English I Reading (EOC, Modified) -->
			<xs:enumeration value="G1" /><!-- English I Writing (EOC, Modified) -->
			<xs:enumeration value="G2" /><!-- English II Reading (EOC, Modified) -->
			<xs:enumeration value="G3" /><!-- English II Writing (EOC, Modified) -->
			<xs:enumeration value="G4" /><!-- English III Reading (EOC, Modified) -->
			<xs:enumeration value="G5" /><!-- English III Writing (EOC, Modified) -->
			<xs:enumeration value="G6" /><!-- Algebra I (EOC, Modified) -->
			<xs:enumeration value="G7" /><!-- Geometry (EOC, Modified) -->
			<xs:enumeration value="G8" /><!-- Biology (EOC, Modified) -->
			<xs:enumeration value="G9" /><!-- U.S. History (EOC, Modified) -->
			<xs:enumeration value="GA" /><!-- World History (EOC, Modified) -->
			<xs:enumeration value="GB" /><!-- World Geography (EOC, Modified) -->
			<xs:enumeration value="GC" /><!-- English I (EOC, Modified) -->
			<xs:enumeration value="GD" /><!-- English II (EOC, Modified) -->
			<xs:enumeration value="H0" /><!-- English I (EOC, Alternate) -->
			<xs:enumeration value="H1" /><!-- English II (EOC, Alternate) -->
			<xs:enumeration value="H2" /><!-- English III (EOC, Alternate) -->
			<xs:enumeration value="H3" /><!-- Algebra I (EOC, Alternate) -->
			<xs:enumeration value="H4" /><!-- Geometry (EOC, Alternate) -->
			<xs:enumeration value="H5" /><!-- Biology (EOC, Alternate) -->
			<xs:enumeration value="H6" /><!-- U.S. History (EOC, Alternate) -->
			<xs:enumeration value="H7" /><!-- World History (EOC, Alternate) -->
			<xs:enumeration value="H8" /><!-- World Geography (EOC, Alternate) -->
			<xs:enumeration value="J0" /><!-- English I (EOC, STAAR Alternate 2) -->
			<xs:enumeration value="J1" /><!-- English II (EOC, STAAR Alternate 2) -->
			<xs:enumeration value="J2" /><!-- Algebra I (EOC, STAAR Alternate 2) -->
			<xs:enumeration value="J3" /><!-- Biology (EOC, STAAR Alternate 2) -->
			<xs:enumeration value="J4" /><!-- U.S. History (EOC, STAAR Alternate 2) -->
			<xs:enumeration value="JA" /><!-- Grade 3 Reading (Alternate 2) -->
			<xs:enumeration value="JB" /><!-- Grade 3 Mathematics (Alternate 2) -->
			<xs:enumeration value="JC" /><!-- Grade 4 Reading (Alternate 2) -->
			<xs:enumeration value="JD" /><!-- Grade 4 Mathematics (Alternate 2) -->
			<xs:enumeration value="JE" /><!-- Grade 4 Writing (Alternate 2) -->
			<xs:enumeration value="JF" /><!-- Grade 5 Reading (Alternate 2) -->
			<xs:enumeration value="JG" /><!-- Grade 5 Mathematics (Alternate 2) -->
			<xs:enumeration value="JH" /><!-- Grade 5 Science (Alternate 2) -->
			<xs:enumeration value="JJ" /><!-- Grade 6 Reading (Alternate 2) -->
			<xs:enumeration value="JK" /><!-- Grade 6 Mathematics (Alternate 2) -->
			<xs:enumeration value="JL" /><!-- Grade 7 Reading (Alternate 2) -->
			<xs:enumeration value="JM" /><!-- Grade 7 Mathematics (Alternate 2) -->
			<xs:enumeration value="JN" /><!-- Grade 7 Writing (Alternate 2) -->
			<xs:enumeration value="JP" /><!-- Grade 8 Reading (Alternate 2) -->
			<xs:enumeration value="JQ" /><!-- Grade 8 Mathematics (Alternate 2) -->
			<xs:enumeration value="JR" /><!-- Grade 8 Science (Alternate 2) -->
			<xs:enumeration value="JS" /><!-- Grade 8 Social Studies (Alternate 2) -->
			<xs:enumeration value="K0" /><!-- English I (EOC, STAAR A) -->
			<xs:enumeration value="K1" /><!-- English II (EOC, STAAR A) -->
			<xs:enumeration value="K2" /><!-- Algebra I (EOC, STAAR A) -->
			<xs:enumeration value="K3" /><!-- Biology (EOC, STAAR A) -->
			<xs:enumeration value="K4" /><!-- U.S. History (EOC, STAAR A) -->
			<xs:enumeration value="KA" /><!-- Grade 3 Reading (STAAR A) -->
			<xs:enumeration value="KB" /><!-- Grade 3 Mathematics (STAAR A) -->
			<xs:enumeration value="KC" /><!-- Grade 4 Reading (STAAR A) -->
			<xs:enumeration value="KD" /><!-- Grade 4 Mathematics (STAAR A) -->
			<xs:enumeration value="KE" /><!-- Grade 4 Writing (STAAR A) -->
			<xs:enumeration value="KF" /><!-- Grade 5 Reading (STAAR A) -->
			<xs:enumeration value="KG" /><!-- Grade 5 Mathematics (STAAR A) -->
			<xs:enumeration value="KH" /><!-- Grade 5 Science (STAAR A) -->
			<xs:enumeration value="KJ" /><!-- Grade 6 Reading (STAAR A) -->
			<xs:enumeration value="KK" /><!-- Grade 6 Mathematics (STAAR A) -->
			<xs:enumeration value="KL" /><!-- Grade 7 Reading (STAAR A) -->
			<xs:enumeration value="KM" /><!-- Grade 7 Mathematics (STAAR A) -->
			<xs:enumeration value="KN" /><!-- Grade 7 Writing (STAAR A) -->
			<xs:enumeration value="KP" /><!-- Grade 8 Reading (STAAR A) -->
			<xs:enumeration value="KQ" /><!-- Grade 8 Mathematics (STAAR A) -->
			<xs:enumeration value="KR" /><!-- Grade 8 Science (STAAR A) -->
			<xs:enumeration value="KS" /><!-- Grade 8 Social Studies (STAAR A) -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="TexasGrantType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="1" /><!-- Student is on track to complete the requirements of the SBOE-approved Recommended High School Program. -->
			<xs:enumeration value="2" /><!-- Student is on track to complete the requirements of the SBOE-approved Distinguished High School Program. -->
			<xs:enumeration value="3" /><!-- Student is on track to complete the requirements of the SBOE-approved Minimum High School Program. -->
			<xs:enumeration value="4" /><!-- Student is exempt from requirements to complete at least the requirements of the SBOE-approved Recommended High School Program. -->
			<xs:enumeration value="5" /><!-- Student is on track to complete the portion of the recommended graduation program that is available to the student at a high school that certifies to the commissioner of education that not all the necessary courses for the recommended program were offered (TEC 51.803(d)(2) and 56.304(f)(1)) -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="TitleIType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="0" /><!-- Student attends a school that is not designated by district as Title I, Part A and student doesn’t receive any Title 1, Part A funded services, or student attends a Title I, Part A targeted assistance school, but doesn't presently participate in Title I, Part A funded services and has not previously participated in Title I, Part A services at the school in which the student is currently enrolled. -->
			<xs:enumeration value="A" /><!-- The student resides in a facility for the neglected, attends a non-Title I campus, and receives Title I, Part A services through a Title I, Part A program that is run through the central administration office. -->
			<xs:enumeration value="6" /><!-- The student attends a Title I, Part A schoolwide program school. -->
			<xs:enumeration value="7" /><!-- The student attends a Title I, Part A targeted assistance school and participates in Title I, Part A programs and/or services. -->
			<xs:enumeration value="8" /><!-- The student attends a Title I, Part A targeted assistance school and does not currently participate in Title I, Part A programs and/or services, but previously participated in Title I, Part A programs and/or services at this school. -->
			<xs:enumeration value="9" /><!-- Student does not attend a school that is designated by the district as a Title I, Part A school; however, the student receives Title I, Part A services because the student is homeless. -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="TX-BehaviorLocationType"><!-- Code table ID TCXX1 (PEIMS: C190) -->
		<xs:restriction base="xs:token">
			<xs:enumeration value="00" /><!-- Not Applicable -->
			<xs:enumeration value="01" /><!-- On Campus -->
			<xs:enumeration value="02" /><!-- Off Campus, but within 300 feet of campus property line -->
			<xs:enumeration value="03" /><!-- Off Campus, but at a school sponsored or school related activity -->
			<xs:enumeration value="04" /><!-- Off Campus, and further than 300 feet from the campus boundary (Student was not in attendance at a school sponsored or school related activity) -->
			<xs:enumeration value="05" /><!-- On campus of another school district, or while in attendance at a school sponsored or school related activity of another school district -->
			<xs:enumeration value="06" /><!-- On School Property or on Public Property within 500 Feet of School Property – use only with Behavior 711 new code -->
		</xs:restriction>		
	</xs:simpleType>

	<xs:simpleType name="TX-DisciplineActionLengthDifferenceReasonType"><!-- Code table ID TCXX2 (PEIMS: C166) -->
		<xs:restriction base="xs:token">
			<xs:enumeration value="00" /><!-- No Difference Between Official And Actual Lengths Of Disciplinary Assignments -->
			<xs:enumeration value="01" /><!-- Term Modified By District -->
			<xs:enumeration value="02" /><!-- Term Modified By Court Order -->
			<xs:enumeration value="03" /><!-- Term Modified By Mutual Agreement Of District, Student, And/Or Parents -->
			<xs:enumeration value="04" /><!-- Student Completed Term Requirements Sooner Than Expected -->
			<xs:enumeration value="05" /><!-- Student Incarcerated -->
			<xs:enumeration value="06" /><!-- Term Decreased Due To Extenuating Health-Related Circumstances -->
			<xs:enumeration value="07" /><!-- Student Withdrew From School -->
			<xs:enumeration value="08" /><!-- School Year Ended Before Completion Of Disciplinary Action Assignment -->
			<xs:enumeration value="09" /><!-- Continuation Of Previous Year’s Disciplinary Action Assignment -->
			<xs:enumeration value="10" /><!-- Term Modified By Placement Program Due To Student Behavior While In The Placement -->
			<xs:enumeration value="11" /><!-- Term Modified By District - Disciplinary Alternative Education Program Capacity -->
			<xs:enumeration value="12" /><!-- Parental Involvement Behavioral Agreement -->
			<xs:enumeration value="99" /><!-- Other -->		
		</xs:restriction>		
	</xs:simpleType>

	<xs:simpleType name="WithdrawReasonType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="01" /><!-- Graduated From A Campus In This District Or Charter -->
			<xs:enumeration value="03" /><!-- Died -->
			<xs:enumeration value="08" /><!-- Pregnancy -->
			<xs:enumeration value="16" /><!-- Return to Home Country -->
			<xs:enumeration value="20" /><!-- Medical Injury -->
			<xs:enumeration value="24" /><!-- College, Pursue Associate’s or Bachelor’s Degree -->
			<xs:enumeration value="60" /><!-- Home Schooling -->
			<xs:enumeration value="66" /><!-- Removed-Child Protective Srvs -->
			<xs:enumeration value="78" /><!-- Expelled For Offense Under TEC 37.007, Cannot Return -->
			<xs:enumeration value="81" /><!-- Enrolled In TX Private School -->
			<xs:enumeration value="82" /><!-- Enrolled In School Outside Texas -->
			<xs:enumeration value="83" /><!-- Withdrawn By District Because Not Entitled to Enroll -->
			<xs:enumeration value="85" /><!-- Graduated Outside Texas Before Entering A Texas Public School-Entered A Texas Public School-Left Again -->
			<xs:enumeration value="86" /><!-- GED outside Texas -->
			<xs:enumeration value="87" /><!-- Enrolled in University High School Diploma Program -->
			<xs:enumeration value="88" /><!-- Court-ordered to a GED program, has not earned a GED -->
			<xs:enumeration value="89" /><!-- Incarcerated in a state jail or federal penitentiary as an adult -->
			<xs:enumeration value="90" /><!-- Graduated from another state under provisions of the Interstate Compact on Education Opportunity for Military Children -->
			<xs:enumeration value="98" /><!-- Other -->
			<xs:enumeration value="99" /><!-- Transferred to another district -->
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="DistinguishedAchievementType">
		<xs:sequence>
			<xs:element name="AdvancedMeasure" type="trex:AdvancedMeasureType" minOccurs="0" maxOccurs="12" />
		</xs:sequence>
	</xs:complexType>

	<xs:simpleType name="AdvancedMeasureType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="A" /><!-- Original research/project -->
			<xs:enumeration value="B" /><!-- AP score 3 or above -->
			<xs:enumeration value="C" /><!-- B score 4 or above. -->
			<xs:enumeration value="D" /><!-- Qualifying PSAT score -->
			<xs:enumeration value="E" /><!-- College course - 3.0 or higher -->
			<xs:enumeration value="F" /><!-- Articulated course - 3.0 or higher -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="IGCCodeType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="00" /><!-- Not Applicable. -->
			<xs:enumeration value="01" /><!-- IGC established, not graduated. -->
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="DualLanguageImmersionType">
		<xs:sequence>
			<xs:element name="ImmersionYear" type="trex:DualLanguageImmersionYearCode" />
			<xs:element name="ImmersionLanguage" type="trex:DualLanguageImmersionLanguageCode" minOccurs="0" />
			<xs:element name="AssessmentMetDate" type="trex:YMType" minOccurs="0" />
			<xs:element name="CompletionSchoolYear" type="trex:YearRangeType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>

	<xs:simpleType name="DualLanguageImmersionYearCode">
		<xs:restriction base="xs:token">
			<xs:enumeration value="00" /><!-- Not in a Dual Language Immersion Program -->
			<xs:enumeration value="01" /><!-- First Year in a Dual Language Immersion Program -->
			<xs:enumeration value="02" /><!-- Second Year in a Dual Language Immersion Program -->
			<xs:enumeration value="03" /><!-- Third Year in a Dual Language Immersion Program -->
			<xs:enumeration value="04" /><!-- Fourth Year in a Dual Language Immersion Program -->
			<xs:enumeration value="05" /><!-- Fifth Year in a Dual Language Immersion Program -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="DualLanguageImmersionLanguageCode">
		<xs:restriction base="xs:token">
			<xs:enumeration value="01" /><!-- American Sign Language -->
			<xs:enumeration value="02" /><!-- Arabic -->
			<xs:enumeration value="03" /><!-- Chinese -->
			<xs:enumeration value="04" /><!-- French -->
			<xs:enumeration value="05" /><!-- German -->
			<xs:enumeration value="06" /><!-- Hindi -->
			<xs:enumeration value="07" /><!-- Italian -->
			<xs:enumeration value="08" /><!-- Japanese -->
			<xs:enumeration value="09" /><!-- Korean -->
			<xs:enumeration value="10" /><!-- Latin -->
			<xs:enumeration value="11" /><!-- Portuguese -->
			<xs:enumeration value="12" /><!-- Russian -->
			<xs:enumeration value="13" /><!-- Spanish -->
			<xs:enumeration value="14" /><!-- Turkish -->
			<xs:enumeration value="15" /><!-- Urdu -->
			<xs:enumeration value="16" /><!-- Vietnamese -->
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="CrisisCodeType">
		<xs:sequence>
			<xs:element name="CrisisCodeCode" type="trex:CrisisCodeCodeType" minOccurs="0" />
		</xs:sequence>
	</xs:complexType>

	<xs:simpleType name="CrisisCodeCodeType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="00" /><!-- COVID-19: Student was not affected by a health or weather related crisis -->
			<xs:enumeration value="1A" /><!-- COVID-19: On January 29, 2021 student is being instructed on-campus -->
			<xs:enumeration value="1B" /><!-- COVID-19: On January 29, 2021 student is being instructed through the remote synchronous method -->
			<xs:enumeration value="1C" /><!-- COVID-19: On January 29, 2021 student is being instructed through the remote asynchronous method -->
			<xs:enumeration value="2A" /><!-- COVID-19: On March 31, 2021 student is being instructed on-campus -->
			<xs:enumeration value="2B" /><!-- COVID-19: On March 31, 2021 student is being instructed through the remote synchronous method -->
			<xs:enumeration value="2C" /><!-- COVID-19: On March 31, 2021 student is being instructed through the remote asynchronous method -->
			<xs:enumeration value="7A" /><!-- COVID-19: Engaged for the majority of the time period -->
			<xs:enumeration value="7B" /><!-- COVID-19: Not contactable for the entire time period -->
			<xs:enumeration value="7C" /><!-- COVID-19: Not contactable prior to May 1st; Contact made May 1st or after but not engaged through end of the school year -->
			<xs:enumeration value="7D" /><!-- COVID-19: Not contactable prior to May 1st; Contact made May 1st or after and engaged through end of the school year -->
			<xs:enumeration value="7E" /><!-- COVID-19: Contactable but not engaged for the majority of the time period -->
			<xs:enumeration value="7F" /><!-- COVID-19: Contactable but not engaged prior to May 1st; Not contactable May 1st or after -->
			<xs:enumeration value="7G" /><!-- COVID-19: Contactable but not engaged prior to May 1st; Engaged May 1st or after through end of the school year -->
			<xs:enumeration value="7H" /><!-- COVID-19: Engaged prior to May 1st; Not contactable May 1st through end of the school year -->
			<xs:enumeration value="7I" /><!-- COVID-19: Engaged prior to May 1st; Not engaged May 1st through end of the school year -->
			<xs:enumeration value="8A" /><!-- COVID-19: On September 28, 2020 student is being instructed on-campus -->
			<xs:enumeration value="8B" /><!-- COVID-19: On September 28, 2020 student is being instructed through the remote synchronous method -->
			<xs:enumeration value="8C" /><!-- COVID-19: On September 28, 2020 student is being instructed through the remote asynchronous method -->
			<xs:enumeration value="9A" /><!-- COVID-19: On October 30, 2020 student is being instructed on-campus -->
			<xs:enumeration value="9B" /><!-- COVID-19: On October 30, 2020 student is being instructed through the remote synchronous method -->
			<xs:enumeration value="9C" /><!-- COVID-19: On October 30, 2020 student is being instructed through the remote asynchronous method -->
			<xs:enumeration value="10A" /><!-- Student Was Enrolled, Not In Membership Due To Virtual Learning On January 14, 2022 -->
			<xs:enumeration value="10B" /><!-- Student Was Enrolled, Not In Membership Due To Virtual Learning On May 13, 2022 -->
		</xs:restriction>
	</xs:simpleType>

	<xs:complexType name="IBCEarnedType">
		<xs:sequence>
			<xs:element name="IBCCode" type="trex:IBCCodeType" />
			<xs:element name="TX-PostSecondaryCertificationLicensureResult" type="trex:TX-PostSecondaryCertificationLicensureResultCodeType" minOccurs="0"></xs:element>
		</xs:sequence>
	</xs:complexType>

	<xs:simpleType name="IBCCodeType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="010" /><!-- Adobe Certified Professional In Visual Effects and Motion Graphics Using Adobe After Effects -->
			<xs:enumeration value="011" /><!-- Adobe Certified Professional Animate -->
			<xs:enumeration value="012" /><!-- Adobe Certified Associate Creative Cloud -->
			<xs:enumeration value="013" /><!-- Adobe Certified Associate Creative Suite 6 -->
			<xs:enumeration value="014" /><!-- Adobe Certified Associate Flash -->
			<xs:enumeration value="015" /><!-- Adobe Certified Professional in Graphic Design and Illustration Using Adobe Illustrator -->
			<xs:enumeration value="016" /><!-- Adobe Certified Professional in Print and Digital Media Publication Using Adobe InDesign -->
			<xs:enumeration value="017" /><!-- Adobe Certified Professional in Visual Design Using Adobe Photoshop -->
			<xs:enumeration value="018" /><!-- Adobe Certified Professional in Digital Video Using Adobe Premiere Pro -->
			<xs:enumeration value="019" /><!-- Adobe Certified Professional in Visual Design -->
			<xs:enumeration value="020" /><!-- Adobe Certified Associate Web Design Specialist -->
			<xs:enumeration value="030" /><!-- Adobe Certified Expert After Effects -->
			<xs:enumeration value="031" /><!-- Adobe Certified Expert Illustrator -->
			<xs:enumeration value="032" /><!-- Adobe Certified Expert InDesign -->
			<xs:enumeration value="033" /><!-- Adobe Certified Expert Photoshop -->
			<xs:enumeration value="034" /><!-- Adobe Certified Expert Web Premiere Pro -->
			<xs:enumeration value="040" /><!-- Aerospace Manufacturing Certification -->
			<xs:enumeration value="100" /><!-- API 1104 Welding Pipelines and Related Facilities -->
			<xs:enumeration value="101" /><!-- Apple App Development with Swift Associate -->
			<xs:enumeration value="102" /><!-- Apple Final Cut Pro X -->
			<xs:enumeration value="103" /><!-- Apple iWork -->
			<xs:enumeration value="104" /><!-- Apple Logic Pro X -->
			<xs:enumeration value="120" /><!-- ASE Auto Transmission -->
			<xs:enumeration value="121" /><!-- ASE Entry-Level Automobile Automatic Transmission/Transaxle (AT) -->
			<xs:enumeration value="130" /><!-- ASE Automobile Service Technology -->
			<xs:enumeration value="131" /><!-- ASE Entry-Level Automobile Service Technology -->
			<xs:enumeration value="140" /><!-- ASE Brakes -->
			<xs:enumeration value="141" /><!-- ASE Entry-Level Automobile Brakes (BR) -->
			<xs:enumeration value="150" /><!-- ASE Electrical/Electronic Systems -->
			<xs:enumeration value="151" /><!-- ASE Entry-Level Automobile Electronic/Electrical -->
			<xs:enumeration value="160" /><!-- ASE Engine Performance -->
			<xs:enumeration value="161" /><!-- ASE Entry-Level Automobile Engine Performance (EP) -->
			<xs:enumeration value="170" /><!-- ASE Engine Repair -->
			<xs:enumeration value="171" /><!-- ASE Entry-Level Automobile Engine Repair (ER) -->
			<xs:enumeration value="181" /><!-- ASE Heating, Ventilation, AC (HVAC) -->
			<xs:enumeration value="182" /><!-- ASE Entry-Level Automobile Heating and Air Conditioning (AC) -->
			<xs:enumeration value="190" /><!-- ASE Maintenance Light Repair -->
			<xs:enumeration value="191" /><!-- ASE Entry Level Automobile Maintenance and Light Repair (MR) -->
			<xs:enumeration value="200" /><!-- ASE Manual Drive Train Axles -->
			<xs:enumeration value="201" /><!-- ASE Entry-Level Automobile Manual Drive Train and Axles (MD) -->
			<xs:enumeration value="210" /><!-- ASE Mech Elec Components -->
			<xs:enumeration value="211" /><!-- ASE Entry-Level Collision Mechanical and Electrical Components (ME) -->
			<xs:enumeration value="220" /><!-- ASE Non-Structural Analysis Damage Repair -->
			<xs:enumeration value="221" /><!-- ASE Entry-Level Collision Non-Structural Analysis and Damage Repair (SR) -->
			<xs:enumeration value="230" /><!-- ASE Painting & Refinishing -->
			<xs:enumeration value="231" /><!-- ASE Entry-Level Collision Painting and Refinishing (PR) -->
			<xs:enumeration value="240" /><!-- ASE Refrigerant Recovery and Recycling -->
			<xs:enumeration value="250" /><!-- ASE Structural Analysis Damage Repair -->
			<xs:enumeration value="251" /><!-- ASE Entry-Level Collision Structural Analysis and Damage Repair -->
			<xs:enumeration value="260" /><!-- ASE Suspension and Steering -->
			<xs:enumeration value="261" /><!-- ASE Entry-Level Automobile Suspension and Steering (SS) -->
			<xs:enumeration value="270" /><!-- ASE Truck Technician Brakes -->
			<xs:enumeration value="271" /><!-- ASE Entry-Level Medium/Heavy Truck, Brakes (TB) -->
			<xs:enumeration value="280" /><!-- ASE Truck Technician Diesel Engines -->
			<xs:enumeration value="281" /><!-- ASE Entry-Level Medium/Heavy Truck, Diesel Engines (DE) -->
			<xs:enumeration value="290" /><!-- ASE Truck Technician Drive Trains -->
			<xs:enumeration value="300" /><!-- ASE Truck Technician Electronic Systems -->
			<xs:enumeration value="301" /><!-- ASE Entry-Level Medium/Heavy Truck, Electrical/Electronic Systems (TE) -->
			<xs:enumeration value="310" /><!-- ASE Truck Technician HVAC -->
			<xs:enumeration value="320" /><!-- ASE Truck Technician Suspension Steering -->
			<xs:enumeration value="321" /><!-- ASE Entry-Level Medium/Heavy Truck, Suspension and Steering (TS) -->
			<xs:enumeration value="330" /><!-- Associate of (ISC) -->
			<xs:enumeration value="331" /><!-- Autodesk Certified Professional or User AutoCAD -->
			<xs:enumeration value="332" /><!-- Autodesk Certified Professional or User AutoCAD Civil 3D -->
			<xs:enumeration value="333" /><!-- Autodesk Certified Professional or User Autodesk Revit Building Systems -->
			<xs:enumeration value="334" /><!-- Autodesk Certified Professional or User Revit Architecture -->
			<xs:enumeration value="335" /><!-- Autodesk Certified Professional or User Revit MEP Electrical -->
			<xs:enumeration value="336" /><!-- Autodesk Certified Professional or User Inventor -->
			<xs:enumeration value="340" /><!-- AWS D1.1 Structural Steel -->
			<xs:enumeration value="350" /><!-- AWS D9.1 Sheet Metal Welding -->
			<xs:enumeration value="351" /><!-- AWS Certified Welder -->
			<xs:enumeration value="360" /><!-- AWS SENSE Level 1: Entry Welder -->
			<xs:enumeration value="361" /><!-- Class A Barber -->
			<xs:enumeration value="362" /><!-- Basic Structure Fire Protection -->
			<xs:enumeration value="365" /><!-- C++ Certified Associate Programmer -->
			<xs:enumeration value="366" /><!-- Certified Aerospace Technician -->
			<xs:enumeration value="367" /><!-- Certified Associate in Project Management (CAPM) -->
			<xs:enumeration value="368" /><!-- Certified Cardiographic Technician -->
			<xs:enumeration value="369" /><!-- Certified Coding Associate (CCA) -->
			<xs:enumeration value="370" /><!-- Certified Dental Assistant -->
			<xs:enumeration value="380" /><!-- Certified EKG Technician -->
			<xs:enumeration value="381" /><!-- Certified Electronics Systems Associate -->
			<xs:enumeration value="382" /><!-- Certified Engineering Technician - Audio Systems -->
			<xs:enumeration value="383" /><!-- Certified Fundamentals Cook -->
			<xs:enumeration value="384" /><!-- Certified Fundamentals Pastry Cook -->
			<xs:enumeration value="385" /><!-- Hospitality and Tourism Specialist -->
			<xs:enumeration value="386" /><!-- Certified Insurance Service Representative -->
			<xs:enumeration value="390" /><!-- Certified Nurse Aide (CNA) -->
			<xs:enumeration value="391" /><!-- Certified Occupational Therapy Assistant -->
			<xs:enumeration value="392" /><!-- Certified Ophthalmic Technician -->
			<xs:enumeration value="401" /><!-- Certified Personal Trainer -->
			<xs:enumeration value="402" /><!-- Certified Respiratory Therapist -->
			<xs:enumeration value="410" /><!-- Certified SOLIDWORKS Associate -->
			<xs:enumeration value="411" /><!-- Certified Surgical Technologist -->
			<xs:enumeration value="420" /><!-- Certified Veterinary Assistant, Level 1 -->
			<xs:enumeration value="430" /><!-- Child Development Associate (CDA) -->
			<xs:enumeration value="439" /><!-- Cisco Certified Design Associate -->
			<xs:enumeration value="440" /><!-- Cisco Certified Network Associate- Cloud (CCNA Cloud) -->
			<xs:enumeration value="450" /><!-- Cisco Certified Network Associate Security (CCNA Security) -->
			<xs:enumeration value="451" /><!-- Cisco Certified Network Associate- Cyber Ops (CCNA Cyber Ops) -->
			<xs:enumeration value="452" /><!-- Cisco Certified Network Associate - Data Center (CCNA Data Center) -->
			<xs:enumeration value="453" /><!-- Cisco Certified Network Associate- Service Provider (CCNA SP) -->
			<xs:enumeration value="460" /><!-- Cisco Certified Entry Networking Technician (CCENT) -->
			<xs:enumeration value="470" /><!-- Certified Clinical Medical Assistant -->
			<xs:enumeration value="478" /><!-- Commercial & Non-Commercial Pesticide Applicator -->
			<xs:enumeration value="479" /><!-- Community Health Workers -->
			<xs:enumeration value="480" /><!-- CompTIA A+ Certification -->
			<xs:enumeration value="481" /><!-- CompTIA Tech+ -->
			<xs:enumeration value="490" /><!-- CompTIA Network+ -->
			<xs:enumeration value="500" /><!-- CompTIA Security+ -->
			<xs:enumeration value="508" /><!-- Esthetician -->
			<xs:enumeration value="509" /><!-- Manicurist -->
			<xs:enumeration value="510" /><!-- Cosmetology Operator -->
			<xs:enumeration value="511" /><!-- Educational Aide I -->
			<xs:enumeration value="512" /><!-- Entrepreneurship and Small Business -->
			<xs:enumeration value="520" /><!-- Electrical Apprenticeship Certificate Level 1 -->
			<xs:enumeration value="530" /><!-- Emergency Medical Technician - Basic -->
			<xs:enumeration value="531" /><!-- ESRI ArcGIS Desktop Entry -->
			<xs:enumeration value="532" /><!-- FAA Aviation Maintenance Technician General -->
			<xs:enumeration value="533" /><!-- FAA Aviation Mechanic-Airframe (AMT-A) -->
			<xs:enumeration value="534" /><!-- FAA Part 107 Remote Drone Pilot -->
			<xs:enumeration value="535" /><!-- FANUC Certified Robot Operator with ROBOGUIDE -->
			<xs:enumeration value="536" /><!-- Feedyard Technician in Cattle Care and Handling -->
			<xs:enumeration value="537" /><!-- Feedyard Technician in Machinery Operation, Repair and Maintenance -->
			<xs:enumeration value="538" /><!-- Google Analytics Individual Qualification -->
			<xs:enumeration value="539" /><!-- Google Cloud Certified Professional - Cloud Architect -->
			<xs:enumeration value="540" /><!-- ISCET Certified Electronics Technicians -->
			<xs:enumeration value="541" /><!-- Landscape Irrigator -->
			<xs:enumeration value="542" /><!-- Licensed Dental Hygienist -->
			<xs:enumeration value="543" /><!-- Licensed Dietetic Technician -->
			<xs:enumeration value="544" /><!-- Licensed Veterinary Technician -->
			<xs:enumeration value="545" /><!-- Licensed Vocational Nurse -->
			<xs:enumeration value="546" /><!-- Limited Medical Radiologic Technologist (LMRT) -->
			<xs:enumeration value="547" /><!-- Medical Coding and Billing Specialist -->
			<xs:enumeration value="548" /><!-- ManageFirst Professional -->
			<xs:enumeration value="549" /><!-- Mastercam Associate Certification -->
			<xs:enumeration value="550" /><!-- Medical Laboratory Assistant -->
			<xs:enumeration value="551" /><!-- Microsoft Office Specialist Excel -->
			<xs:enumeration value="552" /><!-- Microsoft Office Specialist Word -->
			<xs:enumeration value="560" /><!-- Microsoft Office Specialist: Microsoft Excel Expert (2019+ or 365) -->
			<xs:enumeration value="570" /><!-- Microsoft Office Specialist: Microsoft Word Expert (2019+ or 365) -->
			<xs:enumeration value="580" /><!-- Microsoft Office Specialist 2016 Master/MOS: Expert (365 Apps) -->
			<xs:enumeration value="581" /><!-- Microsoft Office Specialist (MOS) Master-2013 (Track 1) -->
			<xs:enumeration value="582" /><!-- Microsoft Office Specialist (MOS) Master-2013 (Track 2) -->
			<xs:enumeration value="583" /><!-- Microsoft Office Specialist (MOS) Master-2013 (Track 3) -->
			<xs:enumeration value="590" /><!-- Microsoft Technology Associate (MTA) Cloud Fundamentals -->
			<xs:enumeration value="591" /><!-- Microsoft Technology Associate (MTA) Database Administration Fundamentals -->
			<xs:enumeration value="592" /><!-- Microsoft Technology Associate (MTA) HTML5 App Development Fundamentals -->
			<xs:enumeration value="593" /><!-- Microsoft Technology Associate (MTA) Intro Programming Using HTML and CSS -->
			<xs:enumeration value="594" /><!-- Microsoft Technology Associate (MTA) Intro Programming Using Java -->
			<xs:enumeration value="595" /><!-- Microsoft Technology Associate (MTA) Intro Programming Using JavaScript -->
			<xs:enumeration value="596" /><!-- Microsoft Technology Associate (MTA) Intro Programming Using Python -->
			<xs:enumeration value="597" /><!-- Microsoft Technology Associate (MTA) Mobility and Device Fundamentals -->
			<xs:enumeration value="598" /><!-- Microsoft Technology Associate (MTA) Networking Fundamentals -->
			<xs:enumeration value="599" /><!-- Microsoft Technology Associate (MTA) Security Fundamentals -->
			<xs:enumeration value="600" /><!-- Industrial Technology Maintenance (ITM) - Basic Mechanical Systems -->
			<xs:enumeration value="601" /><!-- Industrial Technology Maintenance (ITM) - Basic -->
			<xs:enumeration value="602" /><!-- Industrial Technology Maintenance (ITM) - Electrical -->
			<xs:enumeration value="603" /><!-- Industrial Technology Maintenance (ITM) - Electronic Control Systems -->
			<xs:enumeration value="604" /><!-- Industrial Technology Maintenance (ITM) - Maintenance Operations -->
			<xs:enumeration value="605" /><!-- Industrial Technology Maintenance (ITM) - Maintenance -->
			<xs:enumeration value="606" /><!-- Industrial Technology Maintenance (ITM) - Maintenance Welding -->
			<xs:enumeration value="607" /><!-- Industrial Technology Maintenance (ITM) - Process Control Systems -->
			<xs:enumeration value="610" /><!-- Carpentry Level I -->
			<xs:enumeration value="611" /><!-- Carpentry Level II -->
			<xs:enumeration value="612" /><!-- Commercial Carpenter -->
			<xs:enumeration value="613" /><!-- Construction Site Safety Technician -->
			<xs:enumeration value="620" /><!-- Construction Technology Certification Level I -->
			<xs:enumeration value="630" /><!-- Core -->
			<xs:enumeration value="640" /><!-- Electrical Level I -->
			<xs:enumeration value="641" /><!-- Electrical Level II -->
			<xs:enumeration value="642" /><!-- Commercial Electrician -->
			<xs:enumeration value="650" /><!-- Electronic System Technician Level I -->
			<xs:enumeration value="651" /><!-- Electronic System Technician Level II -->
			<xs:enumeration value="660" /><!-- HVACR Level I -->
			<xs:enumeration value="670" /><!-- Industrial Maintenance Mechanic Level I -->
			<xs:enumeration value="680" /><!-- Instrumentation Level I  -->
			<xs:enumeration value="690" /><!-- Masonry Level I -->
			<xs:enumeration value="691" /><!-- Masonry Level II -->
			<xs:enumeration value="700" /><!-- Millwright Level I -->
			<xs:enumeration value="701" /><!-- Millwright Level II -->
			<xs:enumeration value="710" /><!-- Painting: Commercial and Residential Level I -->
			<xs:enumeration value="720" /><!-- Pipefitting Level I -->
			<xs:enumeration value="730" /><!-- Plumbing Level I -->
			<xs:enumeration value="731" /><!-- Plumbing Level II -->
			<xs:enumeration value="740" /><!-- Sheet Metal Level I -->
			<xs:enumeration value="750" /><!-- Weatherization Technician Level I -->
			<xs:enumeration value="760" /><!-- Welding Level I -->
			<xs:enumeration value="761" /><!-- Non-Commissioned Security Officer Level II License -->
			<xs:enumeration value="770" /><!-- Oracle Certified Associate Java SE 8 Programmer -->
			<xs:enumeration value="780" /><!-- Oracle Database SQL Certified Associate -->
			<xs:enumeration value="781" /><!-- Orthopedic Exercise Specialty Certification -->
			<xs:enumeration value="782" /><!-- Orthopedic Technologist -->
			<xs:enumeration value="783" /><!-- OSHA 30 Hour Construction -->
			<xs:enumeration value="784" /><!-- OSHA 30 Hour General -->
			<xs:enumeration value="785" /><!-- OSHA Hazardous Waste Operations and Emergency Response -->
			<xs:enumeration value="786" /><!-- Patient Care Technician -->
			<xs:enumeration value="790" /><!-- Pharmacy Technician -->
			<xs:enumeration value="800" /><!-- Phlebotomy Technician -->
			<xs:enumeration value="810" /><!-- Intuit QuickBooks Certified User -->
			<xs:enumeration value="811" /><!-- ServSafe Manager -->
			<xs:enumeration value="812" /><!-- Texas State Florist's Association Knowledge Based Floral Certification -->
			<xs:enumeration value="813" /><!-- Texas State Florist's Association Level I Floral Certification -->
			<xs:enumeration value="814" /><!-- Texas State Florist's Association Level II Floral Certification -->
			<xs:enumeration value="815" /><!-- Tradesman Plumber - Limited -->
			<xs:enumeration value="816" /><!-- Certified Professional Programmer -->
			<xs:enumeration value="820" /><!-- Wastewater Collections -->
			<xs:enumeration value="830" /><!-- Water Operators, Class D -->
			<xs:enumeration value="831" /><!-- WD Certified Web Design -->
			<xs:enumeration value="832" /><!-- Google Cloud Certified Professional- G Suite -->
			<xs:enumeration value="833" /><!-- IAED Emergency Telecommunicator -->
			<xs:enumeration value="834" /><!-- ISA Certified Control Systems Technician -->
			<xs:enumeration value="835" /><!-- Mastercam Associate Certification Mill Design and Toolpaths -->
			<xs:enumeration value="836" /><!-- Mastercam Certified Professional Mill Level 1 -->
			<xs:enumeration value="837" /><!-- Mastercam Professional Level Certification -->
			<xs:enumeration value="838" /><!-- Microsoft Technology Associate (MTA) Software Development Fundamentals -->
			<xs:enumeration value="839" /><!-- Microsoft Technology Associate (MTA) Windows Operating System Fundamentals -->
			<xs:enumeration value="840" /><!-- Microsoft Technology Associate (MTA) Windows Server Administration Fundamentals -->
			<xs:enumeration value="841" /><!-- Certified Logistics Technician (CLT) -->
			<xs:enumeration value="842" /><!-- Certified Production Technician (CPT) 4.0 -->
			<xs:enumeration value="843" /><!-- Machining CNC Mill Operations -->
			<xs:enumeration value="844" /><!-- Machining CNC Mill Programming Setup and Operations -->
			<xs:enumeration value="845" /><!-- CNC Lathe Operations -->
			<xs:enumeration value="846" /><!-- CNC Lathe Programming Setup and Operations -->
			<xs:enumeration value="847" /><!-- Machining Drill Press -->
			<xs:enumeration value="848" /><!-- Machining Grinding -->
			<xs:enumeration value="849" /><!-- Machining Milling -->
			<xs:enumeration value="850" /><!-- Machining Measurement, Material, and Safety -->
			<xs:enumeration value="860" /><!-- Real Estate Sales Agent License -->
			<xs:enumeration value="870" /><!-- Refrigerant Handling -->
			<xs:enumeration value="880" /><!-- Registered Dental Assistant X-Ray Certification -->
			<xs:enumeration value="890" /><!-- Registered Diagnostic Medical Sonographer - Abdomen -->
			<xs:enumeration value="891" /><!-- Registered Diagnostic Medical Sonographer - Obstetrics and Gynecology -->
			<xs:enumeration value="900" /><!-- Registered Nurse -->
			<xs:enumeration value="910" /><!-- Registered Technologist - Cardiac-Interventional Radiography -->
			<xs:enumeration value="911" /><!-- Registered Technologist - Computed Tomography -->
			<xs:enumeration value="912" /><!-- Registered Technologist - Magnetic Resonance Imaging -->
			<xs:enumeration value="913" /><!-- Registered Technologist - Mammography -->
			<xs:enumeration value="914" /><!-- Registered Technologist - Nuclear Medicine Technology -->
			<xs:enumeration value="915" /><!-- Registered Technologist - Radiography -->
			<xs:enumeration value="916" /><!-- Registered Technologist - Sonography -->
			<xs:enumeration value="917" /><!-- Registered Technologist - Vascular Sonography -->
			<xs:enumeration value="918" /><!-- Registered Technologist - Vascular-Interventional Radiography -->
			<xs:enumeration value="930" /><!-- Registered Vascular Technology -->
			<xs:enumeration value="931" /><!-- Medical Laboratory Technician -->
			<xs:enumeration value="932" /><!-- Accounting - Basic -->
			<xs:enumeration value="933" /><!-- Accounting Foundations -->
			<xs:enumeration value="934" /><!-- Administrative Assisting -->
			<xs:enumeration value="935" /><!-- Agricultural Biotechnology -->
			<xs:enumeration value="936" /><!-- Agriculture Mechanics -->
			<xs:enumeration value="937" /><!-- Audio-Visual Communications - Job Ready -->
			<xs:enumeration value="938" /><!-- Autodesk Certified User 3ds MAX -->
			<xs:enumeration value="939" /><!-- Autodesk Certified User AutoCAD -->
			<xs:enumeration value="940" /><!-- Autodesk Certified User Fusion 360 -->
			<xs:enumeration value="941" /><!-- Autodesk Certified User Inventor -->
			<xs:enumeration value="942" /><!-- Autodesk Certified User Revit -->
			<xs:enumeration value="943" /><!-- Autodesk Associate (Certified User) Revit for Electrical -->
			<xs:enumeration value="944" /><!-- Autodesk Associate (Certified User) Revit for Structural Design -->
			<xs:enumeration value="945" /><!-- Autodesk Certified Professional Fusion 360 -->
			<xs:enumeration value="946" /><!-- Autodesk Certified Professional in AutoCAD for Design and Drafting -->
			<xs:enumeration value="947" /><!-- Autodesk Certified Professional in Inventor for Mechanical Design -->
			<xs:enumeration value="948" /><!-- Autodesk Certified Professional in Revit for Architectural Design -->
			<xs:enumeration value="949" /><!-- Autodesk Certified Professional in Revit for Electrical Design -->
			<xs:enumeration value="950" /><!-- Autodesk Certified Professional in Revit for Structural Design -->
			<xs:enumeration value="951" /><!-- BASF Plant Science Certification -->
			<xs:enumeration value="952" /><!-- Biotechnology Aptitude and Competency Exam (BACE) -->
			<xs:enumeration value="953" /><!-- Broadcasting and Journalism -->
			<xs:enumeration value="954" /><!-- Business Information Processing -->
			<xs:enumeration value="955" /><!-- C-101 Certified 4.0 Associate I - Basic Operations -->
			<xs:enumeration value="956" /><!-- CC-103 Certified 4.0 Associate III - Robot System Operations -->
			<xs:enumeration value="957" /><!-- C-200 Certified Industry 4.0 Automation Systems Specialist I - 201 Electrical Systems 1 -->
			<xs:enumeration value="958" /><!-- C-200 Certified Industry 4.0 Automation Systems Specialist I - 202 Electric Motor Control Systems 1 -->
			<xs:enumeration value="959" /><!-- C-200 Certified Industry 4.0 Automation Systems Specialist I - 204 Motor Control Troubleshooting 1 -->
			<xs:enumeration value="960" /><!-- C-200 Certified Industry 4.0 Automation Systems Specialist I - 208 Programmable Controller Troubleshooting 1 -->
			<xs:enumeration value="961" /><!-- C-200 Certified Industry 4.0 Automation Systems Specialist I - 215 Robotic Operations 1 -->
			<xs:enumeration value="962" /><!-- C-200 Certified Industry 4.0 Automation System Specialist I - 216 Robotic System Integration 1 -->
			<xs:enumeration value="963" /><!-- Certified Entry-Level Python Programmer (PCEP) -->
			<xs:enumeration value="964" /><!-- Certified Manufacturing Associate (CMfgA) -->
			<xs:enumeration value="965" /><!-- Certified Technician-Supply Chain Automation (CT-SCA) -->
			<xs:enumeration value="966" /><!-- Certified Web and Mobile App Developer Apprentice (CWMA-Apprentice) -->
			<xs:enumeration value="967" /><!-- Certified Web Animator Associate (CWAA) -->
			<xs:enumeration value="968" /><!-- Cisco 100-490 RSTECH Supporting Cisco Routing and Switching Network Devices -->
			<xs:enumeration value="969" /><!-- Understanding Cisco Cybersecurity Operations Fundamentals (200-201 CBROPS) -->
			<xs:enumeration value="970" /><!-- Cisco Certified Network Associate (200-301 CCNA) -->
			<xs:enumeration value="971" /><!-- Cloud Essentials+ -->
			<xs:enumeration value="972" /><!-- Commercial Foods -->
			<xs:enumeration value="973" /><!-- Commercial/Noncommercial Pesticide Applicator "Vegetation Management" License -->
			<xs:enumeration value="974" /><!-- CompTIA Linux+ -->
			<xs:enumeration value="975" /><!-- CompTIA Server+ -->
			<xs:enumeration value="976" /><!-- Computer Networking Fundamentals - Job Ready -->
			<xs:enumeration value="977" /><!-- Computer Repair Technology - Job Ready -->
			<xs:enumeration value="978" /><!-- Culinary Meat Selection & Cookery Certification -->
			<xs:enumeration value="979" /><!-- Cybersecurity Fundamentals -->
			<xs:enumeration value="980" /><!-- CyberSecurity Fundamentals: An ISACA Certificate -->
			<xs:enumeration value="981" /><!-- Diesel Technology - Job Ready -->
			<xs:enumeration value="982" /><!-- Digital Video Production Foundations -->
			<xs:enumeration value="983" /><!-- Early Childhood Education and Care - Advanced -->
			<xs:enumeration value="984" /><!-- Early Childhood Education and Care - Basic -->
			<xs:enumeration value="985" /><!-- ECG Technician -->
			<xs:enumeration value="986" /><!-- Elanco Fundamentals of Animal Science Certification -->
			<xs:enumeration value="987" /><!-- Elanco Veterinary Medical Applications Certification -->
			<xs:enumeration value="988" /><!-- Emergency Care Attendant (ECA) -->
			<xs:enumeration value="989" /><!-- Engineering Technology Foundations -->
			<xs:enumeration value="990" /><!-- Equine Management & Evaluation Certification -->
			<xs:enumeration value="991" /><!-- Meta Certified Digital Marketing Associate -->
			<xs:enumeration value="992" /><!-- Certified Industry 4.0 Associate Fundamentals -->
			<xs:enumeration value="993" /><!-- Food Protection Manager Certification -->
			<xs:enumeration value="994" /><!-- Food Safety & Science Certification -->
			<xs:enumeration value="995" /><!-- General Management -->
			<xs:enumeration value="996" /><!-- Google IT Support Professional Certificate -->
			<xs:enumeration value="997" /><!-- Graphic Production Technology - Job Ready -->
			<xs:enumeration value="998" /><!-- HBI Pre-Apprenticeship Certificate Training (PACT), Brick Masonry -->
			<xs:enumeration value="999" /><!-- HBI Pre-Apprenticeship Certificate Training (PACT), Building Construction Technology -->
			<xs:enumeration value="1000" /><!-- HBI Pre-Apprenticeship Certificate Training (PACT), Basic Carpentry -->
			<xs:enumeration value="1001" /><!-- HBI Pre-Apprenticeship Certificate Training (PACT), Core -->
			<xs:enumeration value="1002" /><!-- HBI Pre-Apprenticeship Certificate Training (PACT), Basic Electrical -->
			<xs:enumeration value="1003" /><!-- HBI Pre-Apprenticeship Certificate Training (PACT), Green Core -->
			<xs:enumeration value="1004" /><!-- HBI Pre-Apprenticeship Certificate Training (PACT), Heating, Ventilation and Air Conditioning -->
			<xs:enumeration value="1005" /><!-- Heavy Equipment Maintenance and Repair - Job Ready -->
			<xs:enumeration value="1006" /><!-- Horticulture - Landscaping - Job Ready -->
			<xs:enumeration value="1007" /><!-- Hospitality Management - Lodging - Job Ready -->
			<xs:enumeration value="1008" /><!-- Insurance and Coding Specialist -->
			<xs:enumeration value="1009" /><!-- Residential Plans Examiner - R3 -->
			<xs:enumeration value="1010" /><!-- Lean Six Sigma Green Belt Certification -->
			<xs:enumeration value="1011" /><!-- LEED Green Associate -->
			<xs:enumeration value="1013" /><!-- CNC Milling II -->
			<xs:enumeration value="1015" /><!-- CNC Turning II -->
			<xs:enumeration value="1017" /><!-- Manufacturing Technology -->
			<xs:enumeration value="1018" /><!-- Microsoft Certified: Dynamics 365 Fundamentals (ERP) -->
			<xs:enumeration value="1019" /><!-- Medical Assistant -->
			<xs:enumeration value="1020" /><!-- Microsoft Office Specialist: Microsoft Access Expert (2019+) -->
			<xs:enumeration value="1021" /><!-- Nationally Certified Medical Coding and Billing Specialist -->
			<xs:enumeration value="1022" /><!-- Nationally Registered Certified EKG Technician -->
			<xs:enumeration value="1023" /><!-- Natural Resources Systems -->
			<xs:enumeration value="1024" /><!-- Industrial Maintenance Support Mechanic -->
			<xs:enumeration value="1025" /><!-- Industrial Millwright -->
			<xs:enumeration value="1026" /><!-- Industrial Pipefitter -->
			<xs:enumeration value="1027" /><!-- Precision Machining - Job Ready -->
			<xs:enumeration value="1028" /><!-- Pre-Engineering/Engineering Technology - Job Ready -->
			<xs:enumeration value="1029" /><!-- Pre-Professional Certification in Culinary Arts -->
			<xs:enumeration value="1030" /><!-- Pre-Professional Certification in Early Childhood Education -->
			<xs:enumeration value="1031" /><!-- Pre-Professional Certification in Food Science Fundamentals -->
			<xs:enumeration value="1032" /><!-- Pre-Professional Certification in Nutrition, Food, and Wellness -->
			<xs:enumeration value="1033" /><!-- Principles of Floral Design Certification -->
			<xs:enumeration value="1034" /><!-- Principles of Small Engine Technology Certification -->
			<xs:enumeration value="1035" /><!-- Production Agriculture - Job Ready -->
			<xs:enumeration value="1036" /><!-- Certified Professional Photographer -->
			<xs:enumeration value="1037" /><!-- Project Management Institute (PMI) Project Management Ready -->
			<xs:enumeration value="1038" /><!-- Retail Merchandising - Job Ready -->
			<xs:enumeration value="1039" /><!-- Small Animal Science and Technology -->
			<xs:enumeration value="1040" /><!-- Small Engine Technology -->
			<xs:enumeration value="1041" /><!-- Certified Billing and Coding Specialist (CBCS) -->
			<xs:enumeration value="1042" /><!-- Stukent Social Media Marketing Certification -->
			<xs:enumeration value="1043" /><!-- Texas Certified Landscape Associate (TCLA) -->
			<xs:enumeration value="1044" /><!-- Texas Certified Nursery Professional -->
			<xs:enumeration value="1045" /><!-- Travel and Tourism -->
			<xs:enumeration value="1046" /><!-- Volunteer Income Tax Assistance/Tax Counseling Certification: Advanced -->
			<xs:enumeration value="1047" /><!-- Volunteer Income Tax Assistance/Tax Counseling Certification: Basic -->
			<xs:enumeration value="1048" /><!-- Volunteer Income Tax Assistance/Tax Counseling Certification: Volunteer for Elderly -->
			<xs:enumeration value="1049" /><!-- Web Design - Job Ready -->
			<xs:enumeration value="1050" /><!-- Welding - Job Ready -->
			<xs:enumeration value="1051" /><!-- Autodesk Certified Professional in Civil 3D for Infrastructure Design -->
			<xs:enumeration value="1052" /><!-- Business of Retail: Certified Specialist -->
			<xs:enumeration value="1053" /><!-- Certified SOLIDWORKS Associate (CSWA) - Academic -->
			<xs:enumeration value="1054" /><!-- Certified SOLIDWORKS Associate (CSWA) - Electrical -->
			<xs:enumeration value="1055" /><!-- Certified SOLIDWORKS CAD Design Associate (CSWA) - Academic -->
			<xs:enumeration value="1056" /><!-- Certified SOLIDWORKS Additive Manufacturing Associate (CSWA-AM) -->
			<xs:enumeration value="1057" /><!-- Certified SOLIDWORKS Associate (CSWA) - Sustainability -->
			<xs:enumeration value="1058" /><!-- Certified SOLIDWORKS CAD Design Professional (CSWP) - Academic -->
			<xs:enumeration value="1059" /><!-- Certified SOLIDWORKS Professional (CSWP) - Additive Manufacturing -->
			<xs:enumeration value="1060" /><!-- Certified SOLIDWORKS Professional (CSWP) - CAM -->
			<xs:enumeration value="1061" /><!-- Certified SOLIDWORKS Professional (CSWP) - Mechanical Design -->
			<xs:enumeration value="1062" /><!-- Certified SOLIDWORKS Professional (CSWP) - Model Based Definition -->
			<xs:enumeration value="1063" /><!-- Certified SOLIDWORKS Professional (CSWP) - Simulation -->
			<xs:enumeration value="1064" /><!-- Certified SOLIDWORKS Professional (CSWPA) - Drawing Tools -->
			<xs:enumeration value="1065" /><!-- Certified User: Programmer -->
			<xs:enumeration value="1066" /><!-- CodeHS Cybersecurity Level 1 Certification -->
			<xs:enumeration value="1067" /><!-- CodeHS Python Level 1 Certification -->
			<xs:enumeration value="1068" /><!-- CodeHS Web Design Level 1 Certification -->
			<xs:enumeration value="1069" /><!-- Customer Service and Sales: Certified Specialist -->
			<xs:enumeration value="1070" /><!-- Ducks Unlimited Ecology Conservation & Management Certification -->
			<xs:enumeration value="1071" /><!-- Employment Ready Certification - Air Conditioning -->
			<xs:enumeration value="1072" /><!-- Employment Ready Certification - Electrical -->
			<xs:enumeration value="1073" /><!-- Employment Ready Certification - Gas Heat -->
			<xs:enumeration value="1074" /><!-- Employment Ready Certification - Heat Pumps -->
			<xs:enumeration value="1075" /><!-- Employment Ready Certification - Light Commercial Air Conditioning -->
			<xs:enumeration value="1076" /><!-- Heating, Electrical, & Air Conditioning Technology (H.E.A.T.) -->
			<xs:enumeration value="1077" /><!-- Information Technology Specialist: HTML and CSS -->
			<xs:enumeration value="1078" /><!-- Information Technology Specialist: HTML5 Application Development -->
			<xs:enumeration value="1079" /><!-- Information Technology Specialist: Java -->
			<xs:enumeration value="1080" /><!-- Information Technology Specialist: JavaScript -->
			<xs:enumeration value="1081" /><!-- Information Technology Specialist: Networking -->
			<xs:enumeration value="1082" /><!-- Microsoft 365 Fundamentals -->
			<xs:enumeration value="1083" /><!-- Microsoft Certified: Azure Fundamentals -->
			<xs:enumeration value="1084" /><!-- Microsoft Certified: Azure Data Fundamentals -->
			<xs:enumeration value="1085" /><!-- Microsoft Security, Compliance, and Identity Fundamentals -->
			<xs:enumeration value="1086" /><!-- TRIO Electrical Pre-Apprenticeship (EPP) Certification -->
			<xs:enumeration value="1087" /><!-- AgriLife Veterinary Assistant Certificate -->
			<xs:enumeration value="1088" /><!-- Accounting Professional -->
			<xs:enumeration value="1089" /><!-- Adobe Certified Professional in Web Design -->
			<xs:enumeration value="1090" /><!-- Advanced Unmanned Safety Level 3 - AUSO Ground -->
			<xs:enumeration value="1091" /><!-- Advanced Unmanned Safety Level 4 - AUSO Flight -->
			<xs:enumeration value="1092" /><!-- AM Design and Prototyping -->
			<xs:enumeration value="1093" /><!-- Applied Industrial Motor Controls -->
			<xs:enumeration value="1094" /><!-- Applied Industry 4.0 -->
			<xs:enumeration value="1095" /><!-- Applied PLC Technology II: Allen Bradley/Siemens -->
			<xs:enumeration value="1096" /><!-- Applied Robotics -->
			<xs:enumeration value="1097" /><!-- ASE Entry-Level Collision Repair and Refinish Fundamentals -->
			<xs:enumeration value="1098" /><!-- ASE Entry-Level Inspection Maintenance & Minor Repair,Medium/Heavy Truck -->
			<xs:enumeration value="1099" /><!-- Associate Professional in Human Resources (aPHR) -->
			<xs:enumeration value="1100" /><!-- Autodesk Certified Associate in CAM for 2.5 Axis Milling -->
			<xs:enumeration value="1101" /><!-- Autodesk Certified Associate in CAM for Turning -->
			<xs:enumeration value="1102" /><!-- Autodesk Certified Professional in CAM for 3 Axis Milling -->
			<xs:enumeration value="1103" /><!-- Autodesk Certified User Maya -->
			<xs:enumeration value="1104" /><!-- AWS Certified Cloud Practitioner -->
			<xs:enumeration value="1105" /><!-- AWS Certified DevOps Engineer - Professional -->
			<xs:enumeration value="1106" /><!-- AWS Certified Solutions Architect - Associate -->
			<xs:enumeration value="1107" /><!-- AWS Certified SysOps Administrator - Associate -->
			<xs:enumeration value="1108" /><!-- Basic Hydraulic Systems -->
			<xs:enumeration value="1109" /><!-- Bioscience Core Skills Institute Essential Skills -->
			<xs:enumeration value="1110" /><!-- Bookkeeping Certification -->
			<xs:enumeration value="1111" /><!-- C++ Certified Entry-Level Programmer -->
			<xs:enumeration value="1112" /><!-- Cabling Specialist Fiber Optic Systems -->
			<xs:enumeration value="1113" /><!-- CAM Milling I -->
			<xs:enumeration value="1114" /><!-- CAM Turning I -->
			<xs:enumeration value="1115" /><!-- Carpentry -->
			<xs:enumeration value="1116" /><!-- Certificate of Aviation Maintenance Engineer (AME) -->
			<xs:enumeration value="1117" /><!-- Certificate of Aviation Maintenance Technician (AMT) -->
			<xs:enumeration value="1118" /><!-- Certified Associate Data Analyst with Python -->
			<xs:enumeration value="1119" /><!-- Certified Associate JavaScript Programmer -->
			<xs:enumeration value="1120" /><!-- Certified Associate Python Programmer -->
			<xs:enumeration value="1121" /><!-- Certified Associate Tester with Python -->
			<xs:enumeration value="1122" /><!-- Certified Associate Web Developer Certification -->
			<xs:enumeration value="1123" /><!-- Certified Audio Engineer for Broadcast -->
			<xs:enumeration value="1124" /><!-- Certified Automation Technician Level 1 -->
			<xs:enumeration value="1125" /><!-- Certified Automation Technician Level 2 -->
			<xs:enumeration value="1126" /><!-- Certified Automation Technician Level 3 -->
			<xs:enumeration value="1127" /><!-- Certified CG Operator - Using Character Generators -->
			<xs:enumeration value="1128" /><!-- Certified Culinarian (CC) -->
			<xs:enumeration value="1129" /><!-- Certified Electronic Health Records Specialist (CEHRS) -->
			<xs:enumeration value="1130" /><!-- Certified Entry-Level Data Analyst with Python -->
			<xs:enumeration value="1131" /><!-- Certified Entry-Level JavaScript Programmer -->
			<xs:enumeration value="1132" /><!-- Certified Entry-Level Tester with Python -->
			<xs:enumeration value="1133" /><!-- Certified Entry-Level Web Developer -->
			<xs:enumeration value="1134" /><!-- Certified Ethical Hacker (CEH) -->
			<xs:enumeration value="1135" /><!-- Certified Fluid Power Level 1 -->
			<xs:enumeration value="1136" /><!-- Certified Fluid Power Level 2 -->
			<xs:enumeration value="1137" /><!-- Certified Fluid Power Level 3 -->
			<xs:enumeration value="1138" /><!-- Certified in Cybersecurity (CC) -->
			<xs:enumeration value="1139" /><!-- Certified Industrial Robotics Programmer (CIRP) -->
			<xs:enumeration value="1140" /><!-- Certified Industry 4.0 Technician Level 1 -->
			<xs:enumeration value="1141" /><!-- Certified Industry 4.0 Technician Level 2 -->
			<xs:enumeration value="1142" /><!-- Certified Industry 4.0 Technician Level 3 -->
			<xs:enumeration value="1143" /><!-- Certified Inpatient Coder (CIC) -->
			<xs:enumeration value="1144" /><!-- Certified Mechanical Technician Level 1 -->
			<xs:enumeration value="1145" /><!-- Certified Mechanical Technician Level 2 -->
			<xs:enumeration value="1146" /><!-- Certified Mechanical Technician Level 3 -->
			<xs:enumeration value="1147" /><!-- Medical Administrative Assistant -->
			<xs:enumeration value="1147" /><!-- Medical Administrative Assistant -->
			<xs:enumeration value="1148" /><!-- Certified Network Defender (CND) -->
			<xs:enumeration value="1149" /><!-- Certified Outpatient Coder (COC) -->
			<xs:enumeration value="1150" /><!-- Certified Paralegal -->
			<xs:enumeration value="1151" /><!-- Certified Pastry Culinarian (CPC) -->
			<xs:enumeration value="1152" /><!-- Certified Personal Care Assistant -->
			<xs:enumeration value="1153" /><!-- Certified Process Control Technician Level 1 -->
			<xs:enumeration value="1154" /><!-- Certified Process Control Technician Level 2 -->
			<xs:enumeration value="1155" /><!-- Certified Process Control Technician Level 3 -->
			<xs:enumeration value="1156" /><!-- Certified Production and Inventory Analyst (CPIA) -->
			<xs:enumeration value="1157" /><!-- Certified Professional Biller (CPB) -->
			<xs:enumeration value="1158" /><!-- Certified Professional Coder (CPC) -->
			<xs:enumeration value="1159" /><!-- Certified Protection Officer (CPO) -->
			<xs:enumeration value="1160" /><!-- Certified Psychiatric Technician, Level 1 -->
			<xs:enumeration value="1161" /><!-- Certified Restaurant Professional -->
			<xs:enumeration value="1162" /><!-- Certified Risk Adjustment Coder (CRC) -->
			<xs:enumeration value="1163" /><!-- Certified Robotics Technician Level 1 -->
			<xs:enumeration value="1164" /><!-- Certified Robotics Technician Level 2 -->
			<xs:enumeration value="1165" /><!-- Certified Robotics Technician Level 3 -->
			<xs:enumeration value="1166" /><!-- Certified Shading and Camera Operator -->
			<xs:enumeration value="1167" /><!-- Certified Stores and Stock Controller (CSSC) -->
			<xs:enumeration value="1168" /><!-- Certified Supply Chain Leader (CSCL) -->
			<xs:enumeration value="1169" /><!-- Certified Technical Director Using Video Production Switchers -->
			<xs:enumeration value="1170" /><!-- Certified User: Artist -->
			<xs:enumeration value="1171" /><!-- Certified User: VR Developer -->
			<xs:enumeration value="1172" /><!-- Certified Web Designer Associate (CWDSA) -->
			<xs:enumeration value="1173" /><!-- Cisco Certified Network Administrator (CCNA) -->
			<xs:enumeration value="1174" /><!-- Cisco Certified Support Technician Cybersecurity -->
			<xs:enumeration value="1175" /><!-- Cisco Certified Support Technician IT Support -->
			<xs:enumeration value="1176" /><!-- Cisco Certified Support Technician Networking -->
			<xs:enumeration value="1177" /><!-- CLA: C Programming Language Certified Associate -->
			<xs:enumeration value="1178" /><!-- Classic Credential: CNC Lathe II -->
			<xs:enumeration value="1179" /><!-- Classic Credential: Diemaking II -->
			<xs:enumeration value="1180" /><!-- Classic Credential: Diemaking III -->
			<xs:enumeration value="1181" /><!-- Classic Credential: Drill Press II -->
			<xs:enumeration value="1182" /><!-- Classic Credential: EDM II (2-Axis Wire) -->
			<xs:enumeration value="1183" /><!-- Classic Credential: EDM II (Plunge) -->
			<xs:enumeration value="1184" /><!-- Classic Credential: Grinding II (Cylindrical) -->
			<xs:enumeration value="1185" /><!-- Classic Credential: Grinding II (Surface) -->
			<xs:enumeration value="1186" /><!-- Classic Credential: Job Planning, Benchwork & Layout -->
			<xs:enumeration value="1187" /><!-- Classic Credential: Milling II -->
			<xs:enumeration value="1188" /><!-- Classic Credential: Moldmaking II -->
			<xs:enumeration value="1189" /><!-- Classic Credential: Moldmaking III -->
			<xs:enumeration value="1190" /><!-- Classic Credential: Screw Machine Operations II (Multi-Spindle) -->
			<xs:enumeration value="1191" /><!-- Classic Credential: Screw Machine Operations II (Single Spindle) -->
			<xs:enumeration value="1192" /><!-- Classic Credential: Screw Machine Setup and Operations III (Multi-Spindle) -->
			<xs:enumeration value="1193" /><!-- Classic Credential: Turning I (Between Centers) -->
			<xs:enumeration value="1194" /><!-- Classic Credential: Turning I (Chucking) -->
			<xs:enumeration value="1195" /><!-- Classic Credential: Turning II (Between Centers) -->
			<xs:enumeration value="1196" /><!-- Classic Credential: Turning II (Chucking) -->
			<xs:enumeration value="1197" /><!-- CLE: C Certified Entry-Level Programmer -->
			<xs:enumeration value="1198" /><!-- CNC 5-Axis Mill Operations -->
			<xs:enumeration value="1199" /><!-- CNC 5-Axis Mill Setup and Operations -->
			<xs:enumeration value="1200" /><!-- Commercial Driver’s License (CDL) -->
			<xs:enumeration value="1201" /><!-- CompTIA Cybersecurity Analyst (CySA+) -->
			<xs:enumeration value="1202" /><!-- Content Creation & Marketing Using Adobe Express -->
			<xs:enumeration value="1203" /><!-- County Jailer -->
			<xs:enumeration value="1204" /><!-- CPE: C++ Certified Entry-Level Programmer -->
			<xs:enumeration value="1205" /><!-- Digital Forensics Essentials (DFE) -->
			<xs:enumeration value="1206" /><!-- Dual CPC and CPB Certification -->
			<xs:enumeration value="1207" /><!-- Computer Hacking Forensic Investigator (CHFI) Certification -->
			<xs:enumeration value="1208" /><!-- Electronic Control Systems -->
			<xs:enumeration value="1209" /><!-- Electronic Health Record Certification (EHRC) -->
			<xs:enumeration value="1210" /><!-- Esthetician/Hair Weaving -->
			<xs:enumeration value="1211" /><!-- Esthetician/Manicurist -->
			<xs:enumeration value="1212" /><!-- Ethical Hacking Essentials (EHE) -->
			<xs:enumeration value="1213" /><!-- Eyelash Extension Specialist -->
			<xs:enumeration value="1214" /><!-- FAA Aviation Mechanic-Power Plant (AMT-P) -->
			<xs:enumeration value="1215" /><!-- FDM Certification for EDU - Level 1 -->
			<xs:enumeration value="1216" /><!-- Forensic Technician -->
			<xs:enumeration value="1217" /><!-- Forest Worker Credential -->
			<xs:enumeration value="1218" /><!-- Fundamental Payroll Certification (FPC) -->
			<xs:enumeration value="1219" /><!-- Fundamentals of Industrial Wiring -->
			<xs:enumeration value="1220" /><!-- Fundamentals of Robotics -->
			<xs:enumeration value="1221" /><!-- General Lines - Life, Accident, Health and HMO License -->
			<xs:enumeration value="1222" /><!-- Hair Weaving Specialist -->
			<xs:enumeration value="1223" /><!-- HVAC Support Technician Certificate -->
			<xs:enumeration value="1224" /><!-- I4.0 Smart System Operation -->
			<xs:enumeration value="1225" /><!-- Information Technology Specialist Cloud Computing -->
			<xs:enumeration value="1226" /><!-- Information Technology Specialist Computational Thinking -->
			<xs:enumeration value="1227" /><!-- Information Technology Specialist Cybersecurity -->
			<xs:enumeration value="1228" /><!-- Information Technology Specialist Device Configuration and Management -->
			<xs:enumeration value="1229" /><!-- Information Technology Specialist Network Security -->
			<xs:enumeration value="1230" /><!-- Information Technology Specialist Python -->
			<xs:enumeration value="1231" /><!-- Information Technology Specialist Software -->
			<xs:enumeration value="1232" /><!-- Interim Credential -->
			<xs:enumeration value="1233" /><!-- Introduction to Aerodynamics -->
			<xs:enumeration value="1234" /><!-- Introduction to Electricity -->
			<xs:enumeration value="1235" /><!-- Fundamentals of Electricity - AC/DC -->
			<xs:enumeration value="1236" /><!-- Introduction to Electronics -->
			<xs:enumeration value="1237" /><!-- Fundamentals of Fluid Power - Hydraulics/Pneumatics -->
			<xs:enumeration value="1238" /><!-- Introduction to Mechatronics -->
			<xs:enumeration value="1239" /><!-- Fundamentals of PLC's - Allen-Bradley/Siemens -->
			<xs:enumeration value="1240" /><!-- Intuit Certified Bookkeeping Professional -->
			<xs:enumeration value="1241" /><!-- Intuit Design for Delight Innovator -->
			<xs:enumeration value="1242" /><!-- ITIL 4 FOUNDATION -->
			<xs:enumeration value="1243" /><!-- Java SE Java Certified Foundations Associate -->
			<xs:enumeration value="1244" /><!-- Knowledge Pillars: AI Business Implementation Specialist (AIBIP) -->
			<xs:enumeration value="1245" /><!-- Knowledge Pillars: AI Industry Acceleration Specialist (AIIAS) -->
			<xs:enumeration value="1246" /><!-- Knowledge Pillars: C# Coding Specialist (CSCS) -->
			<xs:enumeration value="1247" /><!-- Knowledge Pillars: Coding in AI Specialist (CiAIS) -->
			<xs:enumeration value="1248" /><!-- Knowledge Pillars: Cyber Defense Specialist (CDS) -->
			<xs:enumeration value="1249" /><!-- Knowledge Pillars: HTML and CSS Coding Specialist (HCCS) -->
			<xs:enumeration value="1250" /><!-- Knowledge Pillars: JavaScript Coding Specialist (JSCS) -->
			<xs:enumeration value="1251" /><!-- Knowledge Pillars: Python Coding Apprentice (PCA) -->
			<xs:enumeration value="1252" /><!-- Knowledge Pillars: Python Coding Specialist (PCS) -->
			<xs:enumeration value="1253" /><!-- Knowledge Pillars: WordPress Certified Administrator (WCA) -->
			<xs:enumeration value="1254" /><!-- Knowledge Pillars: WordPress Certified Developer (WCD) -->
			<xs:enumeration value="1255" /><!-- Knowledge Pillars: WordPress Certified Editor (WCE) -->
			<xs:enumeration value="1256" /><!-- Licensed Service Technician -->
			<xs:enumeration value="1257" /><!-- Life Only Agent -->
			<xs:enumeration value="1258" /><!-- Limited Lines License -->
			<xs:enumeration value="1259" /><!-- Logistics & Transportation Operations Strategies (LTOS) -->
			<xs:enumeration value="1260" /><!-- Maintenance Technology -->
			<xs:enumeration value="1261" /><!-- Managing General Agent -->
			<xs:enumeration value="1262" /><!-- Masonry -->
			<xs:enumeration value="1263" /><!-- Meat Evaluation Certification -->
			<xs:enumeration value="1264" /><!-- Medical Coding and Billing Certification -->
			<xs:enumeration value="1265" /><!-- Mental Health Technician Certification (MHTC) -->
			<xs:enumeration value="1266" /><!-- Microsoft Certified: Azure Administrator Associate -->
			<xs:enumeration value="1267" /><!-- Microsoft Certified: Azure Solutions Architect Expert -->
			<xs:enumeration value="1268" /><!-- Network Cabling Specialist Copper-based Systems -->
			<xs:enumeration value="1269" /><!-- Network Defense Essentials (NDE) -->
			<xs:enumeration value="1270" /><!-- Nursing Assistant Certification (NAC) -->
			<xs:enumeration value="1271" /><!-- Online Marketing Certified Associate (OMCA) -->
			<xs:enumeration value="1272" /><!-- Personal Lines Property and Casualty Agent -->
			<xs:enumeration value="1273" /><!-- Physical Therapy Technician Certification (PTTC) -->
			<xs:enumeration value="1274" /><!-- Pipefitting -->
			<xs:enumeration value="1275" /><!-- Plumbing -->
			<xs:enumeration value="1276" /><!-- Private Security - Commissioned Security Officer -->
			<xs:enumeration value="1277" /><!-- Public Insurance Adjuster License -->
			<xs:enumeration value="1278" /><!-- Registered Dental Assistant (RDA) -->
			<xs:enumeration value="1279" /><!-- Registered Health Information Technician (RHIT) -->
			<xs:enumeration value="1280" /><!-- Registered Healthcare Documentation Specialist (RHDS) -->
			<xs:enumeration value="1281" /><!-- Residential Appliance Installer -->
			<xs:enumeration value="1282" /><!-- Residential Wireman -->
			<xs:enumeration value="1283" /><!-- Robot Operations I -->
			<xs:enumeration value="1284" /><!-- SFMA Turfgrass Science Certification -->
			<xs:enumeration value="1285" /><!-- sUAS Safety Level 1 -->
			<xs:enumeration value="1286" /><!-- Supply Chain Framework and Strategy (SCFS) -->
			<xs:enumeration value="1287" /><!-- Surplus Lines License -->
			<xs:enumeration value="1288" /><!-- Telecommunications Technologies -->
			<xs:enumeration value="1289" /><!-- Telecommunicator License -->
			<xs:enumeration value="1290" /><!-- Texas Certified Landscape Professional (TCLP) -->
			<xs:enumeration value="1291" /><!-- Texas Certified Water Smart Professional (TCWSP) -->
			<xs:enumeration value="1292" /><!-- Texas Property and Casualty License -->
			<xs:enumeration value="1293" /><!-- Toon Boom Associate Certification in Harmony Premium -->
			<xs:enumeration value="1294" /><!-- Toon Boom Associate Certification in Storyboarding Pro -->
			<xs:enumeration value="1295" /><!-- Tosa Adobe Illustrator (Advanced or Expert) -->
			<xs:enumeration value="1296" /><!-- Tosa Adobe InDesign (Advanced or Expert) -->
			<xs:enumeration value="1297" /><!-- Tosa Adobe Photoshop (Advanced or Expert) -->
			<xs:enumeration value="1298" /><!-- Tosa Adobe Premiere Pro (Advanced or Expert) -->
			<xs:enumeration value="1299" /><!-- Tosa Certification for Autodesk AutoCAD (Advanced or Expert) -->
			<xs:enumeration value="1300" /><!-- Tosa CyberCitizen (Advanced or Expert) -->
			<xs:enumeration value="1301" /><!-- Tosa Desktop Certified User for Google Workspace (Professional level) -->
			<xs:enumeration value="1302" /><!-- Tosa Desktop Certified User for Microsoft Office (Professional level) -->
			<xs:enumeration value="1303" /><!-- Tosa Google Sheets (Advanced or Expert) -->
			<xs:enumeration value="1304" /><!-- Tosa JavaScript (Advanced or Expert) -->
			<xs:enumeration value="1305" /><!-- Tosa Microsoft Excel (Advanced or Expert) -->
			<xs:enumeration value="1306" /><!-- Tosa Python (Advanced or Expert) -->
			<xs:enumeration value="1307" /><!-- Tosa Web Developer (Advanced or Expert) -->
			<xs:enumeration value="1308" /><!-- Transportation Dispatcher -->
			<xs:enumeration value="1309" /><!-- Visual Line of Sight Systems Ground -->
			<xs:enumeration value="1310" /><!-- Welding and Fabrication -->
			<xs:enumeration value="1311" /><!-- Welding Level 2 -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="FinancialAidApplicationType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="01" /><!-- Financial application form completed. -->
			<xs:enumeration value="02" /><!-- Exception Submitted/Opt-Out. -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="DyslexiaRiskCodeType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="01" /><!-- Screened and determined to be not at risk for dyslexia or related disorders -->
			<xs:enumeration value="02" /><!-- Screened and determined to be at risk for dyslexia or related disorders -->
			<xs:enumeration value="03" /><!-- Not screened for dyslexia or related disorders -->
		</xs:restriction>
	</xs:simpleType>

	<xs:simpleType name="TX-PostSecondaryCertificationLicensureResultCodeType">
		<xs:restriction base="xs:token">
			<xs:enumeration value="01">
				<xs:annotation>
					<xs:documentation>IBC Earned All IBC Requirements completed, including passing examinations and any additional requirements.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="02">
				<xs:annotation>
					<xs:documentation>IBC Examination Passed All IBC requirements have not been completed to earn the certification.</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
			<xs:enumeration value="03">
				<xs:annotation>
					<xs:documentation>IBC Examination Failed</xs:documentation>
				</xs:annotation>
			</xs:enumeration>
		</xs:restriction>
	</xs:simpleType>
</xs:schema>
