diff --git a/.github/workflows/CODEOWNERS b/.github/workflows/CODEOWNERS new file mode 100644 index 0000000..4fcddb4 --- /dev/null +++ b/.github/workflows/CODEOWNERS @@ -0,0 +1 @@ +.github/**/* @Ed-Fi-Alliance-OSS/ed-fi-tech diff --git a/.github/workflows/on-pullrequest-security.yml b/.github/workflows/on-pullrequest-security.yml index e2de430..632be65 100644 --- a/.github/workflows/on-pullrequest-security.yml +++ b/.github/workflows/on-pullrequest-security.yml @@ -7,9 +7,14 @@ name: On Pull Request - Security on: pull_request: - branches: [ main ] + branches: + - main + - v* workflow_dispatch: +permissions: + read-all + jobs: scan-actions-bidi: name: Scan Actions, scan all files for BIDI Trojan Attacks diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml new file mode 100644 index 0000000..a0ed0e1 --- /dev/null +++ b/.github/workflows/scorecard.yml @@ -0,0 +1,70 @@ +# Originally sourced from GitHub with implicit lack of license + +name: Scorecard supply-chain security +on: + # To guarantee Maintained check is occasionally updated. See + # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained + schedule: + - cron: '15 23 * * 0' + push: + branches: + - main + - v* + workflow_dispatch: + +# Declare default permissions as read only. +permissions: read-all + +jobs: + analysis: + name: Scorecard analysis + runs-on: ubuntu-latest + permissions: + # Needed to upload the results to code-scanning dashboard. + security-events: write + # Needed to publish results and get a badge (see publish_results below). + id-token: write + # Uncomment the permissions below if installing in a private repository. + # contents: read + # actions: read + + steps: + - name: Checkout code + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + with: + persist-credentials: false + + - name: Run analysis + uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1 + with: + results_file: scorecard.sarif + results_format: sarif + # (Optional) "write" PAT token. Uncomment the `repo_token` line below if: + # - you want to enable the Branch-Protection check on a *public* repository, or + # - you are installing Scorecard on a *private* repository + # To create the PAT, follow the steps in https://github.com/ossf/scorecard-action#authentication-with-pat. + #repo_token: ${{ secrets.SCORECARD_TOKEN }} + + # Public repositories: + # - Publish results to OpenSSF REST API for easy access by consumers + # - Allows the repository to include the Scorecard badge. + # - See https://github.com/ossf/scorecard-action#publishing-results. + # For private repositories: + # - `publish_results` will always be set to `false`, regardless + # of the value entered here. + publish_results: true + + # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF + # format to the repository Actions tab. + - name: Upload artifact + uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + with: + name: Scorecard SARIF file + path: scorecard.sarif + retention-days: 5 + + # Upload the results to GitHub's code scanning dashboard. + - name: Upload to code-scanning + uses: github/codeql-action/upload-sarif@cf7e9f23492505046de9a37830c3711dd0f25bb3 # codeql-bundle-v2.16.2 + with: + sarif_file: scorecard.sarif diff --git a/Descriptors/AbsenceEventCategoryDescriptor.xml b/Descriptors/AbsenceEventCategoryDescriptor.xml index 4ba9914..1862c65 100644 --- a/Descriptors/AbsenceEventCategoryDescriptor.xml +++ b/Descriptors/AbsenceEventCategoryDescriptor.xml @@ -1,5 +1,5 @@ - + Bereavement Bereavement diff --git a/Descriptors/AcademicHonorCategoryDescriptor.xml b/Descriptors/AcademicHonorCategoryDescriptor.xml index 65d7aa6..b944755 100644 --- a/Descriptors/AcademicHonorCategoryDescriptor.xml +++ b/Descriptors/AcademicHonorCategoryDescriptor.xml @@ -1,5 +1,5 @@ - + Attendance award Attendance award diff --git a/Descriptors/AcademicSubjectDescriptor.xml b/Descriptors/AcademicSubjectDescriptor.xml index 786cde2..c2e2471 100644 --- a/Descriptors/AcademicSubjectDescriptor.xml +++ b/Descriptors/AcademicSubjectDescriptor.xml @@ -1,5 +1,5 @@ - + Career and Technical Education Career and Technical Education diff --git a/Descriptors/AccommodationDescriptor.xml b/Descriptors/AccommodationDescriptor.xml index ec17b8d..5fb420c 100644 --- a/Descriptors/AccommodationDescriptor.xml +++ b/Descriptors/AccommodationDescriptor.xml @@ -1,5 +1,5 @@ - + 504 accommodation 504 accommodation diff --git a/Descriptors/AccountTypeDescriptor.xml b/Descriptors/AccountTypeDescriptor.xml index baea975..37baec1 100644 --- a/Descriptors/AccountTypeDescriptor.xml +++ b/Descriptors/AccountTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Balance sheet Balance sheet diff --git a/Descriptors/AchievementCategoryDescriptor.xml b/Descriptors/AchievementCategoryDescriptor.xml index 911a3a4..4c998bf 100644 --- a/Descriptors/AchievementCategoryDescriptor.xml +++ b/Descriptors/AchievementCategoryDescriptor.xml @@ -1,5 +1,5 @@ - + Academic Honor Academic Honor diff --git a/Descriptors/AdditionalCreditTypeDescriptor.xml b/Descriptors/AdditionalCreditTypeDescriptor.xml index cb7833a..d0439af 100644 --- a/Descriptors/AdditionalCreditTypeDescriptor.xml +++ b/Descriptors/AdditionalCreditTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Advanced Placement Advanced Placement diff --git a/Descriptors/AddressTypeDescriptor.xml b/Descriptors/AddressTypeDescriptor.xml index db6be6a..f4e989d 100644 --- a/Descriptors/AddressTypeDescriptor.xml +++ b/Descriptors/AddressTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Billing Billing diff --git a/Descriptors/AdministrationEnvironmentDescriptor.xml b/Descriptors/AdministrationEnvironmentDescriptor.xml index a0e72d1..dbe50eb 100644 --- a/Descriptors/AdministrationEnvironmentDescriptor.xml +++ b/Descriptors/AdministrationEnvironmentDescriptor.xml @@ -1,5 +1,5 @@ - + Classroom Classroom diff --git a/Descriptors/AdministrativeFundingControlDescriptor.xml b/Descriptors/AdministrativeFundingControlDescriptor.xml index 09c2e0e..8a135a3 100644 --- a/Descriptors/AdministrativeFundingControlDescriptor.xml +++ b/Descriptors/AdministrativeFundingControlDescriptor.xml @@ -1,5 +1,5 @@ - + Other Other diff --git a/Descriptors/AssessmentCategoryDescriptor.xml b/Descriptors/AssessmentCategoryDescriptor.xml index 0cd4177..5291a75 100644 --- a/Descriptors/AssessmentCategoryDescriptor.xml +++ b/Descriptors/AssessmentCategoryDescriptor.xml @@ -1,5 +1,5 @@ - + Advanced Placement Advanced Placement diff --git a/Descriptors/AssessmentIdentificationSystemDescriptor.xml b/Descriptors/AssessmentIdentificationSystemDescriptor.xml index ec35c00..9fa70c3 100644 --- a/Descriptors/AssessmentIdentificationSystemDescriptor.xml +++ b/Descriptors/AssessmentIdentificationSystemDescriptor.xml @@ -1,5 +1,5 @@ - + District District diff --git a/Descriptors/AssessmentItemCategoryDescriptor.xml b/Descriptors/AssessmentItemCategoryDescriptor.xml index 06f9ed0..54f23a1 100644 --- a/Descriptors/AssessmentItemCategoryDescriptor.xml +++ b/Descriptors/AssessmentItemCategoryDescriptor.xml @@ -1,5 +1,5 @@ - + Analytic Analytic diff --git a/Descriptors/AssessmentItemResultDescriptor.xml b/Descriptors/AssessmentItemResultDescriptor.xml index cba71ce..0bae9d5 100644 --- a/Descriptors/AssessmentItemResultDescriptor.xml +++ b/Descriptors/AssessmentItemResultDescriptor.xml @@ -1,5 +1,5 @@ - + Above Standard Above Standard diff --git a/Descriptors/AssessmentPeriodDescriptor.xml b/Descriptors/AssessmentPeriodDescriptor.xml index 9657b8a..995fac2 100644 --- a/Descriptors/AssessmentPeriodDescriptor.xml +++ b/Descriptors/AssessmentPeriodDescriptor.xml @@ -1,5 +1,5 @@ - + Beginning of Year Beginning of Year diff --git a/Descriptors/AssessmentReportingMethodDescriptor.xml b/Descriptors/AssessmentReportingMethodDescriptor.xml index 6a6a323..0b74f60 100644 --- a/Descriptors/AssessmentReportingMethodDescriptor.xml +++ b/Descriptors/AssessmentReportingMethodDescriptor.xml @@ -1,5 +1,5 @@ - + Achievement/proficiency level Achievement/proficiency level diff --git a/Descriptors/AssignmentLateStatusDescriptor.xml b/Descriptors/AssignmentLateStatusDescriptor.xml index f966954..4b4afa4 100644 --- a/Descriptors/AssignmentLateStatusDescriptor.xml +++ b/Descriptors/AssignmentLateStatusDescriptor.xml @@ -1,5 +1,5 @@ - + Late Late diff --git a/Descriptors/AttemptStatusDescriptor.xml b/Descriptors/AttemptStatusDescriptor.xml index da12e89..d9977b9 100644 --- a/Descriptors/AttemptStatusDescriptor.xml +++ b/Descriptors/AttemptStatusDescriptor.xml @@ -1,5 +1,5 @@ - + Pass Pass diff --git a/Descriptors/AttendanceEventCategoryDescriptor.xml b/Descriptors/AttendanceEventCategoryDescriptor.xml index 4557911..c2ebc1e 100644 --- a/Descriptors/AttendanceEventCategoryDescriptor.xml +++ b/Descriptors/AttendanceEventCategoryDescriptor.xml @@ -1,5 +1,5 @@ - + In Attendance In Attendance diff --git a/Descriptors/BarrierToInternetAccessInResidenceDescriptor.xml b/Descriptors/BarrierToInternetAccessInResidenceDescriptor.xml index aeb7db5..47aeb0e 100644 --- a/Descriptors/BarrierToInternetAccessInResidenceDescriptor.xml +++ b/Descriptors/BarrierToInternetAccessInResidenceDescriptor.xml @@ -1,5 +1,5 @@ - + Not Available Not Available diff --git a/Descriptors/BehaviorDescriptor.xml b/Descriptors/BehaviorDescriptor.xml index c28aab3..202303a 100644 --- a/Descriptors/BehaviorDescriptor.xml +++ b/Descriptors/BehaviorDescriptor.xml @@ -1,5 +1,5 @@ - + State Offense State Offense diff --git a/Descriptors/CTEProgramServiceDescriptor.xml b/Descriptors/CTEProgramServiceDescriptor.xml index 4b1a2a1..2ef2225 100644 --- a/Descriptors/CTEProgramServiceDescriptor.xml +++ b/Descriptors/CTEProgramServiceDescriptor.xml @@ -1,5 +1,5 @@ - + Agriculture, Food and Natural Resources Agriculture, Food and Natural Resources diff --git a/Descriptors/CalendarEventDescriptor.xml b/Descriptors/CalendarEventDescriptor.xml index 38bc9aa..02e500a 100644 --- a/Descriptors/CalendarEventDescriptor.xml +++ b/Descriptors/CalendarEventDescriptor.xml @@ -1,5 +1,5 @@ - + Emergency day Emergency day diff --git a/Descriptors/CalendarTypeDescriptor.xml b/Descriptors/CalendarTypeDescriptor.xml index ec7d59e..f5dad21 100644 --- a/Descriptors/CalendarTypeDescriptor.xml +++ b/Descriptors/CalendarTypeDescriptor.xml @@ -1,5 +1,5 @@ - + IEP IEP diff --git a/Descriptors/CareerPathwayDescriptor.xml b/Descriptors/CareerPathwayDescriptor.xml index d5ee4fe..0996f6e 100644 --- a/Descriptors/CareerPathwayDescriptor.xml +++ b/Descriptors/CareerPathwayDescriptor.xml @@ -1,5 +1,5 @@ - + Agriculture, Food and Natural Resources Agriculture, Food and Natural Resources diff --git a/Descriptors/CharterApprovalAgencyTypeDescriptor.xml b/Descriptors/CharterApprovalAgencyTypeDescriptor.xml index dc50680..9614cb8 100644 --- a/Descriptors/CharterApprovalAgencyTypeDescriptor.xml +++ b/Descriptors/CharterApprovalAgencyTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Other Other diff --git a/Descriptors/CharterStatusDescriptor.xml b/Descriptors/CharterStatusDescriptor.xml index edef7b7..1647a55 100644 --- a/Descriptors/CharterStatusDescriptor.xml +++ b/Descriptors/CharterStatusDescriptor.xml @@ -1,5 +1,5 @@ - + College/University Charter College/University Charter diff --git a/Descriptors/CitizenshipStatusDescriptor.xml b/Descriptors/CitizenshipStatusDescriptor.xml index 4607c7e..a49ef3d 100644 --- a/Descriptors/CitizenshipStatusDescriptor.xml +++ b/Descriptors/CitizenshipStatusDescriptor.xml @@ -1,5 +1,5 @@ - + Non-resident alien Non-resident alien diff --git a/Descriptors/ClassroomPositionDescriptor.xml b/Descriptors/ClassroomPositionDescriptor.xml index c5535d0..c190a90 100644 --- a/Descriptors/ClassroomPositionDescriptor.xml +++ b/Descriptors/ClassroomPositionDescriptor.xml @@ -1,5 +1,5 @@ - + Assistant Teacher Assistant Teacher diff --git a/Descriptors/CohortScopeDescriptor.xml b/Descriptors/CohortScopeDescriptor.xml index 73a022a..6879640 100644 --- a/Descriptors/CohortScopeDescriptor.xml +++ b/Descriptors/CohortScopeDescriptor.xml @@ -1,5 +1,5 @@ - + Classroom Classroom diff --git a/Descriptors/CohortTypeDescriptor.xml b/Descriptors/CohortTypeDescriptor.xml index 35912d9..5961fc2 100644 --- a/Descriptors/CohortTypeDescriptor.xml +++ b/Descriptors/CohortTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Academic Intervention Academic Intervention diff --git a/Descriptors/CohortYearTypeDescriptor.xml b/Descriptors/CohortYearTypeDescriptor.xml index 065481e..88547e3 100644 --- a/Descriptors/CohortYearTypeDescriptor.xml +++ b/Descriptors/CohortYearTypeDescriptor.xml @@ -1,5 +1,5 @@ - + First grade First grade diff --git a/Descriptors/CompetencyLevelDescriptor.xml b/Descriptors/CompetencyLevelDescriptor.xml index 11c19cd..e0df335 100644 --- a/Descriptors/CompetencyLevelDescriptor.xml +++ b/Descriptors/CompetencyLevelDescriptor.xml @@ -1,5 +1,5 @@ - + Advanced Advanced diff --git a/Descriptors/ContactTypeDescriptor.xml b/Descriptors/ContactTypeDescriptor.xml index 7cbc1d1..951931d 100644 --- a/Descriptors/ContactTypeDescriptor.xml +++ b/Descriptors/ContactTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Other Other diff --git a/Descriptors/ContentClassDescriptor.xml b/Descriptors/ContentClassDescriptor.xml index 7995b3b..90e1c00 100644 --- a/Descriptors/ContentClassDescriptor.xml +++ b/Descriptors/ContentClassDescriptor.xml @@ -1,5 +1,5 @@ - + Education Research Education Research diff --git a/Descriptors/ContinuationOfServicesReasonDescriptor.xml b/Descriptors/ContinuationOfServicesReasonDescriptor.xml index 75b69fd..42ade44 100644 --- a/Descriptors/ContinuationOfServicesReasonDescriptor.xml +++ b/Descriptors/ContinuationOfServicesReasonDescriptor.xml @@ -1,5 +1,5 @@ - + Ceased to be migratory during previous term Ceased to be migratory in previous term - comparable services not available diff --git a/Descriptors/CostRateDescriptor.xml b/Descriptors/CostRateDescriptor.xml index fa7ee83..a78fde3 100644 --- a/Descriptors/CostRateDescriptor.xml +++ b/Descriptors/CostRateDescriptor.xml @@ -1,5 +1,5 @@ - + Flat Fee Flat Fee diff --git a/Descriptors/CountryDescriptor.xml b/Descriptors/CountryDescriptor.xml index c443a33..f41375d 100644 --- a/Descriptors/CountryDescriptor.xml +++ b/Descriptors/CountryDescriptor.xml @@ -1,5 +1,5 @@ - + AD Andorra diff --git a/Descriptors/CourseAttemptResultDescriptor.xml b/Descriptors/CourseAttemptResultDescriptor.xml index 86fa9de..01147b2 100644 --- a/Descriptors/CourseAttemptResultDescriptor.xml +++ b/Descriptors/CourseAttemptResultDescriptor.xml @@ -1,5 +1,5 @@ - + Fail Fail diff --git a/Descriptors/CourseDefinedByDescriptor.xml b/Descriptors/CourseDefinedByDescriptor.xml index e531198..aaeaba0 100644 --- a/Descriptors/CourseDefinedByDescriptor.xml +++ b/Descriptors/CourseDefinedByDescriptor.xml @@ -1,5 +1,5 @@ - + LEA LEA diff --git a/Descriptors/CourseGPAApplicabilityDescriptor.xml b/Descriptors/CourseGPAApplicabilityDescriptor.xml index 276ff37..46791ae 100644 --- a/Descriptors/CourseGPAApplicabilityDescriptor.xml +++ b/Descriptors/CourseGPAApplicabilityDescriptor.xml @@ -1,5 +1,5 @@ - + Applicable Applicable diff --git a/Descriptors/CourseIdentificationSystemDescriptor.xml b/Descriptors/CourseIdentificationSystemDescriptor.xml index be8aee6..5e2305f 100644 --- a/Descriptors/CourseIdentificationSystemDescriptor.xml +++ b/Descriptors/CourseIdentificationSystemDescriptor.xml @@ -1,5 +1,5 @@ - + CSSC course code CSSC course code diff --git a/Descriptors/CourseLevelCharacteristicDescriptor.xml b/Descriptors/CourseLevelCharacteristicDescriptor.xml index d6caf2f..c2c56eb 100644 --- a/Descriptors/CourseLevelCharacteristicDescriptor.xml +++ b/Descriptors/CourseLevelCharacteristicDescriptor.xml @@ -1,5 +1,5 @@ - + Accepted as high school equivalent Accepted as high school equivalent diff --git a/Descriptors/CourseRepeatCodeDescriptor.xml b/Descriptors/CourseRepeatCodeDescriptor.xml index 0a32d78..200371c 100644 --- a/Descriptors/CourseRepeatCodeDescriptor.xml +++ b/Descriptors/CourseRepeatCodeDescriptor.xml @@ -1,5 +1,5 @@ - + Not Counted Other Not Counted Other diff --git a/Descriptors/CredentialFieldDescriptor.xml b/Descriptors/CredentialFieldDescriptor.xml index 0c413a2..59039ab 100644 --- a/Descriptors/CredentialFieldDescriptor.xml +++ b/Descriptors/CredentialFieldDescriptor.xml @@ -1,5 +1,5 @@ - + Computer Science Computer Science diff --git a/Descriptors/CredentialTypeDescriptor.xml b/Descriptors/CredentialTypeDescriptor.xml index 69c52d0..14cba67 100644 --- a/Descriptors/CredentialTypeDescriptor.xml +++ b/Descriptors/CredentialTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Certification Certification diff --git a/Descriptors/CreditCategoryDescriptor.xml b/Descriptors/CreditCategoryDescriptor.xml index 4273a11..2a0c2eb 100644 --- a/Descriptors/CreditCategoryDescriptor.xml +++ b/Descriptors/CreditCategoryDescriptor.xml @@ -1,5 +1,5 @@ - + Advanced Placement Advanced Placement diff --git a/Descriptors/CreditTypeDescriptor.xml b/Descriptors/CreditTypeDescriptor.xml index 37fda57..6720864 100644 --- a/Descriptors/CreditTypeDescriptor.xml +++ b/Descriptors/CreditTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Adult education credit Adult education credit diff --git a/Descriptors/CrisisTypeDescriptor.xml b/Descriptors/CrisisTypeDescriptor.xml new file mode 100644 index 0000000..fbfd327 --- /dev/null +++ b/Descriptors/CrisisTypeDescriptor.xml @@ -0,0 +1,117 @@ + + + + Active Shooter + Active Shooter + Active Shooter + uri://ed-fi.org/CrisisTypeDescriptor + + + Avalanche + Avalanche + Avalanche + uri://ed-fi.org/CrisisTypeDescriptor + + + Cyberattack + Cyberattack + Cyberattack + uri://ed-fi.org/CrisisTypeDescriptor + + + Earthquake + Earthquake + Earthquake + uri://ed-fi.org/CrisisTypeDescriptor + + + Extreme Heat + Extreme Heat + Extreme Heat + uri://ed-fi.org/CrisisTypeDescriptor + + + Financial Emergency + Financial Emergency + Financial Emergency + uri://ed-fi.org/CrisisTypeDescriptor + + + Flood + Flood + Flood + uri://ed-fi.org/CrisisTypeDescriptor + + + Hurricane + Hurricane + Hurricane + uri://ed-fi.org/CrisisTypeDescriptor + + + Landslide + Landslide + Landslide + uri://ed-fi.org/CrisisTypeDescriptor + + + Novel Pandemic + Novel Pandemic + Novel Pandemic + uri://ed-fi.org/CrisisTypeDescriptor + + + Nuclear Explosion + Nuclear Explosion + Nuclear Explosion + uri://ed-fi.org/CrisisTypeDescriptor + + + Power Outage + Power Outage + Power Outage + uri://ed-fi.org/CrisisTypeDescriptor + + + Thunderstorm, Lightning, or Hail + Thunderstorm, Lightning, or Hail + Thunderstorm, Lightning, or Hail + uri://ed-fi.org/CrisisTypeDescriptor + + + Tornado + Tornado + Tornado + uri://ed-fi.org/CrisisTypeDescriptor + + + Tsunami + Tsunami + Tsunami + uri://ed-fi.org/CrisisTypeDescriptor + + + Volcano + Volcano + Volcano + uri://ed-fi.org/CrisisTypeDescriptor + + + Wildfires + Wildfires + Wildfires + uri://ed-fi.org/CrisisTypeDescriptor + + + Winter Storm + Winter Storm + Winter Storm + uri://ed-fi.org/CrisisTypeDescriptor + + + Other + Other + Other + uri://ed-fi.org/CrisisTypeDescriptor + + \ No newline at end of file diff --git a/Descriptors/CurriculumUsedDescriptor.xml b/Descriptors/CurriculumUsedDescriptor.xml index fc501b3..67c11d9 100644 --- a/Descriptors/CurriculumUsedDescriptor.xml +++ b/Descriptors/CurriculumUsedDescriptor.xml @@ -1,5 +1,5 @@ - + Creative curriculum family child care Creative curriculum family child care diff --git a/Descriptors/DeliveryMethodDescriptor.xml b/Descriptors/DeliveryMethodDescriptor.xml index cafee26..497a492 100644 --- a/Descriptors/DeliveryMethodDescriptor.xml +++ b/Descriptors/DeliveryMethodDescriptor.xml @@ -1,5 +1,5 @@ - + Individual Individual diff --git a/Descriptors/DiagnosisDescriptor.xml b/Descriptors/DiagnosisDescriptor.xml index 40dd1fe..27a525d 100644 --- a/Descriptors/DiagnosisDescriptor.xml +++ b/Descriptors/DiagnosisDescriptor.xml @@ -1,5 +1,5 @@ - + Low Attendance DEPRECATED: Low Attendance diff --git a/Descriptors/DiplomaLevelDescriptor.xml b/Descriptors/DiplomaLevelDescriptor.xml index 81169ce..e8cfe32 100644 --- a/Descriptors/DiplomaLevelDescriptor.xml +++ b/Descriptors/DiplomaLevelDescriptor.xml @@ -1,5 +1,5 @@ - + Cum laude Cum laude diff --git a/Descriptors/DiplomaTypeDescriptor.xml b/Descriptors/DiplomaTypeDescriptor.xml index 86065aa..1b86b03 100644 --- a/Descriptors/DiplomaTypeDescriptor.xml +++ b/Descriptors/DiplomaTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Alternative credential Alternative credential diff --git a/Descriptors/DisabilityDescriptor.xml b/Descriptors/DisabilityDescriptor.xml index 825fe97..500ed81 100644 --- a/Descriptors/DisabilityDescriptor.xml +++ b/Descriptors/DisabilityDescriptor.xml @@ -1,5 +1,5 @@ - + Autism Spectrum Disorders Autism Spectrum Disorders diff --git a/Descriptors/DisabilityDesignationDescriptor.xml b/Descriptors/DisabilityDesignationDescriptor.xml index f7c37eb..38d5cd2 100644 --- a/Descriptors/DisabilityDesignationDescriptor.xml +++ b/Descriptors/DisabilityDesignationDescriptor.xml @@ -1,5 +1,5 @@ - + Individuals with Disabilities Education Act Individuals with Disabilities Education Act diff --git a/Descriptors/DisabilityDeterminationSourceTypeDescriptor.xml b/Descriptors/DisabilityDeterminationSourceTypeDescriptor.xml index 21dbf33..242130d 100644 --- a/Descriptors/DisabilityDeterminationSourceTypeDescriptor.xml +++ b/Descriptors/DisabilityDeterminationSourceTypeDescriptor.xml @@ -1,5 +1,5 @@ - + By health care provider By health care provider diff --git a/Descriptors/DisciplineActionLengthDifferenceReasonDescriptor.xml b/Descriptors/DisciplineActionLengthDifferenceReasonDescriptor.xml index c5d6db4..64e0d6c 100644 --- a/Descriptors/DisciplineActionLengthDifferenceReasonDescriptor.xml +++ b/Descriptors/DisciplineActionLengthDifferenceReasonDescriptor.xml @@ -1,5 +1,5 @@ - + Continuation Of Prior Year's Disciplinary Action Continuation Of Previous Year's Disciplinary Action Assignment diff --git a/Descriptors/DisciplineDescriptor.xml b/Descriptors/DisciplineDescriptor.xml index 0a8ae4a..99aacbe 100644 --- a/Descriptors/DisciplineDescriptor.xml +++ b/Descriptors/DisciplineDescriptor.xml @@ -1,5 +1,5 @@ - + Removal from Classroom Removal from Classroom diff --git a/Descriptors/DisciplineIncidentParticipationCodeDescriptor.xml b/Descriptors/DisciplineIncidentParticipationCodeDescriptor.xml index 6e21ad0..e2d912b 100644 --- a/Descriptors/DisciplineIncidentParticipationCodeDescriptor.xml +++ b/Descriptors/DisciplineIncidentParticipationCodeDescriptor.xml @@ -1,5 +1,5 @@ - + Perpetrator Perpetrator diff --git a/Descriptors/DisplacedStudentStatusDescriptor.xml b/Descriptors/DisplacedStudentStatusDescriptor.xml new file mode 100644 index 0000000..939340a --- /dev/null +++ b/Descriptors/DisplacedStudentStatusDescriptor.xml @@ -0,0 +1,27 @@ + + + + Displaced + Displaced + Displaced + uri://ed-fi.org/DisplacedStudentStatusDescriptor + + + Not Displaced + Not Displaced + Not Displaced + uri://ed-fi.org/DisplacedStudentStatusDescriptor + + + Pending Displacement + Pending Displacement + Pending Displacement + uri://ed-fi.org/DisplacedStudentStatusDescriptor + + + Unknown + Unknown + Unknown + uri://ed-fi.org/DisplacedStudentStatusDescriptor + + \ No newline at end of file diff --git a/Descriptors/EducationOrganizationAssociationTypeDescriptor.xml b/Descriptors/EducationOrganizationAssociationTypeDescriptor.xml index 85e64bc..96d611b 100644 --- a/Descriptors/EducationOrganizationAssociationTypeDescriptor.xml +++ b/Descriptors/EducationOrganizationAssociationTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Administration Administration diff --git a/Descriptors/EducationOrganizationCategoryDescriptor.xml b/Descriptors/EducationOrganizationCategoryDescriptor.xml index 8719315..8eaacb9 100644 --- a/Descriptors/EducationOrganizationCategoryDescriptor.xml +++ b/Descriptors/EducationOrganizationCategoryDescriptor.xml @@ -1,5 +1,5 @@ - + Education Organization Network Education Organization Network diff --git a/Descriptors/EducationOrganizationIdentificationSystemDescriptor.xml b/Descriptors/EducationOrganizationIdentificationSystemDescriptor.xml index 45f46fc..786398a 100644 --- a/Descriptors/EducationOrganizationIdentificationSystemDescriptor.xml +++ b/Descriptors/EducationOrganizationIdentificationSystemDescriptor.xml @@ -1,5 +1,5 @@ - + ACT ACT diff --git a/Descriptors/EducationPlanDescriptor.xml b/Descriptors/EducationPlanDescriptor.xml index 67a3e13..865fdb9 100644 --- a/Descriptors/EducationPlanDescriptor.xml +++ b/Descriptors/EducationPlanDescriptor.xml @@ -1,5 +1,5 @@ - + 504 Plan 504 Plan diff --git a/Descriptors/EducationalEnvironmentDescriptor.xml b/Descriptors/EducationalEnvironmentDescriptor.xml index f6f49c9..792dace 100644 --- a/Descriptors/EducationalEnvironmentDescriptor.xml +++ b/Descriptors/EducationalEnvironmentDescriptor.xml @@ -1,5 +1,5 @@ - + Classroom Classroom diff --git a/Descriptors/ElectronicMailTypeDescriptor.xml b/Descriptors/ElectronicMailTypeDescriptor.xml index 9730634..c702ea5 100644 --- a/Descriptors/ElectronicMailTypeDescriptor.xml +++ b/Descriptors/ElectronicMailTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Home/Personal Home/Personal diff --git a/Descriptors/EligibilityDelayReasonDescriptor.xml b/Descriptors/EligibilityDelayReasonDescriptor.xml index 1896637..3a018a8 100644 --- a/Descriptors/EligibilityDelayReasonDescriptor.xml +++ b/Descriptors/EligibilityDelayReasonDescriptor.xml @@ -1,5 +1,5 @@ - + Detailed Records Maintained by LEA Detailed Records Maintained by LEA diff --git a/Descriptors/EligibilityEvaluationTypeDescriptor.xml b/Descriptors/EligibilityEvaluationTypeDescriptor.xml index 49c946a..1ba258c 100644 --- a/Descriptors/EligibilityEvaluationTypeDescriptor.xml +++ b/Descriptors/EligibilityEvaluationTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Initial Evaluation Initial Evaluation diff --git a/Descriptors/EmploymentStatusDescriptor.xml b/Descriptors/EmploymentStatusDescriptor.xml index c71f66f..117dc37 100644 --- a/Descriptors/EmploymentStatusDescriptor.xml +++ b/Descriptors/EmploymentStatusDescriptor.xml @@ -1,5 +1,5 @@ - + Probationary Probationary diff --git a/Descriptors/EnrollmentTypeDescriptor.xml b/Descriptors/EnrollmentTypeDescriptor.xml index 0ac6211..fc351d4 100644 --- a/Descriptors/EnrollmentTypeDescriptor.xml +++ b/Descriptors/EnrollmentTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Current Current diff --git a/Descriptors/EntryGradeLevelReasonDescriptor.xml b/Descriptors/EntryGradeLevelReasonDescriptor.xml index 36c30a1..2ccdbc9 100644 --- a/Descriptors/EntryGradeLevelReasonDescriptor.xml +++ b/Descriptors/EntryGradeLevelReasonDescriptor.xml @@ -1,5 +1,5 @@ - + Nonpromotion - Failed to meet testing requirements Nonpromotion - Failed to meet testing requirements diff --git a/Descriptors/EntryTypeDescriptor.xml b/Descriptors/EntryTypeDescriptor.xml index de62a04..0a77c53 100644 --- a/Descriptors/EntryTypeDescriptor.xml +++ b/Descriptors/EntryTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Transfer Transfer diff --git a/Descriptors/EvaluationDelayReasonDescriptor.xml b/Descriptors/EvaluationDelayReasonDescriptor.xml index ba87dde..a17390d 100644 --- a/Descriptors/EvaluationDelayReasonDescriptor.xml +++ b/Descriptors/EvaluationDelayReasonDescriptor.xml @@ -1,5 +1,5 @@ - + Child Unavailable Child Unavailable diff --git a/Descriptors/EventCircumstanceDescriptor.xml b/Descriptors/EventCircumstanceDescriptor.xml index 28e8423..eb0c980 100644 --- a/Descriptors/EventCircumstanceDescriptor.xml +++ b/Descriptors/EventCircumstanceDescriptor.xml @@ -1,5 +1,5 @@ - + Administration or system failure Administration or system failure diff --git a/Descriptors/ExitWithdrawTypeDescriptor.xml b/Descriptors/ExitWithdrawTypeDescriptor.xml index 67799eb..a602499 100644 --- a/Descriptors/ExitWithdrawTypeDescriptor.xml +++ b/Descriptors/ExitWithdrawTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Completed Completed diff --git a/Descriptors/FinancialCollectionDescriptor.xml b/Descriptors/FinancialCollectionDescriptor.xml index 0499189..4f860b3 100644 --- a/Descriptors/FinancialCollectionDescriptor.xml +++ b/Descriptors/FinancialCollectionDescriptor.xml @@ -1,5 +1,5 @@ - + 0 to 30 days 0 to 30 days diff --git a/Descriptors/GradeLevelDescriptor.xml b/Descriptors/GradeLevelDescriptor.xml index ab48590..73241ff 100644 --- a/Descriptors/GradeLevelDescriptor.xml +++ b/Descriptors/GradeLevelDescriptor.xml @@ -1,5 +1,5 @@ - + Infant/toddler Infant/toddler diff --git a/Descriptors/GradePointAverageTypeDescriptor.xml b/Descriptors/GradePointAverageTypeDescriptor.xml index 244a925..72e418f 100644 --- a/Descriptors/GradePointAverageTypeDescriptor.xml +++ b/Descriptors/GradePointAverageTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Weighted Weighted diff --git a/Descriptors/GradeTypeDescriptor.xml b/Descriptors/GradeTypeDescriptor.xml index 5fd00e9..9493b0d 100644 --- a/Descriptors/GradeTypeDescriptor.xml +++ b/Descriptors/GradeTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Conduct Conduct diff --git a/Descriptors/GradebookEntryTypeDescriptor.xml b/Descriptors/GradebookEntryTypeDescriptor.xml index f47deed..a2dc936 100644 --- a/Descriptors/GradebookEntryTypeDescriptor.xml +++ b/Descriptors/GradebookEntryTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Activity Activity diff --git a/Descriptors/GradingPeriodDescriptor.xml b/Descriptors/GradingPeriodDescriptor.xml index e116ea6..3fa52ad 100644 --- a/Descriptors/GradingPeriodDescriptor.xml +++ b/Descriptors/GradingPeriodDescriptor.xml @@ -1,5 +1,5 @@ - + First Semester First Semester diff --git a/Descriptors/GraduationPlanTypeDescriptor.xml b/Descriptors/GraduationPlanTypeDescriptor.xml index 21222bd..f054f71 100644 --- a/Descriptors/GraduationPlanTypeDescriptor.xml +++ b/Descriptors/GraduationPlanTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Career and Technical Education Career and Technical Education diff --git a/Descriptors/GunFreeSchoolsActReportingStatusDescriptor.xml b/Descriptors/GunFreeSchoolsActReportingStatusDescriptor.xml index 3ee64df..0c53f41 100644 --- a/Descriptors/GunFreeSchoolsActReportingStatusDescriptor.xml +++ b/Descriptors/GunFreeSchoolsActReportingStatusDescriptor.xml @@ -1,5 +1,5 @@ - + No No diff --git a/Descriptors/HomelessPrimaryNighttimeResidenceDescriptor.xml b/Descriptors/HomelessPrimaryNighttimeResidenceDescriptor.xml index dbbc18c..2f55a84 100644 --- a/Descriptors/HomelessPrimaryNighttimeResidenceDescriptor.xml +++ b/Descriptors/HomelessPrimaryNighttimeResidenceDescriptor.xml @@ -1,5 +1,5 @@ - + Doubled-up Doubled-up diff --git a/Descriptors/HomelessProgramServiceDescriptor.xml b/Descriptors/HomelessProgramServiceDescriptor.xml index e8f2b14..8a8a09f 100644 --- a/Descriptors/HomelessProgramServiceDescriptor.xml +++ b/Descriptors/HomelessProgramServiceDescriptor.xml @@ -1,5 +1,5 @@ - + Instructional Services Instructional Services diff --git a/Descriptors/IDEAPartDescriptor.xml b/Descriptors/IDEAPartDescriptor.xml index 6b3db00..73d456b 100644 --- a/Descriptors/IDEAPartDescriptor.xml +++ b/Descriptors/IDEAPartDescriptor.xml @@ -1,5 +1,5 @@ - + IDEA Part B IDEA Part B diff --git a/Descriptors/IdentificationDocumentUseDescriptor.xml b/Descriptors/IdentificationDocumentUseDescriptor.xml index 39327bc..6c6e9ac 100644 --- a/Descriptors/IdentificationDocumentUseDescriptor.xml +++ b/Descriptors/IdentificationDocumentUseDescriptor.xml @@ -1,5 +1,5 @@ - + Foreign Citizenship Identification Foreign Citizenship Identification diff --git a/Descriptors/ImmunizationTypeDescriptor.xml b/Descriptors/ImmunizationTypeDescriptor.xml new file mode 100644 index 0000000..151fb36 --- /dev/null +++ b/Descriptors/ImmunizationTypeDescriptor.xml @@ -0,0 +1,111 @@ + + + + RSV + Respiratory syncytial virus + Respiratory syncytial virus + uri://ed-fi.org/ImmunizationTypeDescriptor + + + HepB + Hepatitis B + Hepatitis B + uri://ed-fi.org/ImmunizationTypeDescriptor + + + RV + Rotavirus + Rotavirus + uri://ed-fi.org/ImmunizationTypeDescriptor + + + DTaP + Diphtheria, tetanus and acellular pertussis + Diphtheria, tetanus and acellular pertussis + uri://ed-fi.org/ImmunizationTypeDescriptor + + + Hib + Haemophilus influenzae type b + Haemophilus influenzae type b + uri://ed-fi.org/ImmunizationTypeDescriptor + + + PCV + Pneumococcal conjugate + Pneumococcal conjugate + uri://ed-fi.org/ImmunizationTypeDescriptor + + + IPV + Inactivated poliovirus + Inactivated poliovirus + uri://ed-fi.org/ImmunizationTypeDescriptor + + + 1vCOV + COVID-19 + COVID-19 + uri://ed-fi.org/ImmunizationTypeDescriptor + + + IIV4 + Influenza + Influenza + uri://ed-fi.org/ImmunizationTypeDescriptor + + + LAIV4 + Influenza + Influenza + uri://ed-fi.org/ImmunizationTypeDescriptor + + + MMR + Measles, mumps, rubella + Measles, mumps, rubella + uri://ed-fi.org/ImmunizationTypeDescriptor + + + VAR + Varicella (chickenpox) + Varicella (chickenpox) + uri://ed-fi.org/ImmunizationTypeDescriptor + + + HepA + Hepatitis A + Hepatitis A + uri://ed-fi.org/ImmunizationTypeDescriptor + + + HPV + Human papillomavirus + Human papillomavirus + uri://ed-fi.org/ImmunizationTypeDescriptor + + + MenACWY + Meningococcal serogroup A,C,W,Y + Meningococcal serogroup A,C,W,Y + uri://ed-fi.org/ImmunizationTypeDescriptor + + + MenB + Meningococcal serogroup B + Meningococcal serogroup B + uri://ed-fi.org/ImmunizationTypeDescriptor + + + DEN4CYD + Dengue + Dengue + uri://ed-fi.org/ImmunizationTypeDescriptor + + + Mpox + Mpox + Mpox + uri://ed-fi.org/ImmunizationTypeDescriptor + + \ No newline at end of file diff --git a/Descriptors/IncidentLocationDescriptor.xml b/Descriptors/IncidentLocationDescriptor.xml index d870940..adaf0dd 100644 --- a/Descriptors/IncidentLocationDescriptor.xml +++ b/Descriptors/IncidentLocationDescriptor.xml @@ -1,5 +1,5 @@ - + Administrative offices area Administrative offices area diff --git a/Descriptors/InstitutionTelephoneNumberTypeDescriptor.xml b/Descriptors/InstitutionTelephoneNumberTypeDescriptor.xml index 48f42ab..e1e0318 100644 --- a/Descriptors/InstitutionTelephoneNumberTypeDescriptor.xml +++ b/Descriptors/InstitutionTelephoneNumberTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Administrative Administrative diff --git a/Descriptors/InteractivityStyleDescriptor.xml b/Descriptors/InteractivityStyleDescriptor.xml index e75803e..65dd9d1 100644 --- a/Descriptors/InteractivityStyleDescriptor.xml +++ b/Descriptors/InteractivityStyleDescriptor.xml @@ -1,5 +1,5 @@ - + Active Active diff --git a/Descriptors/InternetAccessDescriptor.xml b/Descriptors/InternetAccessDescriptor.xml index af0112d..97c48f7 100644 --- a/Descriptors/InternetAccessDescriptor.xml +++ b/Descriptors/InternetAccessDescriptor.xml @@ -1,5 +1,5 @@ - + Cable Cable diff --git a/Descriptors/InternetAccessTypeInResidenceDescriptor.xml b/Descriptors/InternetAccessTypeInResidenceDescriptor.xml index b578f39..71e0818 100644 --- a/Descriptors/InternetAccessTypeInResidenceDescriptor.xml +++ b/Descriptors/InternetAccessTypeInResidenceDescriptor.xml @@ -1,5 +1,5 @@ - + Residential Broadband Residential Broadband diff --git a/Descriptors/InternetPerformanceInResidenceDescriptor.xml b/Descriptors/InternetPerformanceInResidenceDescriptor.xml index b09e131..a0761e8 100644 --- a/Descriptors/InternetPerformanceInResidenceDescriptor.xml +++ b/Descriptors/InternetPerformanceInResidenceDescriptor.xml @@ -1,5 +1,5 @@ - + Yes Yes diff --git a/Descriptors/InterventionClassDescriptor.xml b/Descriptors/InterventionClassDescriptor.xml index 9f7675a..8a593b3 100644 --- a/Descriptors/InterventionClassDescriptor.xml +++ b/Descriptors/InterventionClassDescriptor.xml @@ -1,5 +1,5 @@ - + Curriculum Curriculum diff --git a/Descriptors/InterventionEffectivenessRatingDescriptor.xml b/Descriptors/InterventionEffectivenessRatingDescriptor.xml index e4584cc..9c85c8b 100644 --- a/Descriptors/InterventionEffectivenessRatingDescriptor.xml +++ b/Descriptors/InterventionEffectivenessRatingDescriptor.xml @@ -1,5 +1,5 @@ - + Mixed Effects Mixed Effects diff --git a/Descriptors/LanguageDescriptor.xml b/Descriptors/LanguageDescriptor.xml index 13bf84d..746e152 100644 --- a/Descriptors/LanguageDescriptor.xml +++ b/Descriptors/LanguageDescriptor.xml @@ -1,5 +1,5 @@ - + ady Adyghe diff --git a/Descriptors/LanguageInstructionProgramServiceDescriptor.xml b/Descriptors/LanguageInstructionProgramServiceDescriptor.xml index 94a5877..4a5ddb4 100644 --- a/Descriptors/LanguageInstructionProgramServiceDescriptor.xml +++ b/Descriptors/LanguageInstructionProgramServiceDescriptor.xml @@ -1,5 +1,5 @@ - + Content Classes with integrated ESL support Content Classes with integrated ESL support diff --git a/Descriptors/LanguageUseDescriptor.xml b/Descriptors/LanguageUseDescriptor.xml index 658f0f4..60d16e9 100644 --- a/Descriptors/LanguageUseDescriptor.xml +++ b/Descriptors/LanguageUseDescriptor.xml @@ -1,5 +1,5 @@ - + Correspondence language Correspondence language diff --git a/Descriptors/LearningStandardCategoryDescriptor.xml b/Descriptors/LearningStandardCategoryDescriptor.xml index ee37856..7e7158d 100644 --- a/Descriptors/LearningStandardCategoryDescriptor.xml +++ b/Descriptors/LearningStandardCategoryDescriptor.xml @@ -1,5 +1,5 @@ - + Practices Practices diff --git a/Descriptors/LearningStandardEquivalenceStrengthDescriptor.xml b/Descriptors/LearningStandardEquivalenceStrengthDescriptor.xml index dbaa5c1..86df9c8 100644 --- a/Descriptors/LearningStandardEquivalenceStrengthDescriptor.xml +++ b/Descriptors/LearningStandardEquivalenceStrengthDescriptor.xml @@ -1,5 +1,5 @@ - + Equivalent Equivalent diff --git a/Descriptors/LearningStandardScopeDescriptor.xml b/Descriptors/LearningStandardScopeDescriptor.xml index 8b282e1..ce05c61 100644 --- a/Descriptors/LearningStandardScopeDescriptor.xml +++ b/Descriptors/LearningStandardScopeDescriptor.xml @@ -1,5 +1,5 @@ - + State State diff --git a/Descriptors/LevelOfEducationDescriptor.xml b/Descriptors/LevelOfEducationDescriptor.xml index 1b6757e..68e73ef 100644 --- a/Descriptors/LevelOfEducationDescriptor.xml +++ b/Descriptors/LevelOfEducationDescriptor.xml @@ -1,5 +1,5 @@ - + Associate's Degree (two years or more) Associate's Degree (two years or more) diff --git a/Descriptors/LicenseStatusDescriptor.xml b/Descriptors/LicenseStatusDescriptor.xml index 9655f55..7e09dee 100644 --- a/Descriptors/LicenseStatusDescriptor.xml +++ b/Descriptors/LicenseStatusDescriptor.xml @@ -1,5 +1,5 @@ - + Exempt Exempt diff --git a/Descriptors/LicenseTypeDescriptor.xml b/Descriptors/LicenseTypeDescriptor.xml index 3945a39..2777eaf 100644 --- a/Descriptors/LicenseTypeDescriptor.xml +++ b/Descriptors/LicenseTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Before- and After-School Programs Before- and After-School Programs diff --git a/Descriptors/LimitedEnglishProficiencyDescriptor.xml b/Descriptors/LimitedEnglishProficiencyDescriptor.xml index 40407a2..28f8e3a 100644 --- a/Descriptors/LimitedEnglishProficiencyDescriptor.xml +++ b/Descriptors/LimitedEnglishProficiencyDescriptor.xml @@ -1,5 +1,5 @@ - + Limited Limited diff --git a/Descriptors/LocalEducationAgencyCategoryDescriptor.xml b/Descriptors/LocalEducationAgencyCategoryDescriptor.xml index ee3405b..a9d3b4d 100644 --- a/Descriptors/LocalEducationAgencyCategoryDescriptor.xml +++ b/Descriptors/LocalEducationAgencyCategoryDescriptor.xml @@ -1,5 +1,5 @@ - + Federal operated agency Federal operated agency diff --git a/Descriptors/LocaleDescriptor.xml b/Descriptors/LocaleDescriptor.xml index fece340..588fcc5 100644 --- a/Descriptors/LocaleDescriptor.xml +++ b/Descriptors/LocaleDescriptor.xml @@ -1,5 +1,5 @@ - + City-Large City-Large diff --git a/Descriptors/MagnetSpecialProgramEmphasisSchoolDescriptor.xml b/Descriptors/MagnetSpecialProgramEmphasisSchoolDescriptor.xml index 56b8736..006d3cd 100644 --- a/Descriptors/MagnetSpecialProgramEmphasisSchoolDescriptor.xml +++ b/Descriptors/MagnetSpecialProgramEmphasisSchoolDescriptor.xml @@ -1,5 +1,5 @@ - + All students participate All students participate diff --git a/Descriptors/MediumOfInstructionDescriptor.xml b/Descriptors/MediumOfInstructionDescriptor.xml index a6ec45e..5332c13 100644 --- a/Descriptors/MediumOfInstructionDescriptor.xml +++ b/Descriptors/MediumOfInstructionDescriptor.xml @@ -1,5 +1,5 @@ - + Center-based instruction Center-based instruction diff --git a/Descriptors/MethodCreditEarnedDescriptor.xml b/Descriptors/MethodCreditEarnedDescriptor.xml index 4e9668c..0beb5ce 100644 --- a/Descriptors/MethodCreditEarnedDescriptor.xml +++ b/Descriptors/MethodCreditEarnedDescriptor.xml @@ -1,5 +1,5 @@ - + Classroom credit Classroom credit diff --git a/Descriptors/MigrantEducationProgramServiceDescriptor.xml b/Descriptors/MigrantEducationProgramServiceDescriptor.xml index 93f54d1..46db8b4 100644 --- a/Descriptors/MigrantEducationProgramServiceDescriptor.xml +++ b/Descriptors/MigrantEducationProgramServiceDescriptor.xml @@ -1,5 +1,5 @@ - + Counseling Services Counseling Services diff --git a/Descriptors/MonitoredDescriptor.xml b/Descriptors/MonitoredDescriptor.xml index 5c406b9..6745c5f 100644 --- a/Descriptors/MonitoredDescriptor.xml +++ b/Descriptors/MonitoredDescriptor.xml @@ -1,5 +1,5 @@ - + Year 1 Year 1 diff --git a/Descriptors/NeglectedOrDelinquentProgramDescriptor.xml b/Descriptors/NeglectedOrDelinquentProgramDescriptor.xml index 4562e3d..465c402 100644 --- a/Descriptors/NeglectedOrDelinquentProgramDescriptor.xml +++ b/Descriptors/NeglectedOrDelinquentProgramDescriptor.xml @@ -1,5 +1,5 @@ - + At-Risk Programs At-Risk Programs diff --git a/Descriptors/NeglectedOrDelinquentProgramServiceDescriptor.xml b/Descriptors/NeglectedOrDelinquentProgramServiceDescriptor.xml index 23e4f2a..aab5839 100644 --- a/Descriptors/NeglectedOrDelinquentProgramServiceDescriptor.xml +++ b/Descriptors/NeglectedOrDelinquentProgramServiceDescriptor.xml @@ -1,5 +1,5 @@ - + Adult Correction Adult Correction diff --git a/Descriptors/NetworkPurposeDescriptor.xml b/Descriptors/NetworkPurposeDescriptor.xml index ceb9f0f..f673209 100644 --- a/Descriptors/NetworkPurposeDescriptor.xml +++ b/Descriptors/NetworkPurposeDescriptor.xml @@ -1,5 +1,5 @@ - + Collective Procurement Collective Procurement diff --git a/Descriptors/NonMedicalImmunizationExemptionDescriptor.xml b/Descriptors/NonMedicalImmunizationExemptionDescriptor.xml new file mode 100644 index 0000000..3cb64fa --- /dev/null +++ b/Descriptors/NonMedicalImmunizationExemptionDescriptor.xml @@ -0,0 +1,21 @@ + + + + Religious + Religious belief + Religious belief + uri://ed-fi.org/NonMedicalImmunizationExemptionDescriptor + + + Philosophical + Philosophical belief + Philosophical belief + uri://ed-fi.org/NonMedicalImmunizationExemptionDescriptor + + + Other + Other + Other + uri://ed-fi.org/NonMedicalImmunizationExemptionDescriptor + + \ No newline at end of file diff --git a/Descriptors/OperationalStatusDescriptor.xml b/Descriptors/OperationalStatusDescriptor.xml index 6f75066..0ce9c7b 100644 --- a/Descriptors/OperationalStatusDescriptor.xml +++ b/Descriptors/OperationalStatusDescriptor.xml @@ -1,5 +1,5 @@ - + Active Active diff --git a/Descriptors/OtherNameTypeDescriptor.xml b/Descriptors/OtherNameTypeDescriptor.xml index d6346c2..5da4e43 100644 --- a/Descriptors/OtherNameTypeDescriptor.xml +++ b/Descriptors/OtherNameTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Alias Alias diff --git a/Descriptors/ParticipationDescriptor.xml b/Descriptors/ParticipationDescriptor.xml index aaf4547..e70e122 100644 --- a/Descriptors/ParticipationDescriptor.xml +++ b/Descriptors/ParticipationDescriptor.xml @@ -1,5 +1,5 @@ - + Completed Completed diff --git a/Descriptors/ParticipationStatusDescriptor.xml b/Descriptors/ParticipationStatusDescriptor.xml index 6da4bbc..7c4c799 100644 --- a/Descriptors/ParticipationStatusDescriptor.xml +++ b/Descriptors/ParticipationStatusDescriptor.xml @@ -1,5 +1,5 @@ - + Referred Referred diff --git a/Descriptors/PerformanceBaseConversionDescriptor.xml b/Descriptors/PerformanceBaseConversionDescriptor.xml index fa0047a..0eda322 100644 --- a/Descriptors/PerformanceBaseConversionDescriptor.xml +++ b/Descriptors/PerformanceBaseConversionDescriptor.xml @@ -1,5 +1,5 @@ - + Advanced Advanced diff --git a/Descriptors/PerformanceLevelDescriptor.xml b/Descriptors/PerformanceLevelDescriptor.xml index 837d189..65c8241 100644 --- a/Descriptors/PerformanceLevelDescriptor.xml +++ b/Descriptors/PerformanceLevelDescriptor.xml @@ -1,5 +1,5 @@ - + Advanced Advanced diff --git a/Descriptors/PersonalInformationVerificationDescriptor.xml b/Descriptors/PersonalInformationVerificationDescriptor.xml index 6186c5c..d2dbc41 100644 --- a/Descriptors/PersonalInformationVerificationDescriptor.xml +++ b/Descriptors/PersonalInformationVerificationDescriptor.xml @@ -1,5 +1,5 @@ - + Baptismal or church certificate Baptismal or church certificate diff --git a/Descriptors/PlatformTypeDescriptor.xml b/Descriptors/PlatformTypeDescriptor.xml index bded7f9..289c978 100644 --- a/Descriptors/PlatformTypeDescriptor.xml +++ b/Descriptors/PlatformTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Computer-based Computer-based diff --git a/Descriptors/PopulationServedDescriptor.xml b/Descriptors/PopulationServedDescriptor.xml index c68d516..9e8092e 100644 --- a/Descriptors/PopulationServedDescriptor.xml +++ b/Descriptors/PopulationServedDescriptor.xml @@ -1,5 +1,5 @@ - + Adult Basic Education Students Adult Basic Education Students diff --git a/Descriptors/PostSecondaryEventCategoryDescriptor.xml b/Descriptors/PostSecondaryEventCategoryDescriptor.xml index ea85a9d..9aceb54 100644 --- a/Descriptors/PostSecondaryEventCategoryDescriptor.xml +++ b/Descriptors/PostSecondaryEventCategoryDescriptor.xml @@ -1,5 +1,5 @@ - + Certification Received Certification Received diff --git a/Descriptors/PostSecondaryInstitutionLevelDescriptor.xml b/Descriptors/PostSecondaryInstitutionLevelDescriptor.xml index 9742c63..3b2e8f5 100644 --- a/Descriptors/PostSecondaryInstitutionLevelDescriptor.xml +++ b/Descriptors/PostSecondaryInstitutionLevelDescriptor.xml @@ -1,5 +1,5 @@ - + Doctoral University Doctoral University diff --git a/Descriptors/PostingResultDescriptor.xml b/Descriptors/PostingResultDescriptor.xml index 2b8b7cc..ed73dfc 100644 --- a/Descriptors/PostingResultDescriptor.xml +++ b/Descriptors/PostingResultDescriptor.xml @@ -1,5 +1,5 @@ - + Position Filled Position Filled diff --git a/Descriptors/PrimaryLearningDeviceAccessDescriptor.xml b/Descriptors/PrimaryLearningDeviceAccessDescriptor.xml index c1583ae..bb33778 100644 --- a/Descriptors/PrimaryLearningDeviceAccessDescriptor.xml +++ b/Descriptors/PrimaryLearningDeviceAccessDescriptor.xml @@ -1,5 +1,5 @@ - + Shared Shared diff --git a/Descriptors/PrimaryLearningDeviceAwayFromSchoolDescriptor.xml b/Descriptors/PrimaryLearningDeviceAwayFromSchoolDescriptor.xml index b2c7a72..fab59f9 100644 --- a/Descriptors/PrimaryLearningDeviceAwayFromSchoolDescriptor.xml +++ b/Descriptors/PrimaryLearningDeviceAwayFromSchoolDescriptor.xml @@ -1,5 +1,5 @@ - + Desktop Computer Desktop Computer diff --git a/Descriptors/PrimaryLearningDeviceProviderDescriptor.xml b/Descriptors/PrimaryLearningDeviceProviderDescriptor.xml index 5800710..b1253b3 100644 --- a/Descriptors/PrimaryLearningDeviceProviderDescriptor.xml +++ b/Descriptors/PrimaryLearningDeviceProviderDescriptor.xml @@ -1,5 +1,5 @@ - + Personal Personal diff --git a/Descriptors/ProficiencyDescriptor.xml b/Descriptors/ProficiencyDescriptor.xml index 5c0252d..9f01b59 100644 --- a/Descriptors/ProficiencyDescriptor.xml +++ b/Descriptors/ProficiencyDescriptor.xml @@ -1,5 +1,5 @@ - + Proficient Proficient diff --git a/Descriptors/ProgramAssignmentDescriptor.xml b/Descriptors/ProgramAssignmentDescriptor.xml index 73c09df..f6c929a 100644 --- a/Descriptors/ProgramAssignmentDescriptor.xml +++ b/Descriptors/ProgramAssignmentDescriptor.xml @@ -1,5 +1,5 @@ - + Bilingual/English as a Second Language Bilingual/English as a Second Language diff --git a/Descriptors/ProgramEvaluationPeriodDescriptor.xml b/Descriptors/ProgramEvaluationPeriodDescriptor.xml index 3aab8f2..4126b48 100644 --- a/Descriptors/ProgramEvaluationPeriodDescriptor.xml +++ b/Descriptors/ProgramEvaluationPeriodDescriptor.xml @@ -1,5 +1,5 @@ - + Mid-Year Mid-Year diff --git a/Descriptors/ProgramEvaluationTypeDescriptor.xml b/Descriptors/ProgramEvaluationTypeDescriptor.xml index e04b7eb..3977809 100644 --- a/Descriptors/ProgramEvaluationTypeDescriptor.xml +++ b/Descriptors/ProgramEvaluationTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Observation Observation diff --git a/Descriptors/ProgramSponsorDescriptor.xml b/Descriptors/ProgramSponsorDescriptor.xml index 86f0659..dd1da24 100644 --- a/Descriptors/ProgramSponsorDescriptor.xml +++ b/Descriptors/ProgramSponsorDescriptor.xml @@ -1,5 +1,5 @@ - + Business Business diff --git a/Descriptors/ProgramTypeDescriptor.xml b/Descriptors/ProgramTypeDescriptor.xml index 58128d6..bf7fbc0 100644 --- a/Descriptors/ProgramTypeDescriptor.xml +++ b/Descriptors/ProgramTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Adult/Continuing Education Adult/Continuing Education diff --git a/Descriptors/ProgressDescriptor.xml b/Descriptors/ProgressDescriptor.xml index d4abd7a..81d289e 100644 --- a/Descriptors/ProgressDescriptor.xml +++ b/Descriptors/ProgressDescriptor.xml @@ -1,5 +1,5 @@ - + Progress Progress diff --git a/Descriptors/ProgressLevelDescriptor.xml b/Descriptors/ProgressLevelDescriptor.xml index 34bdc0d..5042a69 100644 --- a/Descriptors/ProgressLevelDescriptor.xml +++ b/Descriptors/ProgressLevelDescriptor.xml @@ -1,5 +1,5 @@ - + Negative Grade Negative Grade diff --git a/Descriptors/ProviderCategoryDescriptor.xml b/Descriptors/ProviderCategoryDescriptor.xml index 4223589..70a5a36 100644 --- a/Descriptors/ProviderCategoryDescriptor.xml +++ b/Descriptors/ProviderCategoryDescriptor.xml @@ -1,5 +1,5 @@ - + Care in your own home Care in your own home diff --git a/Descriptors/ProviderProfitabilityDescriptor.xml b/Descriptors/ProviderProfitabilityDescriptor.xml index ad2060b..9137f8f 100644 --- a/Descriptors/ProviderProfitabilityDescriptor.xml +++ b/Descriptors/ProviderProfitabilityDescriptor.xml @@ -1,5 +1,5 @@ - + Government Run Government Run diff --git a/Descriptors/ProviderStatusDescriptor.xml b/Descriptors/ProviderStatusDescriptor.xml index 1d7b0c3..11fa320 100644 --- a/Descriptors/ProviderStatusDescriptor.xml +++ b/Descriptors/ProviderStatusDescriptor.xml @@ -1,5 +1,5 @@ - + Active Active diff --git a/Descriptors/PublicationStatusDescriptor.xml b/Descriptors/PublicationStatusDescriptor.xml index 8b88f09..6b7682c 100644 --- a/Descriptors/PublicationStatusDescriptor.xml +++ b/Descriptors/PublicationStatusDescriptor.xml @@ -1,5 +1,5 @@ - + Adopted Adopted diff --git a/Descriptors/QuestionFormDescriptor.xml b/Descriptors/QuestionFormDescriptor.xml index 26188b2..3a108ea 100644 --- a/Descriptors/QuestionFormDescriptor.xml +++ b/Descriptors/QuestionFormDescriptor.xml @@ -1,5 +1,5 @@ - + Radio box Radio box diff --git a/Descriptors/RaceDescriptor.xml b/Descriptors/RaceDescriptor.xml index 7596167..8af2b9b 100644 --- a/Descriptors/RaceDescriptor.xml +++ b/Descriptors/RaceDescriptor.xml @@ -1,9 +1,9 @@ - + - American Indian - Alaska Native - American Indian - Alaska Native - American Indian - Alaska Native + American Indian or Alaska Native + American Indian or Alaska Native + American Indian or Alaska Native uri://ed-fi.org/RaceDescriptor @@ -13,9 +13,9 @@ uri://ed-fi.org/RaceDescriptor - Black - African American - Black - African American - Black - African American + Black or African American + Black or African American + Black or African American uri://ed-fi.org/RaceDescriptor @@ -25,9 +25,9 @@ uri://ed-fi.org/RaceDescriptor - Native Hawaiian - Pacific Islander - Native Hawaiian - Pacific Islander - Native Hawaiian - Pacific Islander + Native Hawaiian or Pacific Islander + Native Hawaiian or Pacific Islander + Native Hawaiian or Pacific Islander uri://ed-fi.org/RaceDescriptor @@ -42,4 +42,16 @@ White uri://ed-fi.org/RaceDescriptor + + Hispanic or Latino + Hispanic or Latino + Hispanic or Latino + uri://ed-fi.org/RaceDescriptor + + + Middle Eastern or North African + Middle Eastern or North African + Middle Eastern or North African + uri://ed-fi.org/RaceDescriptor + diff --git a/Descriptors/RatingLevelDescriptor.xml b/Descriptors/RatingLevelDescriptor.xml index 9fe8192..4e8ea1e 100644 --- a/Descriptors/RatingLevelDescriptor.xml +++ b/Descriptors/RatingLevelDescriptor.xml @@ -1,5 +1,5 @@ - + Developing Developing diff --git a/Descriptors/ReasonExitedDescriptor.xml b/Descriptors/ReasonExitedDescriptor.xml index 60fe076..fee888d 100644 --- a/Descriptors/ReasonExitedDescriptor.xml +++ b/Descriptors/ReasonExitedDescriptor.xml @@ -1,5 +1,5 @@ - + Died or is permanently incapacitated Died or is permanently incapacitated diff --git a/Descriptors/ReasonNotTestedDescriptor.xml b/Descriptors/ReasonNotTestedDescriptor.xml index 5d1cc43..3abeb53 100644 --- a/Descriptors/ReasonNotTestedDescriptor.xml +++ b/Descriptors/ReasonNotTestedDescriptor.xml @@ -1,5 +1,5 @@ - + Absent Absent diff --git a/Descriptors/RecognitionTypeDescriptor.xml b/Descriptors/RecognitionTypeDescriptor.xml index 1081483..d5ed7c5 100644 --- a/Descriptors/RecognitionTypeDescriptor.xml +++ b/Descriptors/RecognitionTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Athletic awards Athletic awards diff --git a/Descriptors/RelationDescriptor.xml b/Descriptors/RelationDescriptor.xml index e976152..3a2d74c 100644 --- a/Descriptors/RelationDescriptor.xml +++ b/Descriptors/RelationDescriptor.xml @@ -1,5 +1,5 @@ - + Aunt Aunt diff --git a/Descriptors/RepeatIdentifierDescriptor.xml b/Descriptors/RepeatIdentifierDescriptor.xml index 6343deb..e769d6d 100644 --- a/Descriptors/RepeatIdentifierDescriptor.xml +++ b/Descriptors/RepeatIdentifierDescriptor.xml @@ -1,5 +1,5 @@ - + Not repeated Not repeated diff --git a/Descriptors/ReporterDescriptionDescriptor.xml b/Descriptors/ReporterDescriptionDescriptor.xml index 84f8b79..7fdafa2 100644 --- a/Descriptors/ReporterDescriptionDescriptor.xml +++ b/Descriptors/ReporterDescriptionDescriptor.xml @@ -1,5 +1,5 @@ - + Law enforcement officer Law enforcement officer diff --git a/Descriptors/ReportingTagDescriptor.xml b/Descriptors/ReportingTagDescriptor.xml index e00c9e5..f2e0653 100644 --- a/Descriptors/ReportingTagDescriptor.xml +++ b/Descriptors/ReportingTagDescriptor.xml @@ -1,5 +1,5 @@ - + CMO Charter Management Organization diff --git a/Descriptors/ResidencyStatusDescriptor.xml b/Descriptors/ResidencyStatusDescriptor.xml index 0de5c78..60ca7d5 100644 --- a/Descriptors/ResidencyStatusDescriptor.xml +++ b/Descriptors/ResidencyStatusDescriptor.xml @@ -1,5 +1,5 @@ - + Resident of admin unit and school area Resident of administrative unit and usual school attendance area diff --git a/Descriptors/ResponseIndicatorDescriptor.xml b/Descriptors/ResponseIndicatorDescriptor.xml index 2547a76..bd82801 100644 --- a/Descriptors/ResponseIndicatorDescriptor.xml +++ b/Descriptors/ResponseIndicatorDescriptor.xml @@ -1,5 +1,5 @@ - + Effective response Effective response diff --git a/Descriptors/ResponsibilityDescriptor.xml b/Descriptors/ResponsibilityDescriptor.xml index fb2ce2e..0b6e886 100644 --- a/Descriptors/ResponsibilityDescriptor.xml +++ b/Descriptors/ResponsibilityDescriptor.xml @@ -1,5 +1,5 @@ - + Accountability Accountability diff --git a/Descriptors/RestraintEventReasonDescriptor.xml b/Descriptors/RestraintEventReasonDescriptor.xml index ab0539e..d91750a 100644 --- a/Descriptors/RestraintEventReasonDescriptor.xml +++ b/Descriptors/RestraintEventReasonDescriptor.xml @@ -1,5 +1,5 @@ - + Imminent Serious Physical Harm To Others Imminent Serious Physical Harm To Others diff --git a/Descriptors/ResultDatatypeTypeDescriptor.xml b/Descriptors/ResultDatatypeTypeDescriptor.xml index cda7edb..c71eb1d 100644 --- a/Descriptors/ResultDatatypeTypeDescriptor.xml +++ b/Descriptors/ResultDatatypeTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Decimal Decimal diff --git a/Descriptors/RetestIndicatorDescriptor.xml b/Descriptors/RetestIndicatorDescriptor.xml index a2868d4..d8c8a17 100644 --- a/Descriptors/RetestIndicatorDescriptor.xml +++ b/Descriptors/RetestIndicatorDescriptor.xml @@ -1,5 +1,5 @@ - + 1st Retest 1st Retest diff --git a/Descriptors/SchoolCategoryDescriptor.xml b/Descriptors/SchoolCategoryDescriptor.xml index 6820c3f..c63c780 100644 --- a/Descriptors/SchoolCategoryDescriptor.xml +++ b/Descriptors/SchoolCategoryDescriptor.xml @@ -1,5 +1,5 @@ - + Infant/toddler School Infant/toddler School diff --git a/Descriptors/SchoolChoiceBasisDescriptor.xml b/Descriptors/SchoolChoiceBasisDescriptor.xml index 31de967..014f89b 100644 --- a/Descriptors/SchoolChoiceBasisDescriptor.xml +++ b/Descriptors/SchoolChoiceBasisDescriptor.xml @@ -1,5 +1,5 @@ - + Federal Federal diff --git a/Descriptors/SchoolChoiceImplementStatusDescriptor.xml b/Descriptors/SchoolChoiceImplementStatusDescriptor.xml index 6234e3f..1d4046e 100644 --- a/Descriptors/SchoolChoiceImplementStatusDescriptor.xml +++ b/Descriptors/SchoolChoiceImplementStatusDescriptor.xml @@ -1,5 +1,5 @@ - + Implemented at all grade levels Implemented at all grade levels diff --git a/Descriptors/SchoolFoodServiceProgramServiceDescriptor.xml b/Descriptors/SchoolFoodServiceProgramServiceDescriptor.xml index b78c8cd..e6402dd 100644 --- a/Descriptors/SchoolFoodServiceProgramServiceDescriptor.xml +++ b/Descriptors/SchoolFoodServiceProgramServiceDescriptor.xml @@ -1,5 +1,5 @@ - + Free Breakfast Free Breakfast diff --git a/Descriptors/SchoolTypeDescriptor.xml b/Descriptors/SchoolTypeDescriptor.xml index a070ab2..a1f81f4 100644 --- a/Descriptors/SchoolTypeDescriptor.xml +++ b/Descriptors/SchoolTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Alternative Alternative diff --git a/Descriptors/SectionCharacteristicDescriptor.xml b/Descriptors/SectionCharacteristicDescriptor.xml index afd08b6..f3bd643 100644 --- a/Descriptors/SectionCharacteristicDescriptor.xml +++ b/Descriptors/SectionCharacteristicDescriptor.xml @@ -1,5 +1,5 @@ - + Attendance Tracked Attendance Tracked diff --git a/Descriptors/SectionTypeDescriptor.xml b/Descriptors/SectionTypeDescriptor.xml index ce6b043..f630c02 100644 --- a/Descriptors/SectionTypeDescriptor.xml +++ b/Descriptors/SectionTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Attendance and Credit Attendance and Credit diff --git a/Descriptors/SeparationDescriptor.xml b/Descriptors/SeparationDescriptor.xml index cd2fd90..dae5fcb 100644 --- a/Descriptors/SeparationDescriptor.xml +++ b/Descriptors/SeparationDescriptor.xml @@ -1,5 +1,5 @@ - + Involuntary separation Involuntary separation diff --git a/Descriptors/SeparationReasonDescriptor.xml b/Descriptors/SeparationReasonDescriptor.xml index c9f4827..c335b1b 100644 --- a/Descriptors/SeparationReasonDescriptor.xml +++ b/Descriptors/SeparationReasonDescriptor.xml @@ -1,5 +1,5 @@ - + Change of assignment Change of assignment diff --git a/Descriptors/ServiceDescriptor.xml b/Descriptors/ServiceDescriptor.xml index 428677a..e73efbc 100644 --- a/Descriptors/ServiceDescriptor.xml +++ b/Descriptors/ServiceDescriptor.xml @@ -1,5 +1,5 @@ - + Assistive technology device or service Assistive technology device or service diff --git a/Descriptors/SexDescriptor.xml b/Descriptors/SexDescriptor.xml index 53cc324..3009af0 100644 --- a/Descriptors/SexDescriptor.xml +++ b/Descriptors/SexDescriptor.xml @@ -1,5 +1,5 @@ - + Female Female diff --git a/Descriptors/SourceSystemDescriptor.xml b/Descriptors/SourceSystemDescriptor.xml index 2cce318..6b6f5d8 100644 --- a/Descriptors/SourceSystemDescriptor.xml +++ b/Descriptors/SourceSystemDescriptor.xml @@ -1,5 +1,5 @@ - + School School diff --git a/Descriptors/SpecialEducationExitReasonDescriptor.xml b/Descriptors/SpecialEducationExitReasonDescriptor.xml index 548b1cb..9fc1f32 100644 --- a/Descriptors/SpecialEducationExitReasonDescriptor.xml +++ b/Descriptors/SpecialEducationExitReasonDescriptor.xml @@ -1,5 +1,5 @@ - + Transferred out Transferred to another educational organization diff --git a/Descriptors/SpecialEducationProgramServiceDescriptor.xml b/Descriptors/SpecialEducationProgramServiceDescriptor.xml index 55ec7cb..1476fcd 100644 --- a/Descriptors/SpecialEducationProgramServiceDescriptor.xml +++ b/Descriptors/SpecialEducationProgramServiceDescriptor.xml @@ -1,5 +1,5 @@ - + Speech-Language And Audiology Services Speech-Language And Audiology Services diff --git a/Descriptors/SpecialEducationSettingDescriptor.xml b/Descriptors/SpecialEducationSettingDescriptor.xml index 2fbad0f..8d6e344 100644 --- a/Descriptors/SpecialEducationSettingDescriptor.xml +++ b/Descriptors/SpecialEducationSettingDescriptor.xml @@ -1,5 +1,5 @@ - + Correctional facilities Correctional facilities diff --git a/Descriptors/StaffClassificationDescriptor.xml b/Descriptors/StaffClassificationDescriptor.xml index 6daef73..8468483 100644 --- a/Descriptors/StaffClassificationDescriptor.xml +++ b/Descriptors/StaffClassificationDescriptor.xml @@ -1,5 +1,5 @@ - + Pre-Kindergarten Teacher Pre-Kindergarten Teacher diff --git a/Descriptors/StaffIdentificationSystemDescriptor.xml b/Descriptors/StaffIdentificationSystemDescriptor.xml index b4c2658..da7deca 100644 --- a/Descriptors/StaffIdentificationSystemDescriptor.xml +++ b/Descriptors/StaffIdentificationSystemDescriptor.xml @@ -1,5 +1,5 @@ - + Canadian SIN Canadian SIN diff --git a/Descriptors/StaffLeaveEventCategoryDescriptor.xml b/Descriptors/StaffLeaveEventCategoryDescriptor.xml index bdfdf69..c90c2f5 100644 --- a/Descriptors/StaffLeaveEventCategoryDescriptor.xml +++ b/Descriptors/StaffLeaveEventCategoryDescriptor.xml @@ -1,5 +1,5 @@ - + Administrative Administrative diff --git a/Descriptors/StateAbbreviationDescriptor.xml b/Descriptors/StateAbbreviationDescriptor.xml index 8d1028f..f255fc5 100644 --- a/Descriptors/StateAbbreviationDescriptor.xml +++ b/Descriptors/StateAbbreviationDescriptor.xml @@ -1,5 +1,5 @@ - + AA AA diff --git a/Descriptors/StudentCharacteristicDescriptor.xml b/Descriptors/StudentCharacteristicDescriptor.xml index 6a96571..893f3bd 100644 --- a/Descriptors/StudentCharacteristicDescriptor.xml +++ b/Descriptors/StudentCharacteristicDescriptor.xml @@ -1,5 +1,5 @@ - + Asylee Asylee diff --git a/Descriptors/StudentIdentificationSystemDescriptor.xml b/Descriptors/StudentIdentificationSystemDescriptor.xml index 5d740df..4326831 100644 --- a/Descriptors/StudentIdentificationSystemDescriptor.xml +++ b/Descriptors/StudentIdentificationSystemDescriptor.xml @@ -1,5 +1,5 @@ - + Canadian SIN Canadian SIN diff --git a/Descriptors/StudentParticipationCodeDescriptor.xml b/Descriptors/StudentParticipationCodeDescriptor.xml index 9ce61b0..6d15f8a 100644 --- a/Descriptors/StudentParticipationCodeDescriptor.xml +++ b/Descriptors/StudentParticipationCodeDescriptor.xml @@ -1,5 +1,5 @@ - + Perpetrator Perpetrator diff --git a/Descriptors/SubmissionStatusDescriptor.xml b/Descriptors/SubmissionStatusDescriptor.xml index 8a9342f..18fd596 100644 --- a/Descriptors/SubmissionStatusDescriptor.xml +++ b/Descriptors/SubmissionStatusDescriptor.xml @@ -1,5 +1,5 @@ - + Exempt Exempt diff --git a/Descriptors/SupporterMilitaryConnection.xml b/Descriptors/SupporterMilitaryConnection.xml index e2385ec..ffbfe9b 100644 --- a/Descriptors/SupporterMilitaryConnection.xml +++ b/Descriptors/SupporterMilitaryConnection.xml @@ -1,5 +1,5 @@ - + Active Duty Student is a dependent of a (full-time) member of the military diff --git a/Descriptors/SurveyCategoryDescriptor.xml b/Descriptors/SurveyCategoryDescriptor.xml index cf3479d..a9f1906 100644 --- a/Descriptors/SurveyCategoryDescriptor.xml +++ b/Descriptors/SurveyCategoryDescriptor.xml @@ -1,5 +1,5 @@ - + Administrator Administrator diff --git a/Descriptors/SurveyLevelDescriptor.xml b/Descriptors/SurveyLevelDescriptor.xml index 6235489..4550ba5 100644 --- a/Descriptors/SurveyLevelDescriptor.xml +++ b/Descriptors/SurveyLevelDescriptor.xml @@ -1,5 +1,5 @@ - + Infant/toddler Infant/toddler diff --git a/Descriptors/TeachingCredentialBasisDescriptor.xml b/Descriptors/TeachingCredentialBasisDescriptor.xml index 6ac7276..65eebe3 100644 --- a/Descriptors/TeachingCredentialBasisDescriptor.xml +++ b/Descriptors/TeachingCredentialBasisDescriptor.xml @@ -1,5 +1,5 @@ - + 4-year bachelor's degree 4-year bachelor's degree diff --git a/Descriptors/TeachingCredentialDescriptor.xml b/Descriptors/TeachingCredentialDescriptor.xml index 69325bb..d822043 100644 --- a/Descriptors/TeachingCredentialDescriptor.xml +++ b/Descriptors/TeachingCredentialDescriptor.xml @@ -1,5 +1,5 @@ - + Emergency Emergency diff --git a/Descriptors/TechnicalSkillsAssessmentDescriptor.xml b/Descriptors/TechnicalSkillsAssessmentDescriptor.xml index 5259517..5555986 100644 --- a/Descriptors/TechnicalSkillsAssessmentDescriptor.xml +++ b/Descriptors/TechnicalSkillsAssessmentDescriptor.xml @@ -1,5 +1,5 @@ - + Passed Passed diff --git a/Descriptors/TelephoneNumberTypeDescriptor.xml b/Descriptors/TelephoneNumberTypeDescriptor.xml index 60a2025..6f96c3d 100644 --- a/Descriptors/TelephoneNumberTypeDescriptor.xml +++ b/Descriptors/TelephoneNumberTypeDescriptor.xml @@ -1,5 +1,5 @@ - + Emergency 1 Emergency 1 diff --git a/Descriptors/TermDescriptor.xml b/Descriptors/TermDescriptor.xml index a526daf..0ce6247 100644 --- a/Descriptors/TermDescriptor.xml +++ b/Descriptors/TermDescriptor.xml @@ -1,5 +1,5 @@ - + Semester Semester diff --git a/Descriptors/TitleIPartAParticipantDescriptor.xml b/Descriptors/TitleIPartAParticipantDescriptor.xml index 3c2bc85..3eb4ac0 100644 --- a/Descriptors/TitleIPartAParticipantDescriptor.xml +++ b/Descriptors/TitleIPartAParticipantDescriptor.xml @@ -1,5 +1,5 @@ - + Local Neglected Program DEPRECATED: Local Neglected Program diff --git a/Descriptors/TitleIPartAProgramServiceDescriptor.xml b/Descriptors/TitleIPartAProgramServiceDescriptor.xml index 136ebc9..206020f 100644 --- a/Descriptors/TitleIPartAProgramServiceDescriptor.xml +++ b/Descriptors/TitleIPartAProgramServiceDescriptor.xml @@ -1,5 +1,5 @@ - + Reading/Language Instructional Services Reading/Language Instructional Services diff --git a/Descriptors/TitleIPartASchoolDesignationDescriptor.xml b/Descriptors/TitleIPartASchoolDesignationDescriptor.xml index 154ba2c..449856a 100644 --- a/Descriptors/TitleIPartASchoolDesignationDescriptor.xml +++ b/Descriptors/TitleIPartASchoolDesignationDescriptor.xml @@ -1,5 +1,5 @@ - + Not A Title I School Not A Title I School diff --git a/Descriptors/TransportationPublicExpenseEligibilityDescriptor.xml b/Descriptors/TransportationPublicExpenseEligibilityDescriptor.xml new file mode 100644 index 0000000..89eb60e --- /dev/null +++ b/Descriptors/TransportationPublicExpenseEligibilityDescriptor.xml @@ -0,0 +1,69 @@ + + + + Eligible - CTE + Eligible because of CTE participation + Student is eligible for transportation at public expense because of their participation in a CTE program. + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor + + + Eligible - Desegregation + Eligible because of desegregation + Student is eligible for transportation at public expense because of a locally initiated or court mandated program for achieving racial or cultural integration or for ending previous segregation. + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor + + + Eligible - Disability + Eligible because of disability + Student is eligible for transportation at public expense because of the their disability and IEP. + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor + + + Eligible - Distance + Eligible because of distance + Student is eligible for transportation at public expense because of the distance between school and transportation address. + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor + + + Eligible - Health Impaired + Eigible because of health impairement + Student is eligible for transportation at public expense because of the health impairement that doesn't make the student eligible for IEP + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor + + + Eligible - Homelessness + Eligible because of homeless status + Student is eligible for transportation at public expense because of being homeless as defined by the McKinney-Vento Act. + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor + + + Eligible - Shelter Care + Eligible from shelter care facility + Student is eligible for transportation at public expense because of their short or long term stay at a shelter care that is not covered by the McKinney-Vento Act. + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor + + + Eligible - Special Instruction + Eligible because of special instruction + Student is eligible for transportation at public expense because of the special instruction not due to a disability. + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor + + + Eligible - Unsafe Walk + Eligible because of hazardous conditions + Student is eligible for transportation at public expense because of the hazardous conditions that makes the walk between the school and the transportation address unsafe for the student. + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor + + + Eligible - Other + Eligible for other reason + Student is eligible for transportation at public expense because of the other reasons not listed. + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor + + + Not Eligible + Not Eligible + Student is not eligeble for transporation at public expense. + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor + + diff --git a/Descriptors/TransportationTypeDescriptor.xml b/Descriptors/TransportationTypeDescriptor.xml new file mode 100644 index 0000000..73984e5 --- /dev/null +++ b/Descriptors/TransportationTypeDescriptor.xml @@ -0,0 +1,33 @@ + + + + School Bus + School Bus + School Bus + uri://ed-fi.org/TransportationTypeDescriptor + + + School Van or SUV + School Van or SUV + School Van or SUV + uri://ed-fi.org/TransportationTypeDescriptor + + + Special Needs Bus + Special Needs Bus + Special Needs Bus + uri://ed-fi.org/TransportationTypeDescriptor + + + General Public Transportation + General Public Transportation + General Public Transportation + uri://ed-fi.org/TransportationTypeDescriptor + + + Responsible for own transportation + Responsible for own transportation + Responsible for own transportation + uri://ed-fi.org/TransportationTypeDescriptor + + diff --git a/Descriptors/TravelDayofWeekDescriptor.xml b/Descriptors/TravelDayofWeekDescriptor.xml new file mode 100644 index 0000000..ea5f7b6 --- /dev/null +++ b/Descriptors/TravelDayofWeekDescriptor.xml @@ -0,0 +1,45 @@ + + + + Sunday + Sunday + Sunday + uri://ed-fi.org/TravelDayofWeekDescriptor + + + Monday + Monday + Monday + uri://ed-fi.org/TravelDayofWeekDescriptor + + + Tuesday + Tuesday + Tuesday + uri://ed-fi.org/TravelDayofWeekDescriptor + + + Wednesday + Wednesday + Wednesday + uri://ed-fi.org/TravelDayofWeekDescriptor + + + Thursday + Thursday + Thursday + uri://ed-fi.org/TravelDayofWeekDescriptor + + + Friday + Friday + Friday + uri://ed-fi.org/TravelDayofWeekDescriptor + + + Saturday + Saturday + Saturday + uri://ed-fi.org/TravelDayofWeekDescriptor + + diff --git a/Descriptors/TravelDirectionDescriptor.xml b/Descriptors/TravelDirectionDescriptor.xml new file mode 100644 index 0000000..e3a3062 --- /dev/null +++ b/Descriptors/TravelDirectionDescriptor.xml @@ -0,0 +1,21 @@ + + + + To School + To School + To School + uri://ed-fi.org/TravelDirectionDescriptor + + + From School + From School + From School + uri://ed-fi.org/TravelDirectionDescriptor + + + To and From School + To and From School + To and From School + uri://ed-fi.org/TravelDirectionDescriptor + + diff --git a/Descriptors/TribalAffiliationDescriptor.xml b/Descriptors/TribalAffiliationDescriptor.xml index 7f4fac0..dd58046 100644 --- a/Descriptors/TribalAffiliationDescriptor.xml +++ b/Descriptors/TribalAffiliationDescriptor.xml @@ -1,5 +1,5 @@ - + Absentee-Shawnee Absentee-Shawnee diff --git a/Descriptors/VisaDescriptor.xml b/Descriptors/VisaDescriptor.xml index 5860e97..6fce456 100644 --- a/Descriptors/VisaDescriptor.xml +++ b/Descriptors/VisaDescriptor.xml @@ -1,5 +1,5 @@ - + B1 - Business Visa B1 - Business Visa diff --git a/Descriptors/WeaponDescriptor.xml b/Descriptors/WeaponDescriptor.xml index 177de33..aabc822 100644 --- a/Descriptors/WeaponDescriptor.xml +++ b/Descriptors/WeaponDescriptor.xml @@ -1,5 +1,5 @@ - + Club Club diff --git a/Models/Ed-Fi Unifying Data Model UML.vsdx b/Models/Ed-Fi Unifying Data Model UML.vsdx index 8858c19..7f30a9c 100644 Binary files a/Models/Ed-Fi Unifying Data Model UML.vsdx and b/Models/Ed-Fi Unifying Data Model UML.vsdx differ diff --git a/README.md b/README.md index 232a07c..f61aeea 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # Ed-Fi-Standard +[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/Ed-Fi-Alliance-OSS/Ed-Fi-Data-Standard/badge)](https://securityscorecards.dev/viewer/?uri=github.com/Ed-Fi-Alliance-OSS/Ed-Fi-Data-Standard) + The Ed-Fi Data Standard serves as the foundation for enabling interoperability among secure education data systems. For more information, see: -* [Ed-Fi Standards in Tech Docs](https://techdocs.ed-fi.org/display/ETKB/Ed-Fi+Standards) -* [How To: Get Technical Help or Provide Feedback](https://techdocs.ed-fi.org/display/ETKB/How+To%3A+Get+Technical+Help+or+Provide+Feedback) +* [Ed-Fi Standards in Tech Docs](https://edfi.atlassian.net/wiki/x/UIk_AQ) +* [How To: Get Technical Help or Provide Feedback](https://edfi.atlassian.net/wiki/x/P4Y_AQ) * Review on-going development work in the [Ed-Fi Data Standard](https://tracker.ed-fi.org/projects/DATASTD/) project in Tracker ## Legal Information diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..6e45548 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,13 @@ +# Security + +If you find a significant vulnerability, or evidence of one, please report it +privately. + +We prefer that you use the [GitHub mechanism for privately reporting a +vulnerability](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability). +Under the [main repository's security +tab](https://github.com/Ed-Fi-Alliance-OSS/Ed-Fi-Data-Standard/security), click "Report a +vulnerability" to open the advisory form. + +If you have any further concerns that are not addressed by this process, please +submit a case through the [Ed-Fi Community Hub](https://success.ed-fi.org) diff --git a/Samples/Sample XML/AncestryEthnicOriginDescriptor.xml b/Samples/Sample XML/AncestryEthnicOriginDescriptor.xml index b84563b..a624d5e 100644 --- a/Samples/Sample XML/AncestryEthnicOriginDescriptor.xml +++ b/Samples/Sample XML/AncestryEthnicOriginDescriptor.xml @@ -1,5 +1,5 @@ - + Colombian Colombian diff --git a/Samples/Sample XML/AssessmentMetadata-ACT.xml b/Samples/Sample XML/AssessmentMetadata-ACT.xml index f38d648..8fb7ec5 100644 --- a/Samples/Sample XML/AssessmentMetadata-ACT.xml +++ b/Samples/Sample XML/AssessmentMetadata-ACT.xml @@ -1,5 +1,5 @@ - + ACT Composite ACT diff --git a/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeMath.xml b/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeMath.xml index 4c30970..95b25c1 100644 --- a/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeMath.xml +++ b/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeMath.xml @@ -1,5 +1,5 @@ - + ae049cb3-33d0-431f-b0f3-a751df7217ef 3rd Grade Math 1st Six Weeks 2021-2022 diff --git a/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeMathModified.xml b/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeMathModified.xml index 72497d2..a78f87e 100644 --- a/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeMathModified.xml +++ b/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeMathModified.xml @@ -1,5 +1,5 @@ - + 39576404-04d2-4c06-a0e7-e2cb27968d01 3rd Grade Modified Math 1st Six Weeks 2021-2022 diff --git a/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeReading.xml b/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeReading.xml index d1b2654..6011fe6 100644 --- a/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeReading.xml +++ b/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeReading.xml @@ -1,5 +1,5 @@ - + 01774fa3-06f1-47fe-8801-c8b1e65057f2 3rd Grade Reading 1st Six Weeks 2021-2022 diff --git a/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeReadingModified.xml b/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeReadingModified.xml index cdb93d7..d5622ad 100644 --- a/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeReadingModified.xml +++ b/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeReadingModified.xml @@ -1,5 +1,5 @@ - + 3e0e2cac-847b-4ddd-93ec-925826552447 3rd Grade Modified Reading 2nd Six Weeks 2021-2022 diff --git a/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeReadingSpanish.xml b/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeReadingSpanish.xml index d541153..6c3e177 100644 --- a/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeReadingSpanish.xml +++ b/Samples/Sample XML/AssessmentMetadata-Benchmarks-3rdGradeReadingSpanish.xml @@ -1,5 +1,5 @@ - + 1a6a5d20-4758-4f45-848d-59f3f03ae425 3rd Grade Reading 2nd Six Weeks 2021-2022 Spanish diff --git a/Samples/Sample XML/AssessmentMetadata-LearningStandardsMastery.xml b/Samples/Sample XML/AssessmentMetadata-LearningStandardsMastery.xml index 6cc675b..006a79c 100644 --- a/Samples/Sample XML/AssessmentMetadata-LearningStandardsMastery.xml +++ b/Samples/Sample XML/AssessmentMetadata-LearningStandardsMastery.xml @@ -1,5 +1,5 @@ - + MP-2013-Mathematics-Seventh grade 7th Grade Math Placement diff --git a/Samples/Sample XML/AssessmentMetadata-SAT.xml b/Samples/Sample XML/AssessmentMetadata-SAT.xml index 87976f9..e921a26 100644 --- a/Samples/Sample XML/AssessmentMetadata-SAT.xml +++ b/Samples/Sample XML/AssessmentMetadata-SAT.xml @@ -1,5 +1,5 @@ - + SAT Critical Reading SAT diff --git a/Samples/Sample XML/AssessmentMetadata-StateAssessment.xml b/Samples/Sample XML/AssessmentMetadata-StateAssessment.xml index e0e2c17..47617cc 100644 --- a/Samples/Sample XML/AssessmentMetadata-StateAssessment.xml +++ b/Samples/Sample XML/AssessmentMetadata-StateAssessment.xml @@ -1,5 +1,5 @@ - + SA-2011-Mathematics-Eighth grade State Assessment diff --git a/Samples/Sample XML/AssessmentSample.xml b/Samples/Sample XML/AssessmentSample.xml index 4bb73c2..32eae8a 100644 --- a/Samples/Sample XML/AssessmentSample.xml +++ b/Samples/Sample XML/AssessmentSample.xml @@ -1,5 +1,5 @@ - + ACT-ABW The ACT with Writing diff --git a/Samples/Sample XML/BusRouteDescriptor.xml b/Samples/Sample XML/BusRouteDescriptor.xml new file mode 100644 index 0000000..a4cb51a --- /dev/null +++ b/Samples/Sample XML/BusRouteDescriptor.xml @@ -0,0 +1,43 @@ + + + + 101 + Bus Route 101 + Stops: + Stop 1: Main Street (7:35 AM) + Stop 2: Park Avenue (7:45 AM) + Stop 3: Town Hall (7:55 AM) + Stop 4: Library (8:05 AM) + uri://gbisd.edu/BusRouteDescriptor + + + 202 + Bus Route 202 + Stops: + Stop 1: Community Center (8:05 AM) + Stop 2: Shopping Mall (8:15 AM) + Stop 3: Sports Complex (8:25 AM) + Stop 4: Public Park (8:35 AM) + uri://gbisd.edu/BusRouteDescriptor + + + 303 + Bus Route 303 + Stops: + Stop 1: Residential Area (7:50 AM) + Stop 2: Downtown Square (8:00 AM) + Stop 3: Public Library (8:10 AM) + Stop 4: Community Park (8:20 AM) + uri://gbisd.edu/BusRouteDescriptor + + + 404 + Bus Route 404 + Stops: + Stop 1: Residential Complex (8:20 AM) + Stop 2: Shopping Center (8:30 AM) + Stop 3: City Hall (8:40 AM) + Stop 4: Public Pool (8:50 AM) + uri://gbisd.edu/BusRouteDescriptor + + diff --git a/Samples/Sample XML/Contact.xml b/Samples/Sample XML/Contact.xml index 99ec108..aa58cfa 100644 --- a/Samples/Sample XML/Contact.xml +++ b/Samples/Sample XML/Contact.xml @@ -1,5 +1,5 @@ - + 778393 diff --git a/Samples/Sample XML/DiagnosisDescriptor.xml b/Samples/Sample XML/DiagnosisDescriptor.xml index f5bb8fc..0125d40 100644 --- a/Samples/Sample XML/DiagnosisDescriptor.xml +++ b/Samples/Sample XML/DiagnosisDescriptor.xml @@ -1,5 +1,5 @@ - + Low Attendance Low Attendance diff --git a/Samples/Sample XML/EducationOrgCalendar.xml b/Samples/Sample XML/EducationOrgCalendar.xml index 15414b6..9c2c10b 100644 --- a/Samples/Sample XML/EducationOrgCalendar.xml +++ b/Samples/Sample XML/EducationOrgCalendar.xml @@ -1,5 +1,5 @@ - + 2021-2022 Fall Semester 2021-2022 diff --git a/Samples/Sample XML/EducationOrganization.xml b/Samples/Sample XML/EducationOrganization.xml index 0d93249..a04a210 100644 --- a/Samples/Sample XML/EducationOrganization.xml +++ b/Samples/Sample XML/EducationOrganization.xml @@ -1,5 +1,5 @@ - + 255950 diff --git a/Samples/Sample XML/Finance.xml b/Samples/Sample XML/Finance.xml index 9ea2ff5..9abdd68 100644 --- a/Samples/Sample XML/Finance.xml +++ b/Samples/Sample XML/Finance.xml @@ -1,5 +1,5 @@ - + 1 2022 diff --git a/Samples/Sample XML/IndicatorDescriptor.xml b/Samples/Sample XML/IndicatorDescriptor.xml index e30871d..9fb3836 100644 --- a/Samples/Sample XML/IndicatorDescriptor.xml +++ b/Samples/Sample XML/IndicatorDescriptor.xml @@ -1,5 +1,5 @@ - + Retention Rate Percent of staff retained diff --git a/Samples/Sample XML/IndicatorGroupDescriptor.xml b/Samples/Sample XML/IndicatorGroupDescriptor.xml index 55a0fb5..a9693ff 100644 --- a/Samples/Sample XML/IndicatorGroupDescriptor.xml +++ b/Samples/Sample XML/IndicatorGroupDescriptor.xml @@ -1,5 +1,5 @@ - + Staff Indicator Staff Indicator diff --git a/Samples/Sample XML/IndicatorLevelDescriptor.xml b/Samples/Sample XML/IndicatorLevelDescriptor.xml index be4c244..c83f35d 100644 --- a/Samples/Sample XML/IndicatorLevelDescriptor.xml +++ b/Samples/Sample XML/IndicatorLevelDescriptor.xml @@ -1,5 +1,5 @@ - + High Retention High Retention diff --git a/Samples/Sample XML/MasterSchedule.xml b/Samples/Sample XML/MasterSchedule.xml index b96ff07..a2837e0 100644 --- a/Samples/Sample XML/MasterSchedule.xml +++ b/Samples/Sample XML/MasterSchedule.xml @@ -1,5 +1,5 @@ - + ALG-1 diff --git a/Samples/Sample XML/ObjectiveAssessmentSample.xml b/Samples/Sample XML/ObjectiveAssessmentSample.xml index 73a7a2c..9ee06a5 100644 --- a/Samples/Sample XML/ObjectiveAssessmentSample.xml +++ b/Samples/Sample XML/ObjectiveAssessmentSample.xml @@ -1,5 +1,5 @@ - + ACT-ABW-E diff --git a/Samples/Sample XML/PostSecondaryEvent.xml b/Samples/Sample XML/PostSecondaryEvent.xml index 8baa941..8caafdb 100644 --- a/Samples/Sample XML/PostSecondaryEvent.xml +++ b/Samples/Sample XML/PostSecondaryEvent.xml @@ -1,5 +1,5 @@ - + 2022-02-03 uri://ed-fi.org/PostSecondaryEventCategoryDescriptor#College Acceptance diff --git a/Samples/Sample XML/ProgramCharacteristicDescriptor.xml b/Samples/Sample XML/ProgramCharacteristicDescriptor.xml index 1040599..2aad41e 100644 --- a/Samples/Sample XML/ProgramCharacteristicDescriptor.xml +++ b/Samples/Sample XML/ProgramCharacteristicDescriptor.xml @@ -1,5 +1,5 @@ - + After School After School diff --git a/Samples/Sample XML/StaffAssociation.xml b/Samples/Sample XML/StaffAssociation.xml index f16068d..ad14964 100644 --- a/Samples/Sample XML/StaffAssociation.xml +++ b/Samples/Sample XML/StaffAssociation.xml @@ -1,5 +1,5 @@ - + 207288 @@ -24,7 +24,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work 0 - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LevelOfEducationDescriptor#Master's 30.00 btanner @@ -83,7 +83,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work 1 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 34.00 mmontoya @@ -113,7 +113,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work 0 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond 14.00 alee @@ -142,7 +142,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 10.00 mmassey @@ -171,7 +171,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work 0 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LevelOfEducationDescriptor#Master's 24.00 kmccarthy @@ -199,7 +199,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LevelOfEducationDescriptor#Bachelor's 17.00 cwest @@ -227,7 +227,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LevelOfEducationDescriptor#Some College No Degree 5.00 dtanner @@ -254,7 +254,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work 1 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 1.00 sdickson @@ -287,7 +287,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work 0 - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 18.00 dwilson @@ -344,7 +344,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LevelOfEducationDescriptor#Some College No Degree 11.00 erodriguez @@ -364,7 +364,7 @@ uri://ed-fi.org/SexDescriptor#Female 1964-05-06 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 10.00 28.00 @@ -392,7 +392,7 @@ uri://ed-fi.org/SexDescriptor#Male 1970-04-30 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 24.00 36.00 @@ -418,7 +418,7 @@ uri://ed-fi.org/SexDescriptor#Male 1966-11-03 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LevelOfEducationDescriptor#Master's 6.00 14.00 @@ -446,7 +446,7 @@ uri://ed-fi.org/SexDescriptor#Male 1995-06-04 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 20.00 8.00 @@ -475,7 +475,7 @@ uri://ed-fi.org/SexDescriptor#Female 1964-08-15 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LevelOfEducationDescriptor#Master's 16.00 11.00 @@ -503,7 +503,7 @@ uri://ed-fi.org/SexDescriptor#Male 1980-09-13 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LevelOfEducationDescriptor#Master's 39.00 20.00 @@ -556,7 +556,7 @@ uri://ed-fi.org/SexDescriptor#Female 1996-11-27 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LevelOfEducationDescriptor#Some College No Degree 7.00 25.00 @@ -582,7 +582,7 @@ uri://ed-fi.org/SexDescriptor#Male 1964-08-09 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LevelOfEducationDescriptor#Bachelor's 37.00 28.00 @@ -610,7 +610,7 @@ uri://ed-fi.org/SexDescriptor#Male 1976-09-14 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LevelOfEducationDescriptor#Bachelor's 25.00 40.00 @@ -639,7 +639,7 @@ uri://ed-fi.org/SexDescriptor#Female 1975-08-16 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LevelOfEducationDescriptor#Bachelor's 38.00 27.00 @@ -668,7 +668,7 @@ uri://ed-fi.org/SexDescriptor#Female 1981-06-02 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 40.00 5.00 @@ -702,7 +702,7 @@ uri://ed-fi.org/SexDescriptor#Female 1984-12-09 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LevelOfEducationDescriptor#Master's 35.00 23.00 @@ -730,7 +730,7 @@ uri://ed-fi.org/SexDescriptor#Male 1991-03-26 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 3.00 31.00 @@ -758,7 +758,7 @@ uri://ed-fi.org/SexDescriptor#Female 1986-11-17 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LevelOfEducationDescriptor#Some College No Degree 24.00 9.00 @@ -819,7 +819,7 @@ uri://ed-fi.org/SexDescriptor#Male 1968-09-05 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 5.00 25.00 @@ -848,7 +848,7 @@ uri://ed-fi.org/SexDescriptor#Female 1980-10-30 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 8.00 3.00 @@ -876,7 +876,7 @@ uri://ed-fi.org/SexDescriptor#Female 1977-11-04 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LevelOfEducationDescriptor#Bachelor's 17.00 25.00 @@ -904,7 +904,7 @@ uri://ed-fi.org/SexDescriptor#Female 1977-07-08 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LevelOfEducationDescriptor#Master's 19.00 18.00 @@ -932,7 +932,7 @@ uri://ed-fi.org/SexDescriptor#Female 1993-04-30 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 9.00 28.00 @@ -959,7 +959,7 @@ uri://ed-fi.org/SexDescriptor#Male 1994-05-05 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 23.00 19.00 @@ -986,7 +986,7 @@ uri://ed-fi.org/SexDescriptor#Male 1997-11-02 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 9.00 31.00 @@ -1012,7 +1012,7 @@ uri://ed-fi.org/SexDescriptor#Female 1997-01-23 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LevelOfEducationDescriptor#Some College No Degree 24.00 32.00 @@ -1038,7 +1038,7 @@ uri://ed-fi.org/SexDescriptor#Female 1995-11-03 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 12.00 39.00 @@ -1066,7 +1066,7 @@ uri://ed-fi.org/SexDescriptor#Female 1967-05-12 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LevelOfEducationDescriptor#Master's 38.00 38.00 @@ -1095,7 +1095,7 @@ uri://ed-fi.org/SexDescriptor#Female 1983-02-24 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LevelOfEducationDescriptor#Bachelor's 25.00 22.00 @@ -1123,7 +1123,7 @@ uri://ed-fi.org/SexDescriptor#Female 1985-08-25 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LevelOfEducationDescriptor#Master's 18.00 2.00 @@ -1156,7 +1156,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LevelOfEducationDescriptor#Master's 5.00 9.00 @@ -1185,7 +1185,7 @@ uri://ed-fi.org/SexDescriptor#Female 1996-08-03 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 24.00 40.00 @@ -1214,7 +1214,7 @@ uri://ed-fi.org/SexDescriptor#Male 1991-12-23 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LevelOfEducationDescriptor#Bachelor's 12.00 5.00 @@ -1245,7 +1245,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LevelOfEducationDescriptor#Master's 3.00 4.00 @@ -1278,7 +1278,7 @@ uri://ed-fi.org/SexDescriptor#Male 1992-08-11 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LevelOfEducationDescriptor#Some College No Degree 35.00 36.00 @@ -1305,7 +1305,7 @@ uri://ed-fi.org/SexDescriptor#Male 1991-05-03 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LevelOfEducationDescriptor#Bachelor's 13.00 1.00 @@ -1331,7 +1331,7 @@ uri://ed-fi.org/SexDescriptor#Male 1993-10-27 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LevelOfEducationDescriptor#Bachelor's 2.00 35.00 @@ -1358,7 +1358,7 @@ uri://ed-fi.org/SexDescriptor#Female 1994-08-12 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 2.00 16.00 @@ -1384,7 +1384,7 @@ uri://ed-fi.org/SexDescriptor#Male 1989-05-29 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 18.00 24.00 @@ -1411,7 +1411,7 @@ uri://ed-fi.org/SexDescriptor#Female 1964-12-07 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LevelOfEducationDescriptor#Master's 15.00 38.00 @@ -1437,7 +1437,7 @@ uri://ed-fi.org/SexDescriptor#Male 1986-10-30 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LevelOfEducationDescriptor#Master's 35.00 26.00 @@ -1463,7 +1463,7 @@ uri://ed-fi.org/SexDescriptor#Female 1996-04-24 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LevelOfEducationDescriptor#Some College No Degree 35.00 6.00 @@ -1489,7 +1489,7 @@ uri://ed-fi.org/SexDescriptor#Male 1994-08-01 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LevelOfEducationDescriptor#Bachelor's 1.00 6.00 @@ -1521,7 +1521,7 @@ uri://ed-fi.org/SexDescriptor#Female 1996-05-03 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LevelOfEducationDescriptor#Bachelor's 27.00 10.00 @@ -1583,7 +1583,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LevelOfEducationDescriptor#Some College No Degree 23.00 27.00 @@ -1615,7 +1615,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LevelOfEducationDescriptor#Bachelor's 27.00 16.00 @@ -1648,7 +1648,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LevelOfEducationDescriptor#Master's 5.00 23.00 @@ -1675,7 +1675,7 @@ uri://ed-fi.org/SexDescriptor#Male 1981-05-12 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 23.00 31.00 @@ -1702,7 +1702,7 @@ uri://ed-fi.org/SexDescriptor#Male 1991-01-25 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LevelOfEducationDescriptor#Some College No Degree 5.00 13.00 @@ -1729,7 +1729,7 @@ uri://ed-fi.org/SexDescriptor#Male 1978-05-14 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LevelOfEducationDescriptor#Master's 1.00 6.00 @@ -1755,7 +1755,7 @@ uri://ed-fi.org/SexDescriptor#Male 1993-03-12 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 2.00 16.00 @@ -1781,7 +1781,7 @@ uri://ed-fi.org/SexDescriptor#Male 1982-06-28 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 30.00 1.00 @@ -1814,7 +1814,7 @@ uri://ed-fi.org/SexDescriptor#Male 1978-07-18 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LevelOfEducationDescriptor#Master's 8.00 13.00 @@ -1840,7 +1840,7 @@ uri://ed-fi.org/SexDescriptor#Male 1973-10-14 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LevelOfEducationDescriptor#Master's 35.00 27.00 @@ -1873,7 +1873,7 @@ uri://ed-fi.org/SexDescriptor#Male 1969-04-13 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 26.00 20.00 @@ -1899,7 +1899,7 @@ uri://ed-fi.org/SexDescriptor#Female 1988-04-12 0 - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LevelOfEducationDescriptor#Some College No Degree 11.00 12.00 @@ -1925,7 +1925,7 @@ uri://ed-fi.org/SexDescriptor#Female 1995-09-08 1 - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LevelOfEducationDescriptor#Doctorate 2.00 12.00 diff --git a/Samples/Sample XML/Standards.xml b/Samples/Sample XML/Standards.xml index c013f5c..b9a51ec 100644 --- a/Samples/Sample XML/Standards.xml +++ b/Samples/Sample XML/Standards.xml @@ -1,5 +1,5 @@ - + 110.13.1 Reading/Beginning Reading Skills/Print Awareness. Students understand how English is written and printed. diff --git a/Samples/Sample XML/Student.xml b/Samples/Sample XML/Student.xml index 02fefaa..0585850 100644 --- a/Samples/Sample XML/Student.xml +++ b/Samples/Sample XML/Student.xml @@ -1,5 +1,5 @@ - + 604821 diff --git a/Samples/Sample XML/StudentAssessment-ACT.xml b/Samples/Sample XML/StudentAssessment-ACT.xml index 84817b8..01b98cd 100644 --- a/Samples/Sample XML/StudentAssessment-ACT.xml +++ b/Samples/Sample XML/StudentAssessment-ACT.xml @@ -1,5 +1,5 @@ - + /3yOGsJIN9QQhavO5qGlXgHV1ZLCQDLFr87Vvscj 2021-12-01T16:00:00 diff --git a/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeMath.xml b/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeMath.xml index 5650e7f..4e22fef 100644 --- a/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeMath.xml +++ b/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeMath.xml @@ -1,5 +1,5 @@ - + /OYwqot8L1KQOuf5mVud8r7GALJNLxkZKOjsRN71 2021-09-28T15:00:00 diff --git a/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeMathModified.xml b/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeMathModified.xml index ad4bcf9..e4c6246 100644 --- a/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeMathModified.xml +++ b/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeMathModified.xml @@ -1,5 +1,5 @@ - + 0N/FPW+KSXQTia4gplz5D2XMILes9gr0XCxASAvX 2021-09-28T15:00:00 diff --git a/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeReading.xml b/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeReading.xml index 1497277..c2f87fb 100644 --- a/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeReading.xml +++ b/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeReading.xml @@ -1,5 +1,5 @@ - + /Qhqqe/gI4p3RguP68ZEDArGHM64FKnCg/RLHG8c 2021-09-28T15:00:00 diff --git a/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeReadingModified.xml b/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeReadingModified.xml index 2569a2b..de190f1 100644 --- a/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeReadingModified.xml +++ b/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeReadingModified.xml @@ -1,5 +1,5 @@ - + /DeXqxxLxOd4mzhavU8Fhm4VOqRnDgXRNc2SoZrN 2021-10-29T15:00:00 diff --git a/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeReadingSpanish.xml b/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeReadingSpanish.xml index 8dbd37e..ee0aa75 100644 --- a/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeReadingSpanish.xml +++ b/Samples/Sample XML/StudentAssessment-Benchmarks-3rdGradeReadingSpanish.xml @@ -1,5 +1,5 @@ - + /2ll42pKmlaEUkmmp1XuHp7rSeR1AUEBTWBrwjHS 2021-10-29T15:00:00 diff --git a/Samples/Sample XML/StudentAssessment-LearningStandardsMastery.xml b/Samples/Sample XML/StudentAssessment-LearningStandardsMastery.xml index 3339d88..cf1aed6 100644 --- a/Samples/Sample XML/StudentAssessment-LearningStandardsMastery.xml +++ b/Samples/Sample XML/StudentAssessment-LearningStandardsMastery.xml @@ -1,5 +1,5 @@ - + 0+KxanZG+CdQReWPdaJiMPEjaCZJQP2IDP0mU2I4 2021-04-08T21:00:00 diff --git a/Samples/Sample XML/StudentAssessment-SAT.xml b/Samples/Sample XML/StudentAssessment-SAT.xml index bf689ca..f34798a 100644 --- a/Samples/Sample XML/StudentAssessment-SAT.xml +++ b/Samples/Sample XML/StudentAssessment-SAT.xml @@ -1,5 +1,5 @@ - + 0CR2jJB43489mQDoOsxHJh7qGfZ8x4OUuyIm+/IK 2021-05-01T16:00:00 diff --git a/Samples/Sample XML/StudentAssessment-StateAssessment.xml b/Samples/Sample XML/StudentAssessment-StateAssessment.xml index 2667d37..6f525f1 100644 --- a/Samples/Sample XML/StudentAssessment-StateAssessment.xml +++ b/Samples/Sample XML/StudentAssessment-StateAssessment.xml @@ -1,5 +1,5 @@ - + EGpd3cZBHPxREn439BE8EhXEwEF515twfzRBpGCm 2021-04-01T16:00:00 diff --git a/Samples/Sample XML/StudentAssessmentSample.xml b/Samples/Sample XML/StudentAssessmentSample.xml index 94d514c..038b217 100644 --- a/Samples/Sample XML/StudentAssessmentSample.xml +++ b/Samples/Sample XML/StudentAssessmentSample.xml @@ -1,5 +1,5 @@ - + /3yOGsJIN9QQhavO5qGlXgHV1ZLCQDLFr87Vvscj 2021-12-01T16:00:00 diff --git a/Samples/Sample XML/StudentDiscipline.xml b/Samples/Sample XML/StudentDiscipline.xml index ba019df..86d299a 100644 --- a/Samples/Sample XML/StudentDiscipline.xml +++ b/Samples/Sample XML/StudentDiscipline.xml @@ -1,5 +1,5 @@ - + 10 2021-10-18 diff --git a/Samples/Sample XML/StudentEnrollment.xml b/Samples/Sample XML/StudentEnrollment.xml index 41d6229..34b41db 100644 --- a/Samples/Sample XML/StudentEnrollment.xml +++ b/Samples/Sample XML/StudentEnrollment.xml @@ -1,5 +1,5 @@ - + @@ -501373,6 +501373,24 @@ 2021-2022 + + Winter Storm Sasha + uri://ed-fi.org/CrisisTypeDescriptor#Winter Storm + Winter Storm Sasha was a crippling, large and major winter and ice storm that had widespread impacts across the United States, Northern Mexico, and parts of Canada from January 13 to 17, 2023. + 2023-01-13 + 2023-01-17 + + + Hurricane Isadora + uri://ed-fi.org/CrisisTypeDescriptor#Hurricane + Hurricane Isadora, a Category 5 storm, devastated the Gulf Coast, with winds over 160 mph. + 2023-08-20 + 2023-09-03 + + + West Texas Wildfire 2023 + uri://ed-fi.org/CrisisTypeDescriptor#Wildfires + @@ -501418,7 +501436,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -501490,7 +501508,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#tso uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -501573,7 +501591,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#chi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -501647,7 +501665,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -501718,7 +501736,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#tir uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -501753,6 +501771,17 @@ uri://ed-fi.org/PrimaryLearningDeviceProviderDescriptor#School false uri://ed-fi.org/BarrierToInternetAccessInResidenceDescriptor#Other + + + + Hurricane Isadora + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Displaced + 2023-08-20 + 2023-10-01 + true + @@ -501794,7 +501823,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -501873,7 +501902,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -501945,7 +501974,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -502022,7 +502051,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -502086,7 +502115,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -502124,6 +502153,17 @@ uri://ed-fi.org/InternetAccessTypeInResidenceDescriptor#Unknown uri://ed-fi.org/InternetPerformanceInResidenceDescriptor#Sometimes uri://ed-fi.org/SupporterMilitaryConnectionDescriptor#Not Military Connected + + + + Winter Storm Sasha + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Displaced + 2023-01-14 + 2023-01-30 + true + @@ -502169,7 +502209,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -502241,7 +502281,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#per uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -502328,7 +502368,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -502398,7 +502438,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#por uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -502477,7 +502517,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#mni uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -502512,6 +502552,26 @@ uri://ed-fi.org/PrimaryLearningDeviceProviderDescriptor#School false uri://ed-fi.org/BarrierToInternetAccessInResidenceDescriptor#Not Affordable + + + + Winter Storm Sasha + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Not Displaced + false + + + + + Hurricane Isadora + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Displaced + 2023-08-25 + 2023-09-05 + true + @@ -502553,7 +502613,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -502640,7 +502700,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#rum uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -502716,7 +502776,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -502856,7 +502916,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -502894,6 +502954,14 @@ uri://ed-fi.org/InternetAccessTypeInResidenceDescriptor#Unknown uri://ed-fi.org/InternetPerformanceInResidenceDescriptor#Yes uri://ed-fi.org/SupporterMilitaryConnectionDescriptor#Unknown + + + + Hurricane Isadora + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Unknown + @@ -502935,7 +503003,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#chi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -503015,7 +503083,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -503094,7 +503162,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -503164,7 +503232,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -503239,7 +503307,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#est uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -503274,6 +503342,17 @@ uri://ed-fi.org/PrimaryLearningDeviceProviderDescriptor#School false uri://ed-fi.org/BarrierToInternetAccessInResidenceDescriptor#Not Available + + + + Hurricane Isadora + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Displaced + 2023-08-21 + 2023-09-21 + false + @@ -503315,7 +503394,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -503394,7 +503473,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -503466,7 +503545,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -503543,7 +503622,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#spa uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -503611,7 +503690,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#mni uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -503653,6 +503732,17 @@ uri://ed-fi.org/InternetAccessTypeInResidenceDescriptor#Unknown uri://ed-fi.org/InternetPerformanceInResidenceDescriptor#No uri://ed-fi.org/SupporterMilitaryConnectionDescriptor#Reserve + + + + Winter Storm Sasha + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Displaced + 2023-01-15 + 2023-01-29 + true + @@ -503698,7 +503788,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#amh uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -503778,7 +503868,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#eng uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -503861,7 +503951,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#may uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -503935,7 +504025,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#jpn uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -504010,7 +504100,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -504041,6 +504131,24 @@ uri://ed-fi.org/PrimaryLearningDeviceProviderDescriptor#School false uri://ed-fi.org/BarrierToInternetAccessInResidenceDescriptor#Other + + + + Winter Storm Sasha + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Pending Displacement + + + + + Hurricane Isadora + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Displaced + 2023-08-20 + 2023-09-01 + @@ -504169,7 +504277,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -504245,7 +504353,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -504318,7 +504426,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -504416,6 +504524,14 @@ uri://ed-fi.org/InternetAccessTypeInResidenceDescriptor#Unknown uri://ed-fi.org/InternetPerformanceInResidenceDescriptor#Sometimes uri://ed-fi.org/SupporterMilitaryConnectionDescriptor#Active Duty + + + + Hurricane Isadora + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Displaced + @@ -504533,7 +504649,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -504616,7 +504732,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -504686,7 +504802,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -504753,7 +504869,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -504784,6 +504900,16 @@ uri://ed-fi.org/PrimaryLearningDeviceProviderDescriptor#School false uri://ed-fi.org/BarrierToInternetAccessInResidenceDescriptor#Not Affordable + + + + Hurricane Isadora + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Displaced + 2023-08-20 + true + @@ -504825,7 +504951,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -504908,7 +505034,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -504984,7 +505110,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -505057,7 +505183,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -505117,7 +505243,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#kor uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -505159,6 +505285,15 @@ uri://ed-fi.org/InternetAccessTypeInResidenceDescriptor#Unknown uri://ed-fi.org/InternetPerformanceInResidenceDescriptor#Yes uri://ed-fi.org/SupporterMilitaryConnectionDescriptor#Active Duty + + + + Winter Storm Sasha + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Pending Displacement + true + @@ -505204,7 +505339,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -505367,7 +505502,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -505433,7 +505568,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -505504,7 +505639,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -505535,6 +505670,26 @@ uri://ed-fi.org/PrimaryLearningDeviceProviderDescriptor#School false uri://ed-fi.org/BarrierToInternetAccessInResidenceDescriptor#Not Available + + + + Hurricane Isadora + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Displaced + 2023-08-22 + 2023-10-03 + + + + + Winter Storm Sasha + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Displaced + 2023-01-30 + false + @@ -505584,7 +505739,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#tir uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -505675,7 +505830,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#chi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -505759,7 +505914,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#ceb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -505836,7 +505991,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#ara uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -505904,7 +506059,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#efi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -505946,6 +506101,16 @@ uri://ed-fi.org/InternetAccessTypeInResidenceDescriptor#Unknown uri://ed-fi.org/InternetPerformanceInResidenceDescriptor#No uri://ed-fi.org/SupporterMilitaryConnectionDescriptor#Active Duty + + + + Hurricane Isadora + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Displaced + 2023-10-01 + true + @@ -505991,7 +506156,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -506071,7 +506236,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#fre uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -506158,7 +506323,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -506224,7 +506389,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -506295,7 +506460,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -506326,6 +506491,17 @@ uri://ed-fi.org/PrimaryLearningDeviceProviderDescriptor#School false uri://ed-fi.org/BarrierToInternetAccessInResidenceDescriptor#Other + + + + West Texas Wildfire 2023 + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Displaced + 2023-08-08 + 2023-08-15 + true + @@ -506367,7 +506543,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -506450,7 +506626,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#tmh uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -506526,7 +506702,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -506603,7 +506779,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#cho uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -506667,7 +506843,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -506705,6 +506881,15 @@ uri://ed-fi.org/InternetAccessTypeInResidenceDescriptor#Unknown uri://ed-fi.org/InternetPerformanceInResidenceDescriptor#Sometimes uri://ed-fi.org/SupporterMilitaryConnectionDescriptor#Not Military Connected + + + + West Texas Wildfire 2023 + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Not Displaced + false + @@ -506746,7 +506931,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -506822,7 +507007,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#tel uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -506905,7 +507090,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -506971,7 +507156,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -507038,7 +507223,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -507069,6 +507254,16 @@ uri://ed-fi.org/PrimaryLearningDeviceProviderDescriptor#School false uri://ed-fi.org/BarrierToInternetAccessInResidenceDescriptor#Not Affordable + + + + West Texas Wildfire 2023 + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Displaced + 2023-08-09 + 2023-08-18 + @@ -507110,7 +507305,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -507193,7 +507388,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -507273,7 +507468,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#rus uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -507350,7 +507545,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -507410,7 +507605,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -507447,6 +507642,14 @@ true uri://ed-fi.org/InternetAccessTypeInResidenceDescriptor#Unknown uri://ed-fi.org/InternetPerformanceInResidenceDescriptor#Yes + + + + West Texas Wildfire 2023 + + + uri://ed-fi.org/DisplacedStudentStatusDescriptor#Displaced + @@ -507492,7 +507695,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -507568,7 +507771,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#mal uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -507654,7 +507857,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#spa uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -507724,7 +507927,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -507794,7 +507997,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#wel uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -507874,7 +508077,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -507960,7 +508163,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#kmb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -508040,7 +508243,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#heb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -508116,7 +508319,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -508180,7 +508383,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -508262,7 +508465,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -508338,7 +508541,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#tmh uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -508424,7 +508627,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#nor uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -508498,7 +508701,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -508568,7 +508771,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#swa uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -508644,7 +508847,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -508722,7 +508925,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -508798,7 +509001,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#mni uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -508874,7 +509077,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#nor uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -508942,7 +509145,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#guj uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -509024,7 +509227,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -509096,7 +509299,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/TribalAffiliationDescriptor#Ysleta Del Sur Digital Equity @@ -509175,7 +509378,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -509241,7 +509444,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#guj uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -509311,7 +509514,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -509387,7 +509590,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#ind uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -509469,7 +509672,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#ukr uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -509545,7 +509748,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -509617,7 +509820,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -509677,7 +509880,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -509759,7 +509962,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#afr uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -509921,7 +510124,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#tel uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -510002,7 +510205,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#vie uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -510072,7 +510275,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#guj uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -510152,7 +510355,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#vie uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -510234,7 +510437,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -510310,7 +510513,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#rum uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -510386,7 +510589,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -510446,7 +510649,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -510528,7 +510731,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -510604,7 +510807,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -510690,7 +510893,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#nep uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -510764,7 +510967,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -510830,7 +511033,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#fre uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -510910,7 +511113,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#per uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -510992,7 +511195,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -511136,7 +511339,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -511200,7 +511403,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -511278,7 +511481,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#cho uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -511354,7 +511557,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -511436,7 +511639,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -511502,7 +511705,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -511568,7 +511771,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -511644,7 +511847,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#hau uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -511726,7 +511929,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -511802,7 +512005,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#tel uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -511950,7 +512153,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#mal uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -512036,7 +512239,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#vie uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -512112,7 +512315,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -512198,7 +512401,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#swa uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -512268,7 +512471,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -512338,7 +512541,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#eng uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -512414,7 +512617,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -512500,7 +512703,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#heb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -512576,7 +512779,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -512648,7 +512851,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#vie uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -512716,7 +512919,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#mni uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -512802,7 +513005,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -512874,7 +513077,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -512952,7 +513155,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -513022,7 +513225,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#est uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -513096,7 +513299,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -513168,7 +513371,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -513250,7 +513453,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -513322,7 +513525,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -513398,7 +513601,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -513466,7 +513669,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#spa uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -513552,7 +513755,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -513632,7 +513835,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#ara uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -513784,7 +513987,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -513854,7 +514057,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -513930,7 +514133,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -514008,7 +514211,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#urd uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -514084,7 +514287,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -514160,7 +514363,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#ceb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -514224,7 +514427,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -514302,7 +514505,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -514378,7 +514581,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#ind uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -514468,7 +514671,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#ind uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -514538,7 +514741,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -514604,7 +514807,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -514680,7 +514883,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -514766,7 +514969,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/StudentCharacteristicDescriptor#Immigrant @@ -514854,7 +515057,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#amh uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -514930,7 +515133,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -514990,7 +515193,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/StudentCharacteristicDescriptor#Immigrant @@ -515078,7 +515281,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/StudentCharacteristicDescriptor#Immigrant @@ -515158,7 +515361,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -515236,7 +515439,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -515306,7 +515509,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#cze uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -515380,7 +515583,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -515452,7 +515655,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#guj uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -515538,7 +515741,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#amh uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -515618,7 +515821,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -515690,7 +515893,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -515750,7 +515953,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -515832,7 +516035,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -515912,7 +516115,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#amh uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -515994,7 +516197,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#eng uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -516064,7 +516267,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -516134,7 +516337,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#wel uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -516210,7 +516413,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -516292,7 +516495,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#efi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -516371,7 +516574,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -516443,7 +516646,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -516503,7 +516706,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -516581,7 +516784,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#wel uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -516668,7 +516871,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -516754,7 +516957,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#chi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -516824,7 +517027,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -516890,7 +517093,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -516966,7 +517169,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#heb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -517056,7 +517259,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#bos uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -517136,7 +517339,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#tir uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -517216,7 +517419,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#ara uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -517284,7 +517487,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#nor uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -517366,7 +517569,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -517442,7 +517645,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#ori uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -517524,7 +517727,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -517590,7 +517793,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -517660,7 +517863,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -517740,7 +517943,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#per uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -517822,7 +518025,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -517894,7 +518097,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -517966,7 +518169,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -518026,7 +518229,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#per uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -518112,7 +518315,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#eng uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -518192,7 +518395,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -518270,7 +518473,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -518336,7 +518539,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -518402,7 +518605,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -518474,7 +518677,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#nep uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -518556,7 +518759,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -518628,7 +518831,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -518704,7 +518907,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -518764,7 +518967,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -518842,7 +519045,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#twi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -518996,7 +519199,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#mni uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -519070,7 +519273,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#bos uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -519144,7 +519347,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -519220,7 +519423,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -519302,7 +519505,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#nor uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -519389,7 +519592,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#mni uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -519465,7 +519668,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -519536,7 +519739,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -519614,7 +519817,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#ind uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -519694,7 +519897,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#bos uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -519780,7 +519983,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -519850,7 +520053,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/StudentCharacteristicDescriptor#Immigrant @@ -519930,7 +520133,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#twi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -520006,7 +520209,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -520084,7 +520287,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -520160,7 +520363,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#tha uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -520244,7 +520447,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#bos uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -520394,7 +520597,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#nor uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -520470,7 +520673,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -520552,7 +520755,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#jpn uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -520626,7 +520829,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#spa uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -520696,7 +520899,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -520768,7 +520971,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -520846,7 +521049,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -520922,7 +521125,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#ben uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -520998,7 +521201,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/StudentCharacteristicDescriptor#Immigrant @@ -521064,7 +521267,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -521142,7 +521345,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -521222,7 +521425,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#guj uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -521304,7 +521507,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -521374,7 +521577,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#jpn uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -521452,7 +521655,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#est uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -521532,8 +521735,8 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/RaceDescriptor#Asian - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander Digital Equity Primary Learning Device Away From School @@ -521619,7 +521822,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#tmh uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -521703,7 +521906,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#wel uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -521847,7 +522050,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -521929,7 +522132,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/StudentCharacteristicDescriptor#Immigrant @@ -522005,7 +522208,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -522083,7 +522286,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -522149,7 +522352,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#nav uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -522223,7 +522426,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -522299,7 +522502,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#nep uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -522381,7 +522584,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -522453,7 +522656,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -522525,7 +522728,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -522589,7 +522792,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#heb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -522743,7 +522946,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#tso uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -522829,7 +523032,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#est uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -522903,7 +523106,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -522969,7 +523172,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -523041,7 +523244,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#tir uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -523127,7 +523330,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#sin uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -523207,7 +523410,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -523347,7 +523550,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -523425,7 +523628,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#ita uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -523501,7 +523704,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -523579,7 +523782,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -523645,7 +523848,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -523715,7 +523918,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -523787,7 +523990,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -523869,7 +524072,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#mal uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -523945,7 +524148,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#ukr uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -524025,7 +524228,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -524085,7 +524288,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -524167,7 +524370,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#hin uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -524247,7 +524450,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -524329,7 +524532,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -524395,7 +524598,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -524461,7 +524664,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -524533,7 +524736,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#ori uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -524619,7 +524822,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#afr uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -524703,7 +524906,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#est uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -524779,7 +524982,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#vie uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -524847,7 +525050,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -524925,7 +525128,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#hau uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -525087,7 +525290,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#ben uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -525157,7 +525360,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -525227,7 +525430,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#rus uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -525307,7 +525510,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -525385,7 +525588,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -525457,7 +525660,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -525533,7 +525736,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -525597,7 +525800,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#nep uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -525687,7 +525890,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#ara uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -525763,7 +525966,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -525845,7 +526048,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -525911,7 +526114,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#tur uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -525985,7 +526188,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#cho uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -526061,7 +526264,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -526143,7 +526346,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#ger uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -526223,7 +526426,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#guj uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -526299,7 +526502,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -526359,7 +526562,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -526437,7 +526640,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -526513,7 +526716,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -526591,7 +526794,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#efi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -526661,7 +526864,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -526727,7 +526930,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -526799,7 +527002,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -526877,7 +527080,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -526953,7 +527156,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#rus uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -527029,7 +527232,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -527089,7 +527292,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#may uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -527171,7 +527374,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -527251,7 +527454,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#hin uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -527333,7 +527536,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -527403,7 +527606,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -527469,7 +527672,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -527541,7 +527744,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/StudentCharacteristicDescriptor#Economic Disadvantaged @@ -527622,7 +527825,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/StudentCharacteristicDescriptor#Economic Disadvantaged @@ -527697,7 +527900,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -527773,7 +527976,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -527833,7 +528036,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/StudentCharacteristicDescriptor#Parent in Military @@ -527915,7 +528118,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#ukr uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -527991,7 +528194,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#sin uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -528073,7 +528276,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -528142,7 +528345,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -528208,7 +528411,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -528280,7 +528483,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -528358,7 +528561,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#swa uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -528438,7 +528641,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -528570,7 +528773,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -528648,7 +528851,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/StudentCharacteristicDescriptor#Parent in Military @@ -528730,7 +528933,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#hun uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -528812,7 +529015,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander 2021-2022 uri://ed-fi.org/CohortYearTypeDescriptor#Twelfth grade @@ -528883,7 +529086,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#lao uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -528957,7 +529160,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#jpn uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -529037,7 +529240,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#hau uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -529123,7 +529326,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -529195,7 +529398,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -529271,7 +529474,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -529335,7 +529538,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -529417,7 +529620,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -529489,7 +529692,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -529567,7 +529770,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -529633,7 +529836,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -529699,7 +529902,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -529775,7 +529978,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -529857,7 +530060,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -529937,7 +530140,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#ger uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -530013,7 +530216,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -530073,7 +530276,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -530155,7 +530358,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -530231,7 +530434,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/StudentCharacteristicDescriptor#Parent in Military @@ -530319,7 +530522,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -530385,7 +530588,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -530451,7 +530654,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#est uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -530527,7 +530730,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -530605,7 +530808,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -530677,7 +530880,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#ori uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -530757,7 +530960,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -530899,7 +531102,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#urd uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -530979,7 +531182,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -531057,7 +531260,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#ben uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -531127,7 +531330,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -531193,7 +531396,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -531265,7 +531468,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -531347,7 +531550,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -531419,7 +531622,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#nav uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -531499,7 +531702,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -531563,7 +531766,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -531645,7 +531848,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -531721,7 +531924,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -531799,7 +532002,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#urd uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -531869,7 +532072,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -531939,7 +532142,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -532011,7 +532214,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -532093,7 +532296,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -532165,7 +532368,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/StudentCharacteristicDescriptor#Parent in Military @@ -532251,7 +532454,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -532311,7 +532514,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -532465,7 +532668,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -532547,7 +532750,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -532624,7 +532827,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/StudentCharacteristicDescriptor#Parent in Military @@ -532700,7 +532903,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#por uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -532781,7 +532984,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -532863,7 +533066,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#kmb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -532943,7 +533146,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#hau uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -533019,7 +533222,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -533233,7 +533436,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -533315,7 +533518,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#kmb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -533389,7 +533592,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -533455,7 +533658,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#tel uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -533609,7 +533812,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#rum uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -533689,7 +533892,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#hin uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -533765,7 +533968,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#vie uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -533829,7 +534032,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -533915,7 +534118,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#ita uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -533995,7 +534198,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -534073,7 +534276,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -534139,7 +534342,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -534209,7 +534412,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#ind uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -534285,7 +534488,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -534367,7 +534570,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#swa uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -534443,7 +534646,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -534519,7 +534722,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#rus uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -534591,7 +534794,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#ori uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -534749,7 +534952,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#fre uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -534835,7 +535038,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -534901,7 +535104,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/StudentCharacteristicDescriptor#Economic Disadvantaged @@ -534970,7 +535173,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -535046,7 +535249,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#cho uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -535128,7 +535331,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -535204,7 +535407,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#nav uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -535284,7 +535487,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -535348,7 +535551,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LimitedEnglishProficiencyDescriptor#Limited uri://ed-fi.org/LanguageDescriptor#mal @@ -535435,7 +535638,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#amh uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -535511,7 +535714,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -535593,7 +535796,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -535663,7 +535866,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -535729,7 +535932,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -535809,7 +536012,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#cho uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -535891,7 +536094,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/StudentCharacteristicDescriptor#Economic Disadvantaged @@ -535970,7 +536173,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#iku uri://ed-fi.org/LanguageUseDescriptor#Native language @@ -536046,7 +536249,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -536106,7 +536309,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -536184,7 +536387,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -536260,7 +536463,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#tha uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -536342,7 +536545,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#heb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -536412,7 +536615,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -536482,7 +536685,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -536558,7 +536761,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#bos uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -536643,7 +536846,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -536723,7 +536926,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#lao uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -536799,7 +537002,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -536866,7 +537069,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -536944,7 +537147,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/StudentCharacteristicDescriptor#Parent in Military @@ -537020,7 +537223,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#ara uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -537102,7 +537305,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -537172,7 +537375,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -537322,7 +537525,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#rus uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -537408,7 +537611,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -537480,7 +537683,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#ara uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -537560,7 +537763,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#guj uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -537628,7 +537831,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#lao uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -537714,7 +537917,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#nep uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -537790,7 +537993,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#cze uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -537880,7 +538083,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#may uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -537954,7 +538157,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -538024,7 +538227,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -538096,7 +538299,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#jpn uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -538254,7 +538457,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -538330,7 +538533,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -538476,7 +538679,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#rum uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -538556,7 +538759,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#tur uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -538642,7 +538845,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -538712,7 +538915,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#chi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -538782,7 +538985,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -538854,7 +539057,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#chi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -538943,7 +539146,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -539091,7 +539294,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#swe uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -539237,7 +539440,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#amh uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -539321,7 +539524,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#kor uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -539403,7 +539606,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -539473,7 +539676,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#hin uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -539543,7 +539746,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#amh uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -539619,7 +539822,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -539697,7 +539900,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -539773,7 +539976,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -539845,7 +540048,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -539905,7 +540108,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -539991,7 +540194,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#ita uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -540067,7 +540270,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#ceb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -540149,7 +540352,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -540215,7 +540418,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -540281,7 +540484,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -540357,7 +540560,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#ori uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -540447,7 +540650,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#twi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -540523,7 +540726,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#amh uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -540599,7 +540802,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -540663,7 +540866,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#jpn uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -540745,7 +540948,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#tmh uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -540821,7 +541024,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -540899,7 +541102,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -540965,7 +541168,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -541035,7 +541238,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -541111,7 +541314,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#tir uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -541197,7 +541400,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -541269,7 +541472,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -541341,7 +541544,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#bos uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -541409,7 +541612,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -541491,7 +541694,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -541567,7 +541770,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#afr uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -541653,7 +541856,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#efi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -541727,7 +541930,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#swe uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -541801,7 +542004,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#cze uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -541881,7 +542084,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#por uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -541971,7 +542174,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#spa uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -542047,7 +542250,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#mal uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -542127,7 +542330,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#may uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -542195,7 +542398,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -542353,7 +542556,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#mal uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -542435,7 +542638,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#ceb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -542505,7 +542708,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/TribalAffiliationDescriptor#Kickapoo of Texas Digital Equity @@ -542576,7 +542779,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#est uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -542652,7 +542855,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -542734,7 +542937,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -542806,7 +543009,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -542882,7 +543085,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -542942,7 +543145,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#nav uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -543024,7 +543227,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -543100,7 +543303,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/StudentCharacteristicDescriptor#Homeless @@ -543191,7 +543394,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -543257,7 +543460,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -543323,7 +543526,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#nep uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -543399,7 +543602,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#efi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -543481,7 +543684,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#tir uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -543557,7 +543760,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -543629,7 +543832,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -543689,7 +543892,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -543771,7 +543974,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -543843,7 +544046,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -543921,7 +544124,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -543991,7 +544194,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Asian 2021-2022 uri://ed-fi.org/CohortYearTypeDescriptor#Twelfth grade @@ -544061,7 +544264,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#mni uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -544144,7 +544347,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -544226,7 +544429,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -544298,7 +544501,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#twi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -544378,7 +544581,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -544442,7 +544645,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#fre uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -544524,7 +544727,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -544604,7 +544807,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/StudentCharacteristicDescriptor#Immigrant @@ -544692,7 +544895,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -544758,7 +544961,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -544824,7 +545027,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#ger uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -544904,7 +545107,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#ukr uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -544986,7 +545189,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#nav uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -545070,7 +545273,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#vie uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -545150,7 +545353,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#sin uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -545218,7 +545421,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#sin uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -545300,7 +545503,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -545372,7 +545575,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#cze uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -545454,7 +545657,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -545520,7 +545723,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -545586,7 +545789,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/StudentCharacteristicDescriptor#Immigrant @@ -545762,7 +545965,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#nor uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -545838,7 +546041,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -545910,7 +546113,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -545970,7 +546173,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -546052,7 +546255,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#ceb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -546132,7 +546335,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#afr uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -546214,7 +546417,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -546288,7 +546491,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#guj uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -546358,7 +546561,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -546434,7 +546637,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -546516,7 +546719,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#tha uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -546592,7 +546795,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#lao uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -546732,7 +546935,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -546814,7 +547017,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -546890,7 +547093,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#tha uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -546972,7 +547175,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#lao uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -547042,7 +547245,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -547112,7 +547315,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#tha uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -547188,7 +547391,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#efi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -547278,7 +547481,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#tha uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -547358,7 +547561,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -547430,7 +547633,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#afr uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -547498,7 +547701,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#por uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -547580,7 +547783,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -547656,7 +547859,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#per uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -547742,7 +547945,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#tha uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -547816,7 +548019,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#ori uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -547890,7 +548093,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -547962,7 +548165,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/StudentCharacteristicDescriptor#Homeless @@ -548046,7 +548249,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#hau uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -548122,7 +548325,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -548194,7 +548397,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -548258,7 +548461,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#chi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -548340,7 +548543,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -548416,7 +548619,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#hun uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -548498,7 +548701,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -548564,7 +548767,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#hin uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -548634,7 +548837,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -548710,7 +548913,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#vie uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -548792,7 +548995,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -548868,7 +549071,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -548944,7 +549147,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -549008,7 +549211,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#ben uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -549094,7 +549297,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -549166,7 +549369,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -549244,7 +549447,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#hin uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -549314,7 +549517,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#ukr uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -549388,7 +549591,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#lao uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -549468,7 +549671,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -549630,7 +549833,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -549706,7 +549909,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#twi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -549774,7 +549977,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#may uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -549856,7 +550059,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#eng uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -549932,7 +550135,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -550014,7 +550217,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -550080,7 +550283,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -550146,7 +550349,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -550222,7 +550425,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#tel uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -550304,7 +550507,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -550380,7 +550583,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#tir uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -550460,7 +550663,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#wel uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -550524,7 +550727,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -550602,7 +550805,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -550678,7 +550881,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#nep uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -550760,7 +550963,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -550826,7 +551029,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -550896,7 +551099,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -550972,7 +551175,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#rum uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -551062,7 +551265,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#urd uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -551142,7 +551345,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -551214,7 +551417,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#kmb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -551278,7 +551481,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -551360,7 +551563,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -551432,7 +551635,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -551514,7 +551717,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -551584,7 +551787,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#tur uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -551658,7 +551861,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -551734,7 +551937,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -551812,7 +552015,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -551888,7 +552091,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -551964,7 +552167,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#swa uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -552032,7 +552235,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#eng uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -552114,7 +552317,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -552190,7 +552393,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -552268,7 +552471,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#cze uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -552338,7 +552541,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -552404,7 +552607,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -552476,7 +552679,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -552554,7 +552757,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/StudentCharacteristicDescriptor#Foster Care @@ -552636,7 +552839,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -552708,7 +552911,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#swa uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -552772,7 +552975,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -552854,7 +553057,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#hau uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -552930,7 +553133,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -553012,7 +553215,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -553082,7 +553285,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#tur uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -553156,7 +553359,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#tmh uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -553236,7 +553439,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -553314,7 +553517,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -553390,7 +553593,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#afr uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -553466,7 +553669,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -553529,7 +553732,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -553611,7 +553814,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -553683,7 +553886,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -553765,7 +553968,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -553835,7 +554038,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#kor uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -553905,7 +554108,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -553977,7 +554180,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -554059,7 +554262,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -554135,7 +554338,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#afr uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -554211,7 +554414,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -554275,7 +554478,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -554357,7 +554560,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#fre uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -554440,7 +554643,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -554518,7 +554721,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -554588,7 +554791,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#may uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -554658,7 +554861,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -554730,7 +554933,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -554808,7 +555011,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -554880,7 +555083,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -554956,7 +555159,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#hun uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -555024,7 +555227,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -555102,7 +555305,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -555174,7 +555377,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -555252,7 +555455,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#tso uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -555322,7 +555525,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -555392,7 +555595,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -555468,7 +555671,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/StudentCharacteristicDescriptor#Immigrant @@ -555560,7 +555763,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -555632,7 +555835,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -555704,7 +555907,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -555768,7 +555971,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -555846,7 +556049,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -555922,7 +556125,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/StudentCharacteristicDescriptor#Immigrant @@ -556004,7 +556207,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -556070,7 +556273,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -556216,7 +556419,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#ger uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -556298,7 +556501,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -556370,7 +556573,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#hun uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -556454,7 +556657,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#ukr uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -556518,7 +556721,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -556596,7 +556799,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#ind uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -556672,7 +556875,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/StudentCharacteristicDescriptor#Immigrant @@ -556754,7 +556957,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#ben uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -556824,7 +557027,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -556894,7 +557097,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -556970,7 +557173,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#tur uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -557059,7 +557262,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#bos uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -557135,7 +557338,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#heb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -557215,7 +557418,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -557279,7 +557482,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -557357,7 +557560,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -557429,7 +557632,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#tel uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -557515,7 +557718,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -557585,7 +557788,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#bos uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -557659,7 +557862,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#rum uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -557739,7 +557942,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#spa uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -557825,7 +558028,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -557897,7 +558100,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -557973,7 +558176,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -558033,7 +558236,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -558115,7 +558318,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/StudentCharacteristicDescriptor#Immigrant @@ -558196,7 +558399,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -558274,7 +558477,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#ben uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -558344,7 +558547,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -558418,7 +558621,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#hun uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -558498,7 +558701,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -558576,7 +558779,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/StudentCharacteristicDescriptor#Immigrant @@ -558662,7 +558865,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -558734,7 +558937,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#kmb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -558802,7 +559005,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#swe uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -558884,7 +559087,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#mal uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -559038,7 +559241,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -559104,7 +559307,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -559170,7 +559373,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -559242,7 +559445,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -559320,7 +559523,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -559396,7 +559599,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#twi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -559472,7 +559675,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -559539,7 +559742,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#mni uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -559625,7 +559828,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#eng uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -559701,7 +559904,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -559783,7 +559986,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -559853,7 +560056,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#nav uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -559923,7 +560126,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -559999,7 +560202,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -560081,7 +560284,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -560157,7 +560360,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#rus uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -560237,7 +560440,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -560297,7 +560500,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#cho uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -560379,7 +560582,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -560459,7 +560662,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#cho uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -560545,7 +560748,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#swe uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -560615,7 +560818,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#rus uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -560689,7 +560892,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#ceb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -560769,7 +560972,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -560851,7 +561054,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#ger uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -560927,7 +561130,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -561003,7 +561206,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#sin uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -561071,7 +561274,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -561229,7 +561432,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -561315,7 +561518,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#ben uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -561385,7 +561588,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -561451,7 +561654,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -561527,7 +561730,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#cze uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -561613,7 +561816,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#ukr uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -561689,7 +561892,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -561765,7 +561968,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#urd uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -561829,7 +562032,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -561911,7 +562114,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#twi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -561987,7 +562190,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#jpn uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -562073,7 +562276,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#hin uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -562147,7 +562350,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -562213,7 +562416,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -562289,7 +562492,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#cze uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -562375,7 +562578,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -562451,7 +562654,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -562527,7 +562730,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#ori uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -562591,7 +562794,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -562669,7 +562872,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#kor uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -562827,7 +563030,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#chi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -562905,7 +563108,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#cho uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -562979,7 +563182,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -563051,7 +563254,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#lao uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -563133,7 +563336,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -563205,7 +563408,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -563281,7 +563484,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#efi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -563349,7 +563552,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#ceb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -563435,7 +563638,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#ind uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -563519,7 +563722,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#kmb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -563605,7 +563808,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#kor uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -563679,7 +563882,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -563749,7 +563952,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#spa uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -563829,7 +564032,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -563911,7 +564114,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -563987,7 +564190,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#per uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -564063,7 +564266,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#tir uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -564127,7 +564330,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -564209,7 +564412,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -564285,7 +564488,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -564367,7 +564570,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -564436,7 +564639,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -564502,7 +564705,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -564578,7 +564781,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#eng uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -564660,7 +564863,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -564736,7 +564939,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -564808,7 +565011,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#afr uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -564876,7 +565079,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -564958,7 +565161,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#efi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -565034,7 +565237,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -565112,7 +565315,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -565181,7 +565384,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -565247,7 +565450,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#swe uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -565327,7 +565530,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#ita uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -565413,7 +565616,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -565485,7 +565688,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -565557,7 +565760,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -565617,7 +565820,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#kor uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -565703,7 +565906,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -565775,7 +565978,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/StudentCharacteristicDescriptor#Economic Disadvantaged @@ -565860,7 +566063,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#nor uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -565930,7 +566133,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#hau uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -566000,7 +566203,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -566072,7 +566275,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -566150,7 +566353,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -566230,7 +566433,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#nav uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -566314,7 +566517,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#tha uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -566378,7 +566581,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -566464,7 +566667,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#por uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -566540,7 +566743,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -566622,7 +566825,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -566688,7 +566891,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#por uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -566758,7 +566961,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#may uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -566834,7 +567037,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#swe uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -566924,7 +567127,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#wel uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -567008,7 +567211,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#jpn uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -567084,7 +567287,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -567144,7 +567347,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -567226,7 +567429,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#may uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -567306,7 +567509,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#ger uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -567388,7 +567591,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -567454,7 +567657,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -567528,7 +567731,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#ita uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -567608,7 +567811,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -567690,7 +567893,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -567766,7 +567969,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -567842,7 +568045,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#tso uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -567906,7 +568109,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -567984,7 +568187,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -568060,7 +568263,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -568138,7 +568341,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -568204,7 +568407,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other Digital Equity Primary Learning Device Away From School @@ -568342,7 +568545,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -568420,7 +568623,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#hun uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -568496,7 +568699,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -568636,7 +568839,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -568718,7 +568921,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#cze uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -568794,7 +568997,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -568876,7 +569079,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -568946,7 +569149,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#tso uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -569024,7 +569227,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/LanguageDescriptor#hau uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -569100,7 +569303,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -569178,7 +569381,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -569254,7 +569457,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -569330,7 +569533,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/StudentCharacteristicDescriptor#Parent in Military @@ -569398,7 +569601,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#swa uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -569480,7 +569683,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -569552,7 +569755,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -569634,7 +569837,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -569704,7 +569907,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#fre uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -569774,7 +569977,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#tmh uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -569850,7 +570053,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -569932,7 +570135,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -570008,7 +570211,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -570084,7 +570287,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -570144,7 +570347,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -570226,7 +570429,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -570298,7 +570501,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#tur uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -570380,7 +570583,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -570450,7 +570653,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#nav uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -570520,7 +570723,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -570596,7 +570799,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#tso uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -570682,7 +570885,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -570758,7 +570961,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander Digital Equity Primary Learning Device Away From School @@ -570830,7 +571033,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -570976,7 +571179,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -571052,7 +571255,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#ori uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -571138,7 +571341,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -571208,7 +571411,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/LanguageDescriptor#tso uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -571278,7 +571481,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -571350,7 +571553,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -571432,7 +571635,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American Digital Equity Primary Learning Device Away From School @@ -571504,7 +571707,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#ara uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -571588,7 +571791,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#kmb uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -571652,7 +571855,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -571730,7 +571933,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#wel uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -571806,7 +572009,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -571888,7 +572091,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -571958,7 +572161,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -572028,7 +572231,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#rum uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -572104,7 +572307,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -572186,7 +572389,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#nep uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -572266,7 +572469,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino Digital Equity Primary Learning Device Away From School @@ -572346,7 +572549,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Native Hawaiian or Pacific Islander uri://ed-fi.org/LanguageDescriptor#tel uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -572414,7 +572617,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Asian Digital Equity Primary Learning Device Away From School @@ -572496,7 +572699,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African Digital Equity Primary Learning Device Away From School @@ -572568,7 +572771,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Other uri://ed-fi.org/StudentCharacteristicDescriptor#Parent in Military @@ -572660,7 +572863,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#White Digital Equity Primary Learning Device Away From School @@ -572730,7 +572933,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#twi uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -572800,7 +573003,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#tel uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -572876,7 +573079,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#por uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -572962,7 +573165,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Hispanic or Latino uri://ed-fi.org/LanguageDescriptor#kor uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -573046,7 +573249,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native uri://ed-fi.org/StudentCharacteristicDescriptor#Parent in Military @@ -573126,7 +573329,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -573186,7 +573389,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal true - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#tmh uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -573272,7 +573475,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#ukr uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -573352,7 +573555,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#tmh uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -573442,7 +573645,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#Asian uri://ed-fi.org/LanguageDescriptor#per uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -573512,7 +573715,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond uri://ed-fi.org/LanguageDescriptor#hun uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -573582,7 +573785,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization false - uri://ed-fi.org/RaceDescriptor#American Indian - Alaska Native + uri://ed-fi.org/RaceDescriptor#American Indian or Alaska Native Digital Equity Primary Learning Device Away From School @@ -573662,7 +573865,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Organization true - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#White uri://ed-fi.org/LanguageDescriptor#sin uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -573752,7 +573955,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Work false - uri://ed-fi.org/RaceDescriptor#Black - African American + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#urd uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -573828,7 +574031,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#White + uri://ed-fi.org/RaceDescriptor#Choose Not to Respond Digital Equity Primary Learning Device Away From School @@ -573900,7 +574103,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Other true - uri://ed-fi.org/RaceDescriptor#Asian + uri://ed-fi.org/RaceDescriptor#Black or African American uri://ed-fi.org/LanguageDescriptor#mal uri://ed-fi.org/LanguageUseDescriptor#Home language @@ -573972,7 +574175,7 @@ uri://ed-fi.org/ElectronicMailTypeDescriptor#Home/Personal false - uri://ed-fi.org/RaceDescriptor#Native Hawaiian - Pacific Islander + uri://ed-fi.org/RaceDescriptor#Middle Eastern or North African uri://ed-fi.org/LanguageDescriptor#hin uri://ed-fi.org/LanguageUseDescriptor#Home language diff --git a/Samples/Sample XML/StudentGrade-1stSixWeeks.xml b/Samples/Sample XML/StudentGrade-1stSixWeeks.xml index 0c2bf95..fc58d98 100644 --- a/Samples/Sample XML/StudentGrade-1stSixWeeks.xml +++ b/Samples/Sample XML/StudentGrade-1stSixWeeks.xml @@ -1,5 +1,5 @@ - + 63.00 uri://ed-fi.org/GradeTypeDescriptor#Grading Period diff --git a/Samples/Sample XML/StudentGrade-2ndSixWeeks.xml b/Samples/Sample XML/StudentGrade-2ndSixWeeks.xml index 210e941..8964ef4 100644 --- a/Samples/Sample XML/StudentGrade-2ndSixWeeks.xml +++ b/Samples/Sample XML/StudentGrade-2ndSixWeeks.xml @@ -1,5 +1,5 @@ - + 63.00 uri://ed-fi.org/GradeTypeDescriptor#Grading Period diff --git a/Samples/Sample XML/StudentGrade-3rdSixWeeks.xml b/Samples/Sample XML/StudentGrade-3rdSixWeeks.xml index 5cb957c..0e40844 100644 --- a/Samples/Sample XML/StudentGrade-3rdSixWeeks.xml +++ b/Samples/Sample XML/StudentGrade-3rdSixWeeks.xml @@ -1,5 +1,5 @@ - + 63.00 uri://ed-fi.org/GradeTypeDescriptor#Grading Period diff --git a/Samples/Sample XML/StudentGrade-4thSixWeeks.xml b/Samples/Sample XML/StudentGrade-4thSixWeeks.xml index 51e7d68..11a0c06 100644 --- a/Samples/Sample XML/StudentGrade-4thSixWeeks.xml +++ b/Samples/Sample XML/StudentGrade-4thSixWeeks.xml @@ -1,5 +1,5 @@ - + 70.00 uri://ed-fi.org/GradeTypeDescriptor#Grading Period diff --git a/Samples/Sample XML/StudentGrade-5thSixWeeks.xml b/Samples/Sample XML/StudentGrade-5thSixWeeks.xml index 7d83883..1c393f3 100644 --- a/Samples/Sample XML/StudentGrade-5thSixWeeks.xml +++ b/Samples/Sample XML/StudentGrade-5thSixWeeks.xml @@ -1,5 +1,5 @@ - + 66.00 uri://ed-fi.org/GradeTypeDescriptor#Grading Period diff --git a/Samples/Sample XML/StudentGrade-6thSixWeeks.xml b/Samples/Sample XML/StudentGrade-6thSixWeeks.xml index 089703e..3ef32ea 100644 --- a/Samples/Sample XML/StudentGrade-6thSixWeeks.xml +++ b/Samples/Sample XML/StudentGrade-6thSixWeeks.xml @@ -1,5 +1,5 @@ - + 70.00 uri://ed-fi.org/GradeTypeDescriptor#Grading Period diff --git a/Samples/Sample XML/StudentGradebook.xml b/Samples/Sample XML/StudentGradebook.xml index 964f0c1..4fea872 100644 --- a/Samples/Sample XML/StudentGradebook.xml +++ b/Samples/Sample XML/StudentGradebook.xml @@ -1,5 +1,5 @@ - + 8907100001 uri://ed-fi.org/GradebookEntry/GradebookEntry.xml diff --git a/Samples/Sample XML/StudentHealth.xml b/Samples/Sample XML/StudentHealth.xml new file mode 100644 index 0000000..72f39ee --- /dev/null +++ b/Samples/Sample XML/StudentHealth.xml @@ -0,0 +1,2283 @@ + + + + + + 604822 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2009-12-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2012-09-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2012-09-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2013-05-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2013-05-13 + + + Malaria, RTS + 2015-09-13 + + + Malaria, S/ASO1 + 2015-09-13 + + + + + + 604821 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2016-02-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2018-11-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2018-11-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2019-07-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2019-07-13 + + + + + + 604824 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2011-04-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2014-01-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2014-01-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2014-09-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2014-09-13 + + + + + + 604823 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2011-07-22 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2011-07-22 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2012-03-22 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2012-03-22 + + + + + + 604825 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2017-11-15 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2020-08-15 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2020-08-15 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2021-04-15 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2021-04-15 + + + + + + 604826 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2017-08-05 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2020-05-05 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2020-05-05 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2021-01-05 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2021-01-05 + + + + + + 604827 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2007-07-01 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2010-04-01 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2010-04-01 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2010-12-01 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + + + + 604828 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2012-11-03 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2015-08-03 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2015-08-03 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2016-04-03 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + + + + 604829 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2016-11-17 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2019-08-17 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2019-08-17 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2020-04-17 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + + + + 604830 + + + + + 255901 + + + 2021-08-23 + uri://ed-fi.org/NonMedicalImmunizationExemptionDescriptor#Religious + 2021-08-23 + + + + + 604831 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2016-07-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2019-04-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2019-04-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2019-12-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2019-12-13 + + + Typhoid + 2022-04-13 + + + + + + 604832 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2015-07-07 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2018-04-07 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2018-04-07 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2018-12-07 + + + + + + 604833 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2015-08-24 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2018-05-24 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2018-05-24 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2019-01-24 + + + + + + 604834 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2015-11-02 + + + + + + 604835 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2017-12-29 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2020-09-29 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2020-09-29 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2021-05-29 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2021-05-29 + + + + + + 604836 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2008-06-30 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2011-11-30 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2011-11-30 + + + + + + 604837 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2014-03-19 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2016-12-19 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2016-12-19 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2017-08-19 + + + + + + 604838 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2007-02-28 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2009-11-29 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2009-11-29 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2010-07-29 + + + + + + 604839 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2012-07-26 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2015-04-26 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2015-04-26 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + + + + 604840 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2017-03-21 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2019-12-21 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + Severe Allergic reaction to a vaccine component + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + Severe Allergic reaction to a vaccine component + 2020-08-21 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + Severe Allergic reaction to a vaccine component + 2020-08-21 + + + + + + 604841 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2012-03-15 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2014-12-15 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2014-12-15 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2015-08-15 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + TB, BCG + + + Tick-borne encephalitis + + + + + + 604842 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2017-03-02 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2019-12-02 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2019-12-02 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2020-08-02 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2020-08-02 + + + + + + 604843 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2010-12-24 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2013-09-24 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2013-09-24 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2014-05-24 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + + + + 604844 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2010-06-21 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2013-03-21 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2013-03-21 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2013-11-21 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2013-11-21 + + + + + + 604845 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2019-04-14 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + + + + 604846 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2015-08-07 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2018-05-07 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2018-05-07 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2019-01-07 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + + + + 604847 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2010-02-28 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2012-11-30 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2012-11-30 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2013-07-30 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2013-07-30 + + + + + + 604848 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2006-10-17 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2009-07-17 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2009-07-17 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2010-03-17 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + + + + 604849 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2009-11-29 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2012-08-29 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2012-08-29 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + + + + 604850 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + Immunocompromised, weakened immune system due to chemotherapy + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + Immunocompromised, weakened immune system due to chemotherapy + 2020-12-06 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + Immunocompromised, weakened immune system due to chemotherapy + 2020-12-06 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2020-08-06 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + Immunocompromised, weakened immune system due to chemotherapy + 2020-08-06 + + + + + + 604851 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2010-10-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2013-07-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2013-07-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2014-03-13 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2014-03-13 + + + Malaria, S/ASO1 + + + + + + 604852 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2012-12-05 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2015-09-05 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2015-09-05 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + + + + 604853 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2014-09-18 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2017-06-18 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2017-06-18 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + + + + 604854 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2016-11-19 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2019-08-19 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2019-08-19 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + + + + 604855 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2018-09-21 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2018-09-21 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + + + + 604856 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2017-07-04 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + + + + 604857 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2015-02-23 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2017-11-23 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2017-11-23 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2018-07-23 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + + + + 604858 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2007-02-09 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2009-11-09 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2009-11-09 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2010-07-09 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + + + + 604859 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2014-05-18 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2017-02-18 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2017-02-18 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + + + + 604860 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2015-04-15 + + uri://ed-fi.org/NonMedicalImmunizationExemptionDescriptor#Other + + + + + 604861 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2010-08-14 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2013-05-14 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2013-05-14 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2014-01-14 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2014-01-14 + + + Cholera + + + TB, BCG + 2016-11-14 + + + + + + 604862 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2006-12-07 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2009-09-07 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2010-05-07 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2010-05-07 + + + + + + 604863 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2012-05-30 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2012-05-30 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2013-01-30 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2013-01-30 + + + + + + 604864 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2020-09-12 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2020-09-12 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2021-05-12 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2021-05-12 + + + + + + 604865 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2019-05-05 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2019-05-05 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2020-01-05 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2020-01-05 + + + + + + 604866 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2012-05-15 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2015-10-15 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2015-10-15 + + + + + + 604867 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2006-11-16 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2010-04-16 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2010-04-16 + + + + + + 604868 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2009-01-19 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2011-10-19 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2011-10-19 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2012-06-19 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2012-06-19 + + + + + + 604869 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2015-09-18 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2018-06-18 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2018-06-18 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2019-02-18 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2019-02-18 + + + + + + 604870 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2018-03-30 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2020-12-30 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2020-12-30 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + Temporarily deferred due to illnes + 2021-08-30 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + Temporarily deferred due to illnes + + + + + + 604871 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2013-05-08 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2016-02-08 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2016-02-08 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + Tick-borne encephalitis + + + + + + 604872 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2013-07-16 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2016-04-16 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2016-04-16 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2016-12-16 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + + + + + + 604873 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2006-05-27 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2009-02-27 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2009-02-27 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2009-10-27 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2009-10-27 + + + + + + 604874 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2012-07-31 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2012-07-31 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2013-03-31 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2013-03-31 + + + + + + 604875 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2016-12-11 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2016-12-11 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2017-08-11 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2017-08-11 + + + + + + 604876 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2017-10-09 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2017-10-09 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2018-06-09 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2018-06-09 + + + + + + 604877 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2016-02-15 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2018-11-15 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2018-11-15 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2019-07-15 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2019-07-15 + + + + + + 604878 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2016-10-23 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2019-07-23 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2019-07-23 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2020-03-23 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2020-03-23 + + + + + + 604879 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2016-12-09 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2019-09-09 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2019-09-09 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2020-05-09 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2020-05-09 + + + + + + 604880 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2008-10-03 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2011-07-03 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2011-07-03 + Temporary contraindication + 2021-05-31 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2012-03-03 + + + + + + 604881 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2009-11-07 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2013-04-07 + + + TB, BCG + + + + + + 604882 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2012-02-24 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2015-07-24 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2015-07-24 + + + + + + 604883 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2007-08-04 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2011-01-04 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2011-01-04 + + + + + + 604884 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2013-01-24 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2016-06-24 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2016-06-24 + + + + + + 604885 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2016-11-10 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2016-11-10 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2017-07-10 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2017-07-10 + + + + + + 604886 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2007-07-09 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2010-04-09 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2010-04-09 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2010-12-09 + + + + + + 604887 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2008-12-09 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2011-09-09 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2012-05-09 + + + + + + 604888 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2020-12-16 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2021-08-16 + + + + + + 604889 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2009-12-03 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2012-09-03 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2012-09-03 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2013-05-03 + + + + + + 604890 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2017-06-07 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2020-03-07 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2020-11-07 + + uri://ed-fi.org/NonMedicalImmunizationExemptionDescriptor#Religious + 2021-08-23 + + + + + 604891 + + + + + 255901 + + + 2021-08-23 + + uri://ed-fi.org/ImmunizationTypeDescriptor#MMR + 2017-07-24 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#IPV + 2020-04-24 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#DTaP + 2020-04-24 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#VAR + 2020-12-24 + + + uri://ed-fi.org/ImmunizationTypeDescriptor#HepB + 2020-12-24 + + + Malaria, RTS + + + diff --git a/Samples/Sample XML/StudentIntervention.xml b/Samples/Sample XML/StudentIntervention.xml index a0c305a..826e708 100644 --- a/Samples/Sample XML/StudentIntervention.xml +++ b/Samples/Sample XML/StudentIntervention.xml @@ -1,5 +1,5 @@ - + CheckAndConnect diff --git a/Samples/Sample XML/StudentProgram.xml b/Samples/Sample XML/StudentProgram.xml index fe2c17f..2188529 100644 --- a/Samples/Sample XML/StudentProgram.xml +++ b/Samples/Sample XML/StudentProgram.xml @@ -1,5 +1,5 @@ - + diff --git a/Samples/Sample XML/StudentProgramEvaluation.xml b/Samples/Sample XML/StudentProgramEvaluation.xml index 118036a..2ef7ede 100644 --- a/Samples/Sample XML/StudentProgramEvaluation.xml +++ b/Samples/Sample XML/StudentProgramEvaluation.xml @@ -1,5 +1,5 @@ - + diff --git a/Samples/Sample XML/StudentSchoolAttendance.xml b/Samples/Sample XML/StudentSchoolAttendance.xml index 2ea96e4..2edc209 100644 --- a/Samples/Sample XML/StudentSchoolAttendance.xml +++ b/Samples/Sample XML/StudentSchoolAttendance.xml @@ -1,5 +1,5 @@ - + 2021-08-31 diff --git a/Samples/Sample XML/StudentSectionAttendance-Tardy.xml b/Samples/Sample XML/StudentSectionAttendance-Tardy.xml index 0ea89c5..c1ff9df 100644 --- a/Samples/Sample XML/StudentSectionAttendance-Tardy.xml +++ b/Samples/Sample XML/StudentSectionAttendance-Tardy.xml @@ -1,5 +1,5 @@ - + 2022-03-07 diff --git a/Samples/Sample XML/StudentSectionAttendance.xml b/Samples/Sample XML/StudentSectionAttendance.xml index 2062dac..fde953f 100644 --- a/Samples/Sample XML/StudentSectionAttendance.xml +++ b/Samples/Sample XML/StudentSectionAttendance.xml @@ -1,5 +1,5 @@ - + 2021-11-09 diff --git a/Samples/Sample XML/StudentTranscript.xml b/Samples/Sample XML/StudentTranscript.xml index e801908..18d7131 100644 --- a/Samples/Sample XML/StudentTranscript.xml +++ b/Samples/Sample XML/StudentTranscript.xml @@ -1,5 +1,5 @@ - + 7 diff --git a/Samples/Sample XML/StudentTransportation.xml b/Samples/Sample XML/StudentTransportation.xml new file mode 100644 index 0000000..bd573ee --- /dev/null +++ b/Samples/Sample XML/StudentTransportation.xml @@ -0,0 +1,572 @@ + + + + + + 604822 + + + + + 255901 + + + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor#Eligible - Disability + uri://ed-fi.org/TransportationTypeDescriptor#School Bus + Wheelchair Accessibility + + Bus 101 + uri://gbisd.edu/BusRouteDescriptor#101 + uri://ed-fi.org/TravelDayofWeekDescriptor#Monday + uri://ed-fi.org/TravelDayofWeekDescriptor#Wednesday + uri://ed-fi.org/TravelDayofWeekDescriptor#Friday + uri://ed-fi.org/TravelDirectionDescriptor#To and From School + 7.20 + + + + + + 604847 + + + + + 255901 + + + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor#Eligible - CTE + uri://ed-fi.org/TransportationTypeDescriptor#School Bus + Customized Seating Arrangement + + Bus 202 + uri://gbisd.edu/BusRouteDescriptor#202 + uri://ed-fi.org/TravelDayofWeekDescriptor#Monday + uri://ed-fi.org/TravelDayofWeekDescriptor#Tuesday + uri://ed-fi.org/TravelDayofWeekDescriptor#Wednesday + uri://ed-fi.org/TravelDayofWeekDescriptor#Thursday + uri://ed-fi.org/TravelDayofWeekDescriptor#Friday + uri://ed-fi.org/TravelDirectionDescriptor#To and From School + 4.35 + + + + + + 604849 + + + + + 255901 + + + + + + + 604863 + + + + + 255901 + + + + + + + 604874 + + + + + 255901 + + + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor#Eligible - Health Impaired + uri://ed-fi.org/TransportationTypeDescriptor#School Van or SUV + Seat Belts and Harnesses + + Bus 303 + uri://gbisd.edu/BusRouteDescriptor#303 + + + + + + 604881 + + + + + 255901 + + + + Bus 404 + uri://gbisd.edu/BusRouteDescriptor#404 + uri://ed-fi.org/TravelDayofWeekDescriptor#Monday + uri://ed-fi.org/TravelDayofWeekDescriptor#Wednesday + uri://ed-fi.org/TravelDirectionDescriptor#To School + 5.29 + + + + + + 604905 + + + + + 255901 + + + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor#Eligible - Homelessness + uri://ed-fi.org/TransportationTypeDescriptor#School Bus + Wheelchair Accessibility + + Bus 101 + uri://gbisd.edu/BusRouteDescriptor#101 + uri://ed-fi.org/TravelDirectionDescriptor#From School + 15.43 + + + + + + 604918 + + + + + 255901 + + + + Bus 202 + uri://gbisd.edu/BusRouteDescriptor#202 + uri://ed-fi.org/TravelDirectionDescriptor#To and From School + 15.43 + + + + + + 604927 + + + + + 255901 + + + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor#Eligible - Special Instruction + uri://ed-fi.org/TransportationTypeDescriptor#School Bus + Customized Seating Arrangement + + Bus 303 + uri://gbisd.edu/BusRouteDescriptor#303 + 12.30 + + + + + + 604938 + + + + + 255901 + + + + Bus 404 + uri://gbisd.edu/BusRouteDescriptor#404 + 8.67 + + + + + + 604940 + + + + + 255901 + + + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor#Eligible - Unsafe Walk + uri://ed-fi.org/TransportationTypeDescriptor#School Bus + Seat Belts and Harnesses + + Bus 404 + uri://gbisd.edu/BusRouteDescriptor#404 + uri://ed-fi.org/TravelDayofWeekDescriptor#Friday + + + + + + 604956 + + + + + 255901 + + + + Bus 101 + uri://gbisd.edu/BusRouteDescriptor#101 + uri://ed-fi.org/TravelDayofWeekDescriptor#Tuesday + uri://ed-fi.org/TravelDayofWeekDescriptor#Thursday + + + + + + 604969 + + + + + 255901 + + + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor#Eligible - Other + uri://ed-fi.org/TransportationTypeDescriptor#School Bus + Customized Seating Arrangement + + Bus 202 + uri://gbisd.edu/BusRouteDescriptor#202 + uri://ed-fi.org/TravelDirectionDescriptor#To and From School + + + + + + 604974 + + + + + 255901 + + + + Bus 303 + uri://gbisd.edu/BusRouteDescriptor#303 + uri://ed-fi.org/TravelDirectionDescriptor#To and From School + + + + + + 605015 + + + + + 255901 + + + uri://ed-fi.org/TransportationTypeDescriptor#School Bus + Wheelchair Accessibility + + Bus 101 + uri://gbisd.edu/BusRouteDescriptor#101 + uri://ed-fi.org/TravelDayofWeekDescriptor#Wednesday + uri://ed-fi.org/TravelDayofWeekDescriptor#Friday + uri://ed-fi.org/TravelDirectionDescriptor#To and From School + 9.15 + + + + + + 605031 + + + + + 255901 + + + uri://ed-fi.org/TransportationTypeDescriptor#School Bus + Wheelchair Accessibility + + Bus 202 + uri://gbisd.edu/BusRouteDescriptor#202 + + + + + + 605042 + + + + + 255901 + + + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor#Eligible - Health Impaired + Communication Systems + + Bus 303 + uri://gbisd.edu/BusRouteDescriptor#303 + uri://ed-fi.org/TravelDayofWeekDescriptor#Monday + uri://ed-fi.org/TravelDirectionDescriptor#To and From School + 19.13 + + + + + + 605043 + + + + + 255901 + + + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor#Eligible - Disability + Communication Systems + + Bus 404 + uri://gbisd.edu/BusRouteDescriptor#404 + + + + + + 605047 + + + + + 255901 + + + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor#Eligible - Distance + uri://ed-fi.org/TransportationTypeDescriptor#School Bus + + Bus 101 + uri://gbisd.edu/BusRouteDescriptor#101 + uri://ed-fi.org/TravelDayofWeekDescriptor#Wednesday + uri://ed-fi.org/TravelDayofWeekDescriptor#Friday + uri://ed-fi.org/TravelDirectionDescriptor#To and From School + 24.67 + + + + + + 605088 + + + + + 255901 + + + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor#Eligible - CTE + uri://ed-fi.org/TransportationTypeDescriptor#School Bus + + Bus 202 + uri://gbisd.edu/BusRouteDescriptor#202 + + + + + + 605124 + + + + + 255901 + + + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor#Eligible - Disability + uri://ed-fi.org/TransportationTypeDescriptor#School Bus + Seat Belts and Harnesses + + + + + 605129 + + + + + 255901 + + + + + + + 605134 + + + + + 255901 + + + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor#Eligible - Distance + + Bus 303 + uri://gbisd.edu/BusRouteDescriptor#303 + uri://ed-fi.org/TravelDayofWeekDescriptor#Monday + uri://ed-fi.org/TravelDayofWeekDescriptor#Friday + uri://ed-fi.org/TravelDirectionDescriptor#To and From School + 17.01 + + + + + + 605135 + + + + + 255901 + + + uri://ed-fi.org/TransportationPublicExpenseEligibilityTypeDescriptor#Eligible - Shelter Care + + Bus 101 + uri://gbisd.edu/BusRouteDescriptor#101 + + + + + + 605148 + + + + + 255901 + + + uri://ed-fi.org/TransportationTypeDescriptor#School Bus + + Bus 404 + uri://gbisd.edu/BusRouteDescriptor#404 + uri://ed-fi.org/TravelDayofWeekDescriptor#Monday + uri://ed-fi.org/TravelDayofWeekDescriptor#Tuesday + uri://ed-fi.org/TravelDayofWeekDescriptor#Wednesday + uri://ed-fi.org/TravelDayofWeekDescriptor#Thursday + uri://ed-fi.org/TravelDayofWeekDescriptor#Friday + uri://ed-fi.org/TravelDirectionDescriptor#To School + 9.87 + + + + + + 604854 + + + + + 255901 + + + uri://ed-fi.org/TransportationTypeDescriptor#School Bus + + Bus 101 + uri://gbisd.edu/BusRouteDescriptor#101 + uri://ed-fi.org/TravelDayofWeekDescriptor#Monday + uri://ed-fi.org/TravelDayofWeekDescriptor#Wednesday + uri://ed-fi.org/TravelDayofWeekDescriptor#Friday + uri://ed-fi.org/TravelDirectionDescriptor#From School + 20.39 + + + + + + 604900 + + + + + 255901 + + + Wheelchair Accessibility + + Bus 202 + uri://gbisd.edu/BusRouteDescriptor#202 + uri://ed-fi.org/TravelDayofWeekDescriptor#Monday + uri://ed-fi.org/TravelDayofWeekDescriptor#Wednesday + uri://ed-fi.org/TravelDayofWeekDescriptor#Friday + uri://ed-fi.org/TravelDirectionDescriptor#To and From School + 7.20 + + + + + + 604901 + + + + + 255901 + + + Seatbelts and Harnesses + + Bus 303 + uri://gbisd.edu/BusRouteDescriptor#303 + + + + + + 604902 + + + + + 255901 + + + + Bus 404 + uri://gbisd.edu/BusRouteDescriptor#404 + uri://ed-fi.org/TravelDayofWeekDescriptor#Tuesday + uri://ed-fi.org/TravelDayofWeekDescriptor#Wednesday + uri://ed-fi.org/TravelDirectionDescriptor#To School + 18.49 + + + + + + 604903 + + + + + 255901 + + + + Bus 101 + uri://gbisd.edu/BusRouteDescriptor#101 + + + \ No newline at end of file diff --git a/Samples/Sample XML/Survey.xml b/Samples/Sample XML/Survey.xml index 642f6ab..8e2d479 100644 --- a/Samples/Sample XML/Survey.xml +++ b/Samples/Sample XML/Survey.xml @@ -1,5 +1,5 @@ - + CE_1 uri://gbisd.edu diff --git a/Schemas/Bulk/Ed-Fi-Core.xsd b/Schemas/Bulk/Ed-Fi-Core.xsd index 381c285..0d6295b 100644 --- a/Schemas/Bulk/Ed-Fi-Core.xsd +++ b/Schemas/Bulk/Ed-Fi-Core.xsd @@ -1,8 +1,8 @@ - + - ===== Ed-Fi-Core Version 5.0.0 ==== + ===== Ed-Fi-Core Version 5.1.0 ==== ===== Domain Entities ===== @@ -727,7 +727,7 @@ - The identifier assigned to a community organization. + The identifier assigned to a community organization. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -746,7 +746,7 @@ - The identifier assigned to a community provider. + The identifier assigned to a community provider. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -1403,6 +1403,48 @@ + + + A natural or man-made event that causes the disruption of school-level activities and the temporary or permanent displacement of students. + + Domain Entity + + + + + + + + The name of the crisis event that occurred. If there is no generally accepted name for this crisis event, the suggested format: Location + Crisis type + Year. + + + + + The type or category of crisis. + + CrisisTypeDescriptor + + + + + + Provides a textual description of the crisis event affecting the student. It may include details such as the nature of the crisis (e.g., natural disaster, conflict, medical emergency), its severity, location, and any other relevant information describing the crisis situation. + + + + + The year, month and day on which the crisis affected the student. This date may not be the same as the date the crisis occurred if evacuation orders are implemented in anticipation of a crisis. + + + + + The date on which the crisis ceased to affect the student. + + + + + + A mapping of a descriptor value in one namespace to a descriptor value in another namespace. This can be used to exchange known contextual mappings of enumeration values. @@ -1754,7 +1796,7 @@ - The identifier assigned to a network of education organizations. + The identifier assigned to a network of education organizations. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -1781,7 +1823,7 @@ - The identifier assigned to an education service center. + The identifier assigned to an education service center. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -2754,7 +2796,7 @@ - The identifier assigned to a local education agency. + The identifier assigned to a local education agency. It must be distinct from any other identifier assigned to educational organizations, such as a SchoolId, to prevent duplication. @@ -3165,7 +3207,7 @@ - The unique identification code for the organization department. + The unique identification code for the organization department. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -3261,7 +3303,7 @@ - The ID of the post secondary institution. + The ID of the post secondary institution. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -3713,7 +3755,7 @@ - The identifier assigned to a school. + The identifier assigned to a school. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -4318,7 +4360,7 @@ - The identifier assigned to a state education agency. + The identifier assigned to a state education agency. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -4761,6 +4803,58 @@ + + + This entity stores the student health records. + + Domain Entity + + + + + + + + The student whom the health information relates to. + + + + + The educational organization accountable for a student's health information. + + + + + Date of last update of the student's health record. + + + + + A record of the immunizations satisfactorily received for those recommended to protect the student against vaccine-preventable diseases. + + + + + A record of additional immunizations satisfactorily received and reported. + + + + + The type of nonmedical exemption from vaccination claimed by the student's parent or guardian. + + NonMedicalImmunizationExemptionDescriptor + + + + + + The year, month and day of the nonmedical exemption from vaccination claimed by the student's parent or guardian. + + + + + + This event entity represents the recording of whether a student is in attendance for an intervention service. @@ -5009,6 +5103,56 @@ + + + This entity captures a student's specific transportation arrangement. + + Domain Entity + + + + + + + + The student associated with the transportation. + + + + + The educational organization accountable for managing a student's transportation arrangements. Usually, this refers to a Local Education Agency (LEA), though it could also pertain to a school. + + + + + The primary type of eligibility for transporting a student at public expense. + + TransportationPublicExpenseEligibilityTypeDescriptor + + + + + + The mode or type of transportation utilized by a student to commute to and from school + + TransportationTypeDescriptor + + + + + + Specific requirements needed to accommodate a student's physical needs which may include special equipment installed in a vehicle or a special arrangement for transportation. + + + + + Stores details associated with student-bus assignment within a transportation system. + + + + + + A survey to identified or anonymous respondents. @@ -5538,6 +5682,17 @@ + + + Identifies the specific route taken by a bus for student transportation. + + Descriptor + + + + + + This descriptor holds the types of scheduled or unscheduled event for the day (e.g., Instructional day, Teacher only day, Holiday, Make-up day, Weather day, Student late arrival/early dismissal day). @@ -5824,6 +5979,17 @@ + + + The type or category of crisis. + + Descriptor + + + + + + This descriptor defines the services provided by an education organization to populations of students associated with a CTE program. @@ -5956,6 +6122,17 @@ + + + Indicates whether a student has been displaced as a result of a crisis event. + + Descriptor + + + + + + The setting in which a child receives education and related services. @@ -6253,6 +6430,17 @@ + + + An indication of the type of immunization that an individual has satisfactorily received. + + Descriptor + + + + + + Identifies where the incident occurred and whether or not it occurred on school property. @@ -6605,6 +6793,17 @@ + + + The type of nonmedical exemption from vaccination claimed by the student's parent or guardian. + + Descriptor + + + + + + The current operational status of the education organization (e.g., active, inactive). @@ -7463,6 +7662,50 @@ + + + The primary type of eligibility for transporting a student at public expense. + + Descriptor + + + + + + + + + The mode or type of transportation utilized by a student to commute to and from school + + Descriptor + + + + + + + + + Specifies the day(s) of the week on which student transportation occurs. + + Descriptor + + + + + + + + + Indicates the direction of travel for the student transportation route (e.g., to school, from school). + + Descriptor + + + + + + An American Indian tribe with which an individual is affiliated. @@ -8588,6 +8831,11 @@ + + + Information about student who was enrolled, or eligible for enrollment, but has temporarily or permanently enrolled in another school or district because of a crisis-related disruption in educational services. + + @@ -10146,7 +10394,7 @@ - The identifier assigned to a community organization. + The identifier assigned to a community organization. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -10180,7 +10428,7 @@ - The identifier assigned to a community provider. + The identifier assigned to a community provider. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -10536,6 +10784,40 @@ + + + Identity of a CrisisEvent. + + Identity + + + + + + The name of the crisis event that occurred. If there is no generally accepted name for this crisis event, the suggested format: Location + Crisis type + Year. + + + + + + + Provides alternative references for a CrisisEvent. Use XML IDREF to reference a record that is included in the interchange. Use the identity type to look up a record that was loaded previously. + + Extended Reference + + + + + + + + Identity of a CrisisEvent. + + + + + + Identity of a DescriptorMapping. @@ -10838,7 +11120,7 @@ - The identifier assigned to a network of education organizations. + The identifier assigned to a network of education organizations. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -10853,7 +11135,7 @@ - The identifier assigned to a network of education organizations. + The identifier assigned to a network of education organizations. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -10973,7 +11255,7 @@ - The identifier assigned to an education service center. + The identifier assigned to an education service center. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -10988,7 +11270,7 @@ - The identifier assigned to an education service center. + The identifier assigned to an education service center. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -11875,7 +12157,7 @@ - The identifier assigned to a local education agency. + The identifier assigned to a local education agency. It must be distinct from any other identifier assigned to educational organizations, such as a SchoolId, to prevent duplication. @@ -11890,7 +12172,7 @@ - The identifier assigned to a local education agency. + The identifier assigned to a local education agency. It must be distinct from any other identifier assigned to educational organizations, such as a SchoolId, to prevent duplication. @@ -12225,7 +12507,7 @@ - The unique identification code for the organization department. + The unique identification code for the organization department. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -12348,7 +12630,7 @@ - The ID of the post secondary institution. + The ID of the post secondary institution. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -12766,7 +13048,7 @@ - The identifier assigned to a school. + The identifier assigned to a school. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -12781,7 +13063,7 @@ - The identifier assigned to a school. + The identifier assigned to a school. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -13632,7 +13914,7 @@ - The identifier assigned to a state education agency. + The identifier assigned to a state education agency. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -13647,7 +13929,7 @@ - The identifier assigned to a state education agency. + The identifier assigned to a state education agency. It must be distinct from any other identifier assigned to educational organizations, such as a LocalEducationAgencyId, to prevent duplication. @@ -14229,6 +14511,45 @@ + + + Identity of a StudentHealth. + + Identity + + + + + + The student whom the health information relates to. + + + + + The educational organization accountable for a student's health information. + + + + + + + Provides alternative references for a StudentHealth. Use XML IDREF to reference a record that is included in the interchange. Use the identity type to look up a record that was loaded previously. + + Extended Reference + + + + + + + + Identity of a StudentHealth. + + + + + + Identity of a StudentHomelessProgramAssociation. @@ -15149,29 +15470,29 @@ - + - Identity of a SurveyCourseAssociation. + Identity of a StudentTransportation. Identity - + - Reference to survey. + The student associated with the transportation. - + - The course associated with the survey. + The educational organization accountable for managing a student's transportation arrangements. Usually, this refers to a Local Education Agency (LEA), though it could also pertain to a school. - + - Provides alternative references for a SurveyCourseAssociation. Use XML IDREF to reference a record that is included in the interchange. Use the identity type to look up a record that was loaded previously. + Provides alternative references for a StudentTransportation. Use XML IDREF to reference a record that is included in the interchange. Use the identity type to look up a record that was loaded previously. Extended Reference @@ -15179,16 +15500,55 @@ - + - Identity of a SurveyCourseAssociation. + Identity of a StudentTransportation. - + + + Identity of a SurveyCourseAssociation. + + Identity + + + + + + Reference to survey. + + + + + The course associated with the survey. + + + + + + + Provides alternative references for a SurveyCourseAssociation. Use XML IDREF to reference a record that is included in the interchange. Use the identity type to look up a record that was loaded previously. + + Extended Reference + + + + + + + + Identity of a SurveyCourseAssociation. + + + + + + + Identity of a Survey. @@ -15861,6 +16221,15 @@ + + + Identifies the specific route taken by a bus for student transportation. + + Extended Descriptor Reference + + + + This descriptor holds the types of scheduled or unscheduled event for the day (e.g., Instructional day, Teacher only day, Holiday, Make-up day, Weather day, Student late arrival/early dismissal day). @@ -16095,6 +16464,15 @@ + + + The type or category of crisis. + + Extended Descriptor Reference + + + + This descriptor defines the services provided by an education organization to populations of students associated with a CTE program. @@ -16203,6 +16581,15 @@ + + + Indicates whether a student has been displaced as a result of a crisis event. + + Extended Descriptor Reference + + + + The setting in which a child receives education and related services. @@ -16446,6 +16833,15 @@ + + + An indication of the type of immunization that an individual has satisfactorily received. + + Extended Descriptor Reference + + + + Identifies where the incident occurred and whether or not it occurred on school property. @@ -16734,6 +17130,15 @@ + + + The type of nonmedical exemption from vaccination claimed by the student's parent or guardian. + + Extended Descriptor Reference + + + + The current operational status of the education organization (e.g., active, inactive). @@ -17436,6 +17841,42 @@ + + + The primary type of eligibility for transporting a student at public expense. + + Extended Descriptor Reference + + + + + + + The mode or type of transportation utilized by a student to commute to and from school + + Extended Descriptor Reference + + + + + + + Specifies the day(s) of the week on which student transportation occurs. + + Extended Descriptor Reference + + + + + + + Indicates the direction of travel for the student transportation route (e.g., to school, from school). + + Extended Descriptor Reference + + + + An American Indian tribe with which an individual is affiliated. @@ -17585,6 +18026,26 @@ + + + Stores student's vaccination or immunization history beyond those mandated. + + Common + + + + + + The name of the immunization that the student has received. + + + + + The year, month and day of the related additional immunization. + + + + The set of elements that describes an address, including the street address, city, state, and ZIP code. @@ -17628,8 +18089,7 @@ - The name of the county, parish, borough, or comparable unit (within a state) in - 'which an address is located. + The name of the county, parish, borough, or comparable unit (within a state) in which an address is located. @@ -18443,6 +18903,44 @@ + + + Information about student who was enrolled, or eligible for enrollment, but has temporarily or permanently enrolled in another school or district because of a crisis-related disruption in educational services. + + Common + + + + + + A reference to the crisis event related to the displaced student. + + + + + Indicates whether a student has been displaced as a result of a crisis event. + + DisplacedStudentStatusDescriptor + + + + + + The date on which a student is officially identified as displaced due to a crisis event. + + + + + The date marking the end of the period during which a student is considered displaced due to a crisis event. + + + + + Any student considered homeless (defined by the McKinney-Vento Homeless Education Assistance Act as lacking a fixed, regular, and adequate nighttime residence) as a result of the crisis event. + + + + Published papers, reports, or other educational documents. @@ -19837,6 +20335,39 @@ + + + Stores student's mandatory vaccination or immunization history. + + Common + + + + + + An indication of the type of immunization that the student has received. + + ImmunizationTypeDescriptor + + + + + + The year, month and day of the related required immunization. + + + + + The medical condition identified by a physician that contraindicates the vaccine. + + + + + The year, month, and day of the medical exemption by a physician. + + + + An individual choice within a list of possible responses to a survey question. @@ -20141,6 +20672,50 @@ + + + Stores details associated with student-bus assignment within a transportation system. + + Common + + + + + + The unique identifier assigned to the bus used for transporting the student. + + + + + Identifies the specific route taken by a bus for student transportation. + + BusRouteDescriptor + + + + + + Specifies the day(s) of the week on which student transportation occurs. + + TravelDayofWeekDescriptor + + + + + + Indicates the direction of travel for the student transportation route (e.g., to school, from school). + + TravelDirectionDescriptor + + + + + + The distance, typically measured in miles, that a student was transported along the route of the bus during a single trip. + + + + Reflects important characteristics of a student. If a student has a characteristic present, that characteristic is considered true or active for that student. If a characteristic is not present, no assumption is made as to the applicability of the characteristic, but local policy may dictate otherwise. @@ -20788,7 +21363,6 @@ - @@ -20811,7 +21385,6 @@ - @@ -20823,7 +21396,6 @@ - @@ -20835,7 +21407,6 @@ - @@ -20847,7 +21418,6 @@ - @@ -20859,7 +21429,6 @@ - @@ -20871,7 +21440,6 @@ - @@ -20883,7 +21451,6 @@ - @@ -20895,7 +21462,6 @@ - @@ -20907,7 +21473,6 @@ - @@ -20919,7 +21484,6 @@ - @@ -20931,7 +21495,6 @@ - @@ -20943,7 +21506,6 @@ - @@ -20955,7 +21517,6 @@ - @@ -20967,10 +21528,20 @@ - + + + The unique identifier assigned to the bus used for transporting the student. + + Simple + + + + + + The case number assigned to the incident by law enforcement or other organization. @@ -20979,7 +21550,6 @@ - @@ -20991,7 +21561,6 @@ - @@ -21015,7 +21584,6 @@ - @@ -21027,7 +21595,6 @@ - @@ -21039,7 +21606,6 @@ - @@ -21051,7 +21617,6 @@ - @@ -21075,7 +21640,6 @@ - @@ -21087,7 +21651,6 @@ - @@ -21099,7 +21662,6 @@ - @@ -21111,7 +21673,6 @@ - @@ -21123,7 +21684,6 @@ - @@ -21135,7 +21695,6 @@ - @@ -21147,7 +21706,6 @@ - @@ -21159,7 +21717,6 @@ - @@ -21171,7 +21728,6 @@ - @@ -21183,7 +21739,6 @@ - @@ -21195,7 +21750,6 @@ - @@ -21207,7 +21761,6 @@ - @@ -21243,7 +21796,6 @@ - @@ -21255,7 +21807,6 @@ - @@ -21267,7 +21818,6 @@ - @@ -21279,10 +21829,20 @@ - + + + The name of the crisis event that occurred. If there is no generally accepted name for this crisis event, the suggested format: Location + Crisis type + Year. + + Simple + + + + + + The criteria for competency-based completion of the achievement/award. @@ -21291,7 +21851,6 @@ - @@ -21303,7 +21862,6 @@ - @@ -21315,7 +21873,6 @@ - @@ -21339,7 +21896,6 @@ - @@ -21351,7 +21907,6 @@ - @@ -21363,7 +21918,6 @@ - @@ -21375,7 +21929,6 @@ - @@ -21387,7 +21940,6 @@ - @@ -21399,7 +21951,6 @@ - @@ -21423,7 +21974,6 @@ - @@ -21457,7 +22007,6 @@ - @@ -21491,7 +22040,6 @@ - @@ -21503,7 +22051,6 @@ - @@ -21515,7 +22062,6 @@ - @@ -21527,7 +22073,6 @@ - @@ -21539,7 +22084,6 @@ - @@ -21551,7 +22095,6 @@ - @@ -21563,7 +22106,6 @@ - @@ -21575,10 +22117,20 @@ - + + + The name of the immunization that the student has received. + + Simple + + + + + + A locally assigned unique identifier (within the school or school district) to identify each specific incident or occurrence. The same identifier should be used to document the entire incident even if it included multiple offenses and multiple offenders. @@ -21587,7 +22139,6 @@ - @@ -21599,7 +22150,6 @@ - @@ -21611,7 +22161,6 @@ - @@ -21623,7 +22172,6 @@ - @@ -21635,7 +22183,6 @@ - @@ -21647,7 +22194,6 @@ - @@ -21671,7 +22217,6 @@ - @@ -21683,7 +22228,6 @@ - @@ -21706,7 +22250,6 @@ - @@ -21718,7 +22261,6 @@ - @@ -21730,7 +22272,6 @@ - @@ -21742,10 +22283,20 @@ - + + + The medical condition identified by a physician that contraindicates the vaccine. + + Simple + + + + + + A secondary name given to an individual at birth, baptism, or during another naming ceremony. @@ -21754,7 +22305,6 @@ - @@ -21766,7 +22316,6 @@ - @@ -21778,7 +22327,6 @@ - @@ -21790,7 +22338,6 @@ - @@ -21802,7 +22349,6 @@ - @@ -21814,7 +22360,6 @@ - @@ -21826,7 +22371,6 @@ - @@ -21838,7 +22382,6 @@ - @@ -21850,7 +22393,6 @@ - @@ -21862,7 +22404,6 @@ - @@ -21918,7 +22459,6 @@ - @@ -21930,7 +22470,6 @@ - @@ -21942,7 +22481,6 @@ - @@ -21954,7 +22492,6 @@ - @@ -21966,7 +22503,6 @@ - @@ -21978,7 +22514,6 @@ - @@ -21990,7 +22525,6 @@ - @@ -22002,7 +22536,6 @@ - @@ -22014,7 +22547,6 @@ - @@ -22026,7 +22558,6 @@ - @@ -22038,7 +22569,6 @@ - @@ -22050,7 +22580,6 @@ - @@ -22062,7 +22591,6 @@ - @@ -22074,7 +22602,6 @@ - @@ -22086,7 +22613,6 @@ - @@ -22098,7 +22624,6 @@ - @@ -22110,7 +22635,6 @@ - @@ -22122,7 +22646,6 @@ - @@ -22134,7 +22657,6 @@ - @@ -22146,10 +22668,20 @@ - + + + Specific requirements needed to accommodate a student's physical needs which may include special equipment installed in a vehicle or a special arrangement for transportation. + + Simple + + + + + + Explanation on why a person stops receiving special education services. @@ -22169,7 +22701,6 @@ - @@ -22181,7 +22712,6 @@ - @@ -22193,7 +22723,6 @@ - @@ -22205,7 +22734,6 @@ - @@ -22217,7 +22745,6 @@ - @@ -22229,7 +22756,6 @@ - @@ -22241,7 +22767,6 @@ - @@ -22253,7 +22778,6 @@ - @@ -22285,7 +22809,6 @@ - @@ -22309,7 +22832,6 @@ - @@ -22333,7 +22855,6 @@ - @@ -22578,6 +23099,18 @@ + + + The distance, typically measured in miles, that a student was transported along the route of the bus during a single trip. + + Simple + + + + + + + The number of days an individual is absent when school is in session during a given reporting period. diff --git a/Schemas/Bulk/Interchange-AssessmentMetadata.xsd b/Schemas/Bulk/Interchange-AssessmentMetadata.xsd index 145b934..d016ece 100644 --- a/Schemas/Bulk/Interchange-AssessmentMetadata.xsd +++ b/Schemas/Bulk/Interchange-AssessmentMetadata.xsd @@ -1,5 +1,5 @@ - + ===== Assessment Metadata Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-Contact.xsd b/Schemas/Bulk/Interchange-Contact.xsd index 592dc46..d48980a 100644 --- a/Schemas/Bulk/Interchange-Contact.xsd +++ b/Schemas/Bulk/Interchange-Contact.xsd @@ -1,5 +1,5 @@ - + ===== Contact Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-Descriptors.xsd b/Schemas/Bulk/Interchange-Descriptors.xsd index 1994acd..3633c63 100644 --- a/Schemas/Bulk/Interchange-Descriptors.xsd +++ b/Schemas/Bulk/Interchange-Descriptors.xsd @@ -1,5 +1,5 @@ - + ===== Descriptors Interchange Model ===== @@ -33,6 +33,7 @@ The Descriptor interchange is used to describe metadata about the descriptors an + @@ -59,6 +60,7 @@ The Descriptor interchange is used to describe metadata about the descriptors an + @@ -71,6 +73,7 @@ The Descriptor interchange is used to describe metadata about the descriptors an + @@ -98,6 +101,7 @@ The Descriptor interchange is used to describe metadata about the descriptors an + @@ -130,6 +134,7 @@ The Descriptor interchange is used to describe metadata about the descriptors an + @@ -208,6 +213,10 @@ The Descriptor interchange is used to describe metadata about the descriptors an + + + + diff --git a/Schemas/Bulk/Interchange-EducationOrgCalendar.xsd b/Schemas/Bulk/Interchange-EducationOrgCalendar.xsd index 98429c2..206a9c9 100644 --- a/Schemas/Bulk/Interchange-EducationOrgCalendar.xsd +++ b/Schemas/Bulk/Interchange-EducationOrgCalendar.xsd @@ -1,5 +1,5 @@ - + ===== Education Org Calendar Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-EducationOrganization.xsd b/Schemas/Bulk/Interchange-EducationOrganization.xsd index c292505..a5fe9ac 100644 --- a/Schemas/Bulk/Interchange-EducationOrganization.xsd +++ b/Schemas/Bulk/Interchange-EducationOrganization.xsd @@ -1,5 +1,5 @@ - + ===== Education Organization Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-Finance.xsd b/Schemas/Bulk/Interchange-Finance.xsd index 9a53dc1..f042c81 100644 --- a/Schemas/Bulk/Interchange-Finance.xsd +++ b/Schemas/Bulk/Interchange-Finance.xsd @@ -1,5 +1,5 @@ - + ===== Finance Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-MasterSchedule.xsd b/Schemas/Bulk/Interchange-MasterSchedule.xsd index 7dd4dcb..76d82fe 100644 --- a/Schemas/Bulk/Interchange-MasterSchedule.xsd +++ b/Schemas/Bulk/Interchange-MasterSchedule.xsd @@ -1,5 +1,5 @@ - + ===== Master Schedule Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-PostSecondaryEvent.xsd b/Schemas/Bulk/Interchange-PostSecondaryEvent.xsd index 77481fa..bff8cbb 100644 --- a/Schemas/Bulk/Interchange-PostSecondaryEvent.xsd +++ b/Schemas/Bulk/Interchange-PostSecondaryEvent.xsd @@ -1,5 +1,5 @@ - + ===== Post Secondary Event Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-StaffAssociation.xsd b/Schemas/Bulk/Interchange-StaffAssociation.xsd index e5e2c34..3469bfe 100644 --- a/Schemas/Bulk/Interchange-StaffAssociation.xsd +++ b/Schemas/Bulk/Interchange-StaffAssociation.xsd @@ -1,5 +1,5 @@ - + ===== Staff Association Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-Standards.xsd b/Schemas/Bulk/Interchange-Standards.xsd index 3ed52d0..a275801 100644 --- a/Schemas/Bulk/Interchange-Standards.xsd +++ b/Schemas/Bulk/Interchange-Standards.xsd @@ -1,5 +1,5 @@ - + ===== Standards Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-Student.xsd b/Schemas/Bulk/Interchange-Student.xsd index 5536eaa..f407615 100644 --- a/Schemas/Bulk/Interchange-Student.xsd +++ b/Schemas/Bulk/Interchange-Student.xsd @@ -1,5 +1,5 @@ - + ===== Student Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-StudentAssessment.xsd b/Schemas/Bulk/Interchange-StudentAssessment.xsd index c0af216..ccf8a7f 100644 --- a/Schemas/Bulk/Interchange-StudentAssessment.xsd +++ b/Schemas/Bulk/Interchange-StudentAssessment.xsd @@ -1,5 +1,5 @@ - + ===== Student Assessment Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-StudentAttendance.xsd b/Schemas/Bulk/Interchange-StudentAttendance.xsd index 6b2c46e..978e669 100644 --- a/Schemas/Bulk/Interchange-StudentAttendance.xsd +++ b/Schemas/Bulk/Interchange-StudentAttendance.xsd @@ -1,5 +1,5 @@ - + ===== Student Attendance Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-StudentCohort.xsd b/Schemas/Bulk/Interchange-StudentCohort.xsd index d7f532f..dc691fc 100644 --- a/Schemas/Bulk/Interchange-StudentCohort.xsd +++ b/Schemas/Bulk/Interchange-StudentCohort.xsd @@ -1,5 +1,5 @@ - + ===== Student Cohort Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-StudentDiscipline.xsd b/Schemas/Bulk/Interchange-StudentDiscipline.xsd index 8c3814e..22dd9a9 100644 --- a/Schemas/Bulk/Interchange-StudentDiscipline.xsd +++ b/Schemas/Bulk/Interchange-StudentDiscipline.xsd @@ -1,5 +1,5 @@ - + ===== Student Discipline Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-StudentEnrollment.xsd b/Schemas/Bulk/Interchange-StudentEnrollment.xsd index 4d780cc..8bd66af 100644 --- a/Schemas/Bulk/Interchange-StudentEnrollment.xsd +++ b/Schemas/Bulk/Interchange-StudentEnrollment.xsd @@ -1,5 +1,5 @@ - + ===== Student Enrollment Interchange Model ===== @@ -13,8 +13,10 @@ + + diff --git a/Schemas/Bulk/Interchange-StudentGrade.xsd b/Schemas/Bulk/Interchange-StudentGrade.xsd index b6564d4..604c730 100644 --- a/Schemas/Bulk/Interchange-StudentGrade.xsd +++ b/Schemas/Bulk/Interchange-StudentGrade.xsd @@ -1,5 +1,5 @@ - + ===== Student Grade Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-StudentGradebook.xsd b/Schemas/Bulk/Interchange-StudentGradebook.xsd index 1fac789..0843983 100644 --- a/Schemas/Bulk/Interchange-StudentGradebook.xsd +++ b/Schemas/Bulk/Interchange-StudentGradebook.xsd @@ -1,5 +1,5 @@ - + ===== Student Gradebook Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-StudentHealth.xsd b/Schemas/Bulk/Interchange-StudentHealth.xsd new file mode 100644 index 0000000..3c7024e --- /dev/null +++ b/Schemas/Bulk/Interchange-StudentHealth.xsd @@ -0,0 +1,19 @@ + + + + + ===== Student Health Interchange Model ===== + + + + The Student Health interchange carries information on student health such immunization, allergies, health conditions, etc. + + + + + + + + + + diff --git a/Schemas/Bulk/Interchange-StudentIntervention.xsd b/Schemas/Bulk/Interchange-StudentIntervention.xsd index e53e845..3d1abfb 100644 --- a/Schemas/Bulk/Interchange-StudentIntervention.xsd +++ b/Schemas/Bulk/Interchange-StudentIntervention.xsd @@ -1,5 +1,5 @@ - + ===== Student Intervention Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-StudentProgram.xsd b/Schemas/Bulk/Interchange-StudentProgram.xsd index 50c03e9..9e45bcb 100644 --- a/Schemas/Bulk/Interchange-StudentProgram.xsd +++ b/Schemas/Bulk/Interchange-StudentProgram.xsd @@ -1,5 +1,5 @@ - + ===== Student Program Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-StudentProgramEvaluation.xsd b/Schemas/Bulk/Interchange-StudentProgramEvaluation.xsd index 69a52b2..b9b15df 100644 --- a/Schemas/Bulk/Interchange-StudentProgramEvaluation.xsd +++ b/Schemas/Bulk/Interchange-StudentProgramEvaluation.xsd @@ -1,5 +1,5 @@ - + ===== Student Program Evaluation Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-StudentTranscript.xsd b/Schemas/Bulk/Interchange-StudentTranscript.xsd index 317c4b6..5984c4f 100644 --- a/Schemas/Bulk/Interchange-StudentTranscript.xsd +++ b/Schemas/Bulk/Interchange-StudentTranscript.xsd @@ -1,5 +1,5 @@ - + ===== Student Transcript Interchange Model ===== diff --git a/Schemas/Bulk/Interchange-Survey.xsd b/Schemas/Bulk/Interchange-Survey.xsd index 02a0a14..02f683e 100644 --- a/Schemas/Bulk/Interchange-Survey.xsd +++ b/Schemas/Bulk/Interchange-Survey.xsd @@ -1,5 +1,5 @@ - + ===== Survey Interchange Model ===== diff --git a/Schemas/Bulk/SchemaAnnotation.xsd b/Schemas/Bulk/SchemaAnnotation.xsd index 17799c6..53cda41 100644 --- a/Schemas/Bulk/SchemaAnnotation.xsd +++ b/Schemas/Bulk/SchemaAnnotation.xsd @@ -37,6 +37,7 @@ + @@ -63,6 +64,7 @@ + @@ -75,6 +77,7 @@ + @@ -102,6 +105,7 @@ + @@ -134,6 +138,7 @@ + @@ -212,6 +217,10 @@ + + + +