Table of Contents

complianceEligibilityType

Description

Extends a hierarchical classification within a defined classification scheme for compliance or funding eligibility.

The complianceEligibilityType schema inherits from classificationType.

Properties

Name Description Required Type
Eligible A value defined by the scheme that indicates eligible, partially eligible (of some sort), or ineligible. No string
Scheme A URI or reverse domain scheme name for the classification (e.g., nz.nzsc.soil). No string
Primary Primary level of classification under the scheme (e.g., in NZSC this would be the Order). No string
Secondary Secondary level of classification under the scheme (e.g., in NZSC this would be the Group). No string
Tertiary Tertiary level of classification under the scheme (e.g., in NZSC this would be the Subgroup). No string

Examples

Example 1

{
  "eligible": "eligible",
  "scheme": "scheme",
  "primary": "primary",
  "secondary": "secondary",
  "tertiary": "tertiary"
}