Skip to content

Commit

Permalink
Merge pull request #23 from Ed-Fi-Alliance-OSS/DATASTD-1881
Browse files Browse the repository at this point in the history
[DATASTD-1881] Update XSD files
  • Loading branch information
stevenarnold-ed-fi authored Nov 30, 2022
2 parents eae258f + 1968593 commit c12f3d3
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Schemas/Bulk/EXTENSION-Ed-Fi-Extended-Core.xsd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://ed-fi.org/4.0.0-a" xmlns:ann="http://ed-fi.org/annotation" targetNamespace="http://ed-fi.org/4.0.0-a" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://ed-fi.org/4.0.0" xmlns:ann="http://ed-fi.org/annotation" targetNamespace="http://ed-fi.org/4.0.0" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:include schemaLocation="Ed-Fi-Core.xsd" />
<xs:annotation>
<xs:documentation>===== Ed-Fi 4.0.0-a Extensions =====</xs:documentation>
<xs:documentation>===== Ed-Fi 4.0.0 Extensions =====</xs:documentation>
</xs:annotation>
<xs:annotation>
<xs:documentation>===== Domain Entities =====</xs:documentation>
Expand Down
2 changes: 1 addition & 1 deletion Schemas/Bulk/EXTENSION-Interchange-Candidate-Extension.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://ed-fi.org/4.0.0-a" targetNamespace="http://ed-fi.org/4.0.0-a" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://ed-fi.org/4.0.0" targetNamespace="http://ed-fi.org/4.0.0" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:include schemaLocation="EXTENSION-Ed-Fi-Extended-Core.xsd" />
<xs:annotation>
<xs:documentation>===== Candidate Interchange Model =====</xs:documentation>
Expand Down
10 changes: 8 additions & 2 deletions Schemas/Bulk/EXTENSION-Interchange-Descriptors-Extension.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://ed-fi.org/4.0.0-a" targetNamespace="http://ed-fi.org/4.0.0-a" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://ed-fi.org/4.0.0" targetNamespace="http://ed-fi.org/4.0.0" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:include schemaLocation="EXTENSION-Ed-Fi-Extended-Core.xsd" />
<xs:annotation>
<xs:documentation>===== Descriptors Interchange Model =====</xs:documentation>
Expand All @@ -15,7 +15,7 @@ The Descriptor interchange is used to describe metadata about the descriptors an
<xs:element name="AcademicHonorCategoryDescriptor" type="AcademicHonorCategoryDescriptor" />
<xs:element name="AcademicSubjectDescriptor" type="AcademicSubjectDescriptor" />
<xs:element name="AccommodationDescriptor" type="AccommodationDescriptor" />
<xs:element name="AccountClassificationDescriptor" type="AccountClassificationDescriptor" />
<xs:element name="AccountTypeDescriptor" type="AccountTypeDescriptor" />
<xs:element name="AchievementCategoryDescriptor" type="AchievementCategoryDescriptor" />
<xs:element name="AdditionalCreditTypeDescriptor" type="AdditionalCreditTypeDescriptor" />
<xs:element name="AddressTypeDescriptor" type="AddressTypeDescriptor" />
Expand All @@ -28,6 +28,7 @@ The Descriptor interchange is used to describe metadata about the descriptors an
<xs:element name="AssessmentItemResultDescriptor" type="AssessmentItemResultDescriptor" />
<xs:element name="AssessmentPeriodDescriptor" type="AssessmentPeriodDescriptor" />
<xs:element name="AssessmentReportingMethodDescriptor" type="AssessmentReportingMethodDescriptor" />
<xs:element name="AssignmentLateStatusDescriptor" type="AssignmentLateStatusDescriptor" />
<xs:element name="AttemptStatusDescriptor" type="AttemptStatusDescriptor" />
<xs:element name="AttendanceEventCategoryDescriptor" type="AttendanceEventCategoryDescriptor" />
<xs:element name="BarrierToInternetAccessInResidenceDescriptor" type="BarrierToInternetAccessInResidenceDescriptor" />
Expand Down Expand Up @@ -71,6 +72,7 @@ The Descriptor interchange is used to describe metadata about the descriptors an
<xs:element name="DisciplineActionLengthDifferenceReasonDescriptor" type="DisciplineActionLengthDifferenceReasonDescriptor" />
<xs:element name="DisciplineIncidentParticipationCodeDescriptor" type="DisciplineIncidentParticipationCodeDescriptor" />
<xs:element name="EducationalEnvironmentDescriptor" type="EducationalEnvironmentDescriptor" />
<xs:element name="EducationOrganizationAssociationTypeDescriptor" type="EducationOrganizationAssociationTypeDescriptor" />
<xs:element name="EducationOrganizationCategoryDescriptor" type="EducationOrganizationCategoryDescriptor" />
<xs:element name="EducationOrganizationIdentificationSystemDescriptor" type="EducationOrganizationIdentificationSystemDescriptor" />
<xs:element name="EducationPlanDescriptor" type="EducationPlanDescriptor" />
Expand All @@ -80,6 +82,7 @@ The Descriptor interchange is used to describe metadata about the descriptors an
<xs:element name="EntryTypeDescriptor" type="EntryTypeDescriptor" />
<xs:element name="EventCircumstanceDescriptor" type="EventCircumstanceDescriptor" />
<xs:element name="ExitWithdrawTypeDescriptor" type="ExitWithdrawTypeDescriptor" />
<xs:element name="FinancialCollectionDescriptor" type="FinancialCollectionDescriptor" />
<xs:element name="GradebookEntryTypeDescriptor" type="GradebookEntryTypeDescriptor" />
<xs:element name="GradeLevelDescriptor" type="GradeLevelDescriptor" />
<xs:element name="GradePointAverageTypeDescriptor" type="GradePointAverageTypeDescriptor" />
Expand Down Expand Up @@ -117,6 +120,7 @@ The Descriptor interchange is used to describe metadata about the descriptors an
<xs:element name="MediumOfInstructionDescriptor" type="MediumOfInstructionDescriptor" />
<xs:element name="MethodCreditEarnedDescriptor" type="MethodCreditEarnedDescriptor" />
<xs:element name="MigrantEducationProgramServiceDescriptor" type="MigrantEducationProgramServiceDescriptor" />
<xs:element name="ModelEntityDescriptor" type="ModelEntityDescriptor" />
<xs:element name="MonitoredDescriptor" type="MonitoredDescriptor" />
<xs:element name="NeglectedOrDelinquentProgramDescriptor" type="NeglectedOrDelinquentProgramDescriptor" />
<xs:element name="NeglectedOrDelinquentProgramServiceDescriptor" type="NeglectedOrDelinquentProgramServiceDescriptor" />
Expand Down Expand Up @@ -156,6 +160,7 @@ The Descriptor interchange is used to describe metadata about the descriptors an
<xs:element name="RelationDescriptor" type="RelationDescriptor" />
<xs:element name="RepeatIdentifierDescriptor" type="RepeatIdentifierDescriptor" />
<xs:element name="ReporterDescriptionDescriptor" type="ReporterDescriptionDescriptor" />
<xs:element name="ReportingTagDescriptor" type="ReportingTagDescriptor" />
<xs:element name="ResidencyStatusDescriptor" type="ResidencyStatusDescriptor" />
<xs:element name="ResponseIndicatorDescriptor" type="ResponseIndicatorDescriptor" />
<xs:element name="ResponsibilityDescriptor" type="ResponsibilityDescriptor" />
Expand All @@ -181,6 +186,7 @@ The Descriptor interchange is used to describe metadata about the descriptors an
<xs:element name="StudentCharacteristicDescriptor" type="StudentCharacteristicDescriptor" />
<xs:element name="StudentIdentificationSystemDescriptor" type="StudentIdentificationSystemDescriptor" />
<xs:element name="StudentParticipationCodeDescriptor" type="StudentParticipationCodeDescriptor" />
<xs:element name="SubmissionStatusDescriptor" type="SubmissionStatusDescriptor" />
<xs:element name="SurveyCategoryDescriptor" type="SurveyCategoryDescriptor" />
<xs:element name="SurveyLevelDescriptor" type="SurveyLevelDescriptor" />
<xs:element name="TeachingCredentialDescriptor" type="TeachingCredentialDescriptor" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://ed-fi.org/4.0.0-a" targetNamespace="http://ed-fi.org/4.0.0-a" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://ed-fi.org/4.0.0" targetNamespace="http://ed-fi.org/4.0.0" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:include schemaLocation="EXTENSION-Ed-Fi-Extended-Core.xsd" />
<xs:annotation>
<xs:documentation>===== Education Organization Interchange Model =====</xs:documentation>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://ed-fi.org/4.0.0-a" targetNamespace="http://ed-fi.org/4.0.0-a" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://ed-fi.org/4.0.0" targetNamespace="http://ed-fi.org/4.0.0" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:include schemaLocation="EXTENSION-Ed-Fi-Extended-Core.xsd" />
<xs:annotation>
<xs:documentation>===== Performance Evaluation Interchange Model =====</xs:documentation>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://ed-fi.org/4.0.0-a" targetNamespace="http://ed-fi.org/4.0.0-a" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://ed-fi.org/4.0.0" targetNamespace="http://ed-fi.org/4.0.0" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:include schemaLocation="EXTENSION-Ed-Fi-Extended-Core.xsd" />
<xs:annotation>
<xs:documentation>===== Staff Association Interchange Model =====</xs:documentation>
Expand Down
2 changes: 1 addition & 1 deletion Schemas/Bulk/EXTENSION-Interchange-Survey-Extension.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://ed-fi.org/4.0.0-a" targetNamespace="http://ed-fi.org/4.0.0-a" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://ed-fi.org/4.0.0" targetNamespace="http://ed-fi.org/4.0.0" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:include schemaLocation="EXTENSION-Ed-Fi-Extended-Core.xsd" />
<xs:annotation>
<xs:documentation>===== Survey Interchange Model =====</xs:documentation>
Expand Down

0 comments on commit c12f3d3

Please sign in to comment.