-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Included OldEthnicityDescriptor since that was removed in DS-5.0 bumped version to 1.2 in package.json
- Loading branch information
1 parent
7467d44
commit 0570c1a
Showing
14 changed files
with
75 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Common PlanMilestoneStatus | ||
documentation "The status of the plan milestone" | ||
descriptor MilestoneStatusType | ||
documentation "The type of the status achieved for the milestone." | ||
is required | ||
date MilestoneStatusDate | ||
documentation "The month, day, and year on which the status was achieved for the milestone." | ||
is required | ||
descriptor MilestoneStatusPhase | ||
documentation "The phase in time when the milestone status was achieved." | ||
is optional | ||
shared string MilestoneStatusDescription | ||
documentation "Additional information associated with the milestine status achieved." | ||
is optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Descriptor MilestoneStatusPhase | ||
documentation "The phase in time when the milestone status was achieved." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Descriptor MilestoneStatusType | ||
documentation "The type of the status achieved for the milestone." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Descriptor OldEthnicity | ||
deprecated "Users of this element are advised to use Race and HispanicLatinoEthnicity instead. Expect removal of this element in a future release." | ||
documentation "Previous definition of Ethnicity combining Hispanic/Latino and Race." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Descriptor PlanMilestonePhase | ||
documentation "The phase in time when the milestone is planned." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Descriptor PlanMilestoneType | ||
documentation "The type of milestone defined for the student's plan." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Domain Entity PlanMilestone | ||
documentation "" | ||
domain entity EdFi.EducationOrganization | ||
documentation "A reference to the Education Organization associated with the plan." | ||
is part of identity | ||
domain entity EdFi.Student | ||
documentation "A reference to the Student associiated with the plan." | ||
is part of identity | ||
shared string PlanMilestoneCode | ||
documentation "The code or identifier associated with an element associated with the plan milestone (e.g., course, certification, etc)" | ||
is part of identity | ||
descriptor PlanMilestoneType | ||
documentation "The type of milestone defined for the student's plan." | ||
is part of identity | ||
descriptor PlanMilestonePhase | ||
documentation "The phase in time when the milestone is planned." | ||
is part of identity | ||
shared string PlanMilestoneName | ||
documentation "The name for the milestone" | ||
is part of identity | ||
common PlanMilestoneStatus | ||
documentation "The dated status of the milestone achieved." | ||
is optional | ||
domain entity EdFi.GraduationPlan | ||
documentation "The graduation plan associated with the student's plan." | ||
is optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Domain Entity EdFi.Student additions | ||
domain entity EdFi.Credential | ||
documentation "The legal document giving authorization to perform specific services." | ||
is optional |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Shared String MilestoneStatusDescription | ||
documentation "Additional information associated with the milestine status achieved." | ||
min length 0 | ||
max length 60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Shared String PlanMilestoneCode | ||
documentation "The code or identifier associated with an element associated with the plan milestone (e.g., course, certification, etc)" | ||
min length 1 | ||
max length 60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Shared String PlanMilestoneName | ||
documentation "The name for the milestone" | ||
min length 0 | ||
max length 60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters