Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -5776,3 +5776,30 @@ typeOf: schema:Property
domainIncludes: dcs:StatVarGroupSpec
rangeIncludes: schema:Text
description: "Observation properties that are used to generate StatVarGroup nodes."

Node: dcid:Years15To74
typeOf: dcid:AgeStatusEnum
name: "Years15To74"
isProvisional: dcs:True

Node: dcid:Years25To54
typeOf: dcid:AgeStatusEnum
name: "Years25To54"
isProvisional: dcs:True

Node: dcid:seasonalAdjustment
typeOf: dcs:Property
name: "seasonalAdjustment"
domainIncludes: dcid:Person
rangeIncludes: dcid:SeasonalAdjustmentEnum
isProvisional: dcs:True

Node: dcid:SeasonallyAdjusted
typeOf: dcid:SeasonalAdjustmentEnum
name: "SeasonallyAdjusted"
isProvisional: dcs:True

Node: dcid:TrendCycle
typeOf: dcid:SeasonalAdjustmentEnum
name: "TrendCycle"
isProvisional: dcs:True
9 changes: 9 additions & 0 deletions core/stat_var_group_spec.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -8638,6 +8638,15 @@ populationType: dcid:Person
typeOf: dcid:StatVarGroupSpec
vertical: dcid:dc/g/Employment

Node: dc/spec/Person_SeasonalAdjustment_Employment
dcid: "dc/spec/Person_SeasonalAdjustment_Employment"
typeOf: dcid:StatVarGroupSpec
populationType: dcid:Person
constraintProperties: dcid:seasonalAdjustment
observationProperties: "measuredProperty=count"
observationProperties: "measuredProperty=unemploymentRate"
vertical: dcid:dc/g/Employment

Node: dc/spec/8t0bfv3vrd2x
constraintProperties: dcid:height
dcid: "dc/spec/8t0bfv3vrd2x"
Expand Down
Loading
Loading