Table of Contents

landUseActivityType

Description

Describes a land use activity that might be applied to a Site or Plot.

Properties

Name Description Required Type
Id A scheme and id method to identify the activity. Allows country-specific and international codes Yes identifierType
Name User-readable name for the activity No string
IsPrimary True if this is the primary activity for the land unit. No boolean
ProductiveArea The area (in square metres) of effective or productive area for this activity. No areaMeasureType

Examples

Example 1

{
  "id": {
    "id": "98765",
    "scheme": "nz.rural.activities"
  },
  "isPrimary": true,
  "name": "Maize",
  "productiveArea": {
    "measurement": 14100,
    "units": "MTK"
  }
}