Skip to content

Commit

Permalink
[DATASTD-2226] TPDM-Community v1.2 Sample Data (#50)
Browse files Browse the repository at this point in the history
* Updates for DS v5.1 and Path domain

* Update build-minimal-template-sqlServer.yml

* Updates for ODS/API v7.2

* Update for race descriptor changes in DS v5.1

* Replace old descriptor values with new values

* More race descriptor value updates

* Race descriptor updates

* Update Interchange-Candidate.xml

* Update Interchange-Path.xml

* Update Interchange-Path.xml

* Update Interchange-Path.xml
  • Loading branch information
stevenarnold-ed-fi authored Jun 10, 2024
1 parent f72a7c2 commit dda4331
Show file tree
Hide file tree
Showing 128 changed files with 25,678 additions and 885 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-minimal-template-postgreSQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
ODS_version:
type: string
required: false
description: "ODS_version: Ed-Fi ODS/API version. Default: 7.0"
description: "ODS_version: Ed-Fi ODS/API version. Default: 7.2"
tpdm_version:
type: string
required: false
Expand All @@ -23,8 +23,8 @@ on:
env:
tpdm_version: "1.2.0"
version_suite: "3"
ODS_version: "7.0"
data_standard: "5.0.0"
ODS_version: "7.2"
data_standard: "5.1.0"
ods_ref: ""
ods_ref_implementation: ""

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Create Database Template
run: |
Import-Module -Force -Scope Global ${{ github.workspace }}\Ed-Fi-ODS-Implementation\DatabaseTemplate\Modules\create-tpdm-minimal-template.psm1
Initialize-TPDMMinimalTemplate -samplePath "${{ github.workspace }}\Ed-Fi-TPDM-Extension\" -ExtensionVersion "${{ env.tpdm_version }}" -Engine PostgreSQL
Initialize-TPDMMinimalTemplate -samplePath "${{ github.workspace }}\Ed-Fi-TPDM-Extension\" -ExtensionVersion "${{ env.tpdm_version }}" -Engine PostgreSQL -StandardVersion "${{ env.data_standard }}"
working-directory: ./Ed-Fi-TPDM-Extension

- name: Pack
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-minimal-template-sqlServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
ODS_version:
type: string
required: false
description: "ODS_version: Ed-Fi ODS/API version. Default: 7.0"
description: "ODS_version: Ed-Fi ODS/API version. Default: 7.2"
tpdm_version:
type: string
required: false
Expand All @@ -23,8 +23,8 @@ on:
env:
tpdm_version: "1.2.0"
version_suite: "3"
ODS_version: "7.0"
data_standard: "5.0.0"
ODS_version: "7.2"
data_standard: "5.1.0"
ods_ref: ""
ods_ref_implementation: ""

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Create Database Template
run: |
Import-Module -Force -Scope Global ${{ github.workspace }}\Ed-Fi-ODS-Implementation\DatabaseTemplate\Modules\create-tpdm-minimal-template.psm1
Initialize-TPDMMinimalTemplate -samplePath "${{ github.workspace }}\Ed-Fi-TPDM-Extension\" -ExtensionVersion "${{ env.tpdm_version }}"
Initialize-TPDMMinimalTemplate -samplePath "${{ github.workspace }}\Ed-Fi-TPDM-Extension\" -ExtensionVersion "${{ env.tpdm_version }}" -StandardVersion "${{ env.data_standard }}"
working-directory: ./Ed-Fi-TPDM-Extension

- name: Pack
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-populated-template-postgreSQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
ODS_version:
type: string
required: false
description: "ODS_version: Ed-Fi ODS/API version. Default: 7.0"
description: "ODS_version: Ed-Fi ODS/API version. Default: 7.2"
tpdm_version:
type: string
required: false
Expand All @@ -23,8 +23,8 @@ on:
env:
tpdm_version: "1.2.0"
version_suite: "3"
ODS_version: "7.0"
data_standard: "5.0.0"
ODS_version: "7.2"
data_standard: "5.1.0"
ods_ref: ""
ods_ref_implementation: ""

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Create Database Template
run: |
Import-Module -Force -Scope Global ${{ github.workspace }}\Ed-Fi-ODS-Implementation\DatabaseTemplate\Modules\create-tpdm-template.psm1
Initialize-TPDMTemplate -samplePath "${{ github.workspace }}\Ed-Fi-TPDM-Extension\" -ExtensionVersion "${{ env.tpdm_version }}" -Engine PostgreSQL
Initialize-TPDMTemplate -samplePath "${{ github.workspace }}\Ed-Fi-TPDM-Extension\" -ExtensionVersion "${{ env.tpdm_version }}" -Engine PostgreSQL -StandardVersion "${{ env.data_standard }}"
working-directory: ./Ed-Fi-TPDM-Extension

- name: Pack
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-populated-template-sqlServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
ODS_version:
type: string
required: false
description: "ODS_version: Ed-Fi ODS/API version. Default: 7.0"
description: "ODS_version: Ed-Fi ODS/API version. Default: 7.2"
tpdm_version:
type: string
required: false
Expand All @@ -23,8 +23,8 @@ on:
env:
tpdm_version: "1.2.0"
version_suite: "3"
ODS_version: "7.0"
data_standard: "5.0.0"
ODS_version: "7.2"
data_standard: "5.1.0"
ods_ref: ""
ods_ref_implementation: ""

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Create Database Template
run: |
Import-Module -Force -Scope Global ${{ github.workspace }}\Ed-Fi-ODS-Implementation\DatabaseTemplate\Modules\create-tpdm-template.psm1
Initialize-TPDMTemplate -samplePath "${{ github.workspace }}\Ed-Fi-TPDM-Extension\" -ExtensionVersion "${{ env.tpdm_version }}"
Initialize-TPDMTemplate -samplePath "${{ github.workspace }}\Ed-Fi-TPDM-Extension\" -ExtensionVersion "${{ env.tpdm_version }}" -StandardVersion "${{ env.data_standard }}"
working-directory: ./Ed-Fi-TPDM-Extension

- name: Pack
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/AbsenceEventCategoryDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<AbsenceEventCategoryDescriptor>
<CodeValue>Doctor</CodeValue>
<ShortDescription>Doctor</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/AcademicSubjectDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<AcademicSubjectDescriptor>
<CodeValue>Bilingual</CodeValue>
<ShortDescription>Bilingual</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/AccreditationStatusDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<AccreditationStatusDescriptor>
<CodeValue>Not Rated</CodeValue>
<ShortDescription>Not Rated</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/AidTypeDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<AidTypeDescriptor>
<CodeValue>Assistantships</CodeValue>
<ShortDescription>Assistantships</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/ApplicationEventResultDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<ApplicationEventResultDescriptor>
<CodeValue>Advance</CodeValue>
<ShortDescription>Advance</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/ApplicationEventTypeDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<ApplicationEventTypeDescriptor>
<CodeValue>Accepted</CodeValue>
<ShortDescription>Accepted</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/ApplicationSourceDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<ApplicationSourceDescriptor>
<CodeValue>Craigslist</CodeValue>
<ShortDescription>Craigslist</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/ApplicationStatusDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<ApplicationStatusDescriptor>
<CodeValue>Accepted</CodeValue>
<ShortDescription>Accepted</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/BackgroundCheckStatusDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<BackgroundCheckStatusDescriptor>
<CodeValue>Eligible</CodeValue>
<ShortDescription>Eligible</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/BackgroundCheckTypeDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<BackgroundCheckTypeDescriptor>
<CodeValue>City</CodeValue>
<ShortDescription>City</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/CandidateCharacteristicDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<CandidateCharacteristicDescriptor>
<CodeValue>Asylee</CodeValue>
<ShortDescription>Asylee</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/CertificationExamStatusDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<CertificationExamStatusDescriptor>
<CodeValue>Planned</CodeValue>
<ShortDescription>Planned</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/CertificationExamTypeDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<CertificationExamTypeDescriptor>
<CodeValue>National</CodeValue>
<ShortDescription>National</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/CertificationFieldDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<CertificationFieldDescriptor>
<CodeValue>Computer Science</CodeValue>
<ShortDescription>Computer Science</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/CertificationLevelDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<CertificationLevelDescriptor>
<CodeValue>Elementary</CodeValue>
<ShortDescription>Elementary</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/CertificationRouteDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<CertificationRouteDescriptor>
<CodeValue>Alternative Program</CodeValue>
<ShortDescription>Alternative Program</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/ClassroomPositionDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<ClassroomPositionDescriptor>
<CodeValue>Other</CodeValue>
<ShortDescription>Other</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/CohortYearTypeDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<CohortYearTypeDescriptor>
<CodeValue>Completion</CodeValue>
<ShortDescription>Completion</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/CoteachingStyleObservedDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<CoteachingStyleObservedDescriptor>
<CodeValue>One Teach, One Assist</CodeValue>
<ShortDescription>One Teach, One Assist</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/CredentialEventTypeDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<CredentialEventTypeDescriptor>
<CodeValue>Planned</CodeValue>
<ShortDescription>Planned</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/CredentialStatusDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<CredentialStatusDescriptor>
<CodeValue>Renewed</CodeValue>
<ShortDescription>Renewed</ShortDescription>
Expand Down
2 changes: 1 addition & 1 deletion Descriptors/DegreeDescriptor.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<InterchangeDescriptors xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/4.0.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<InterchangeDescriptors xmlns="http://ed-fi.org/5.1.0" xmlns:ann="http://ed-fi.org/annotation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ed-fi.org/5.1.0 ../Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd">
<DegreeDescriptor>
<CodeValue>No degree required</CodeValue>
<ShortDescription>No degree required</ShortDescription>
Expand Down
Loading

0 comments on commit dda4331

Please sign in to comment.