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