From b197ffbb1f1d070f9fee1fec455f3d76a48a3d2d Mon Sep 17 00:00:00 2001 From: Data Commons Date: Thu, 31 Aug 2023 03:24:24 -0700 Subject: [PATCH] Data Manifest CL for Euro-stat Education data set at National Level. PiperOrigin-RevId: 561604769 --- core/dcschema_enum_instances.mcf | 4 ++++ stat_vars/euronew.mcf | 15 +++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 stat_vars/euronew.mcf diff --git a/core/dcschema_enum_instances.mcf b/core/dcschema_enum_instances.mcf index e7fb24a28..fc65bbe7f 100644 --- a/core/dcschema_enum_instances.mcf +++ b/core/dcschema_enum_instances.mcf @@ -2776,3 +2776,7 @@ name: "Above 185 percent of Federal Poverty Line" Node: dcid:Below185PercentOfFederalPovertyLine typeOf: dcs:HouseholdIncomeEnum name: "Below 185 percent of Federal Poverty Line" + +Node: dcid:EarlyEducation +name: "EarlyEducation" +typeOf: dcid:EnrollmentLevelEnum diff --git a/stat_vars/euronew.mcf b/stat_vars/euronew.mcf new file mode 100644 index 000000000..fc0914dde --- /dev/null +++ b/stat_vars/euronew.mcf @@ -0,0 +1,15 @@ +Node: dcid:Count_Person_4OrMoreYears +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +age: [4 - Years] + +Node: dcid:Count_Person_4OrMoreYears_EarlyEducation_AsAFractionOf_Count_Person_4OrMoreYears +typeOf: dcid:StatisticalVariable +populationType: dcid:Person +measuredProperty: dcid:count +statType: dcid:measuredValue +measurementDenominator: dcid:Count_Person_4OrMoreYears +age: [4 - Years] +enrollmentLevel: dcid:EarlyEducation