Table of Contents

classificationType

Description

Defines a hierarchical classification within a defined classification scheme. Used for soils, slope, land use capability, etc.

Properties

Name Description Required Type
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

{
  "scheme": "nz.rural.classification",
  "primary": "rural",
  "secondary": "cropping"
}

Example 2

{
  "scheme": "nz.rural.classification",
  "primary": "rural",
  "secondary": "grazing"
}

Example 3

{
  "scheme": "nz.govt.mpi.onebilliontrees",
  "primary": "Mānuka/Kānuka Planting"
}