Skip to content
Merged
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
7 changes: 7 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -2747,6 +2747,13 @@ domainIncludes: dcs:StatisticalVariable
rangeIncludes: schema:Property
description: "Indicates the type of measurement a StatisticalVariable represents. Some examples are measuredValue, maxValue, minValue, stdError, etc."

Node: dcid:observationProperties
typeOf: schema:Property
name: "Observation Properties"
domainIncludes: dcs:StatisticalVariable
rangeIncludes: schema:Property
description: "Defines required entity fields for an observation. It specifies a list of mandatory properties (up to 3, e.g., sourcePlace, targetIndustry) that a StatVarObservation must include to completely describe the measurement. For the data to be valid, the observation must supply exactly one non-repeated value for every property listed."

Node: dcid:rankFromTop
typeOf: schema:Property
name: "rankFromTop"
Expand Down
Loading