Skip to content

Commit 3948042

Browse files
Data Commonscopybara-github
authored andcommitted
This data provides an overview of student retention rates, categorized by gender, race/ethnicity, disability status, and language fluency, specifically for School Grades 1 to 12
PiperOrigin-RevId: 850353904
1 parent f47ac75 commit 3948042

4 files changed

Lines changed: 9532 additions & 1 deletion

File tree

core/dcschema.mcf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5535,3 +5535,9 @@ typeOf: dcid:Property
55355535
name: "assessmentScoreLevel"
55365536
domainIncludes: dcid:Student
55375537
rangeIncludes: dcid:AssessmentScoreLevelEnum
5538+
5539+
Node: dcid:studentStatus
5540+
typeOf: dcs:Property
5541+
name: "studentStatus"
5542+
domainIncludes: dcid:Student
5543+
rangeIncludes: dcid:StudentStatusEnum

core/dcschema_enum_classes.mcf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -709,3 +709,8 @@ Node: dcid:VaccineDoseReceivedEnum
709709
typeOf: schema:Class
710710
subClassOf: dcs:Enumeration
711711
name: "VaccineDoseReceivedEnum"
712+
713+
Node: dcid:StudentStatusEnum
714+
typeOf: schema:Class
715+
subClassOf: dcs:Enumeration
716+
name: "StudentStatusEnum"

core/dcschema_enum_instances.mcf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4564,7 +4564,6 @@ Node: dcid:TeachersInRemote
45644564
typeOf: dcid:TeacherInstructionModeEnum
45654565
name: "Teachers In Remote"
45664566

4567-
45684567
Node: dcid:AtLeastOneVaccineDose
45694568
typeOf: dcid:VaccineDoseReceivedEnum
45704569
name: "At least one dose"
@@ -4627,3 +4626,7 @@ name: "Teachers In Remote"
46274626
Node: dcid:WifiEnabledDevice
46284627
typeOf: dcid:USC_InternetSubscriptionTypeEnum
46294628
name: "Wifi Enabled Device"
4629+
4630+
Node: dcid:StudentRetained
4631+
typeOf: dcid:StudentStatusEnum
4632+
name: "Student Retained"

0 commit comments

Comments
 (0)