speciesQuantityType
Description
Used to record the quantity, in terms of weight and/or count, of a species and optionally for a grade.
Properties
Name | Description | Required | Type |
---|---|---|---|
Species | Identifies the species being recorded. | Yes | string |
Grade | Optional. The grade of the species being recorded. May have value 'Total' indicating the total across all grades. | No | string |
Weight | The weight and units measured of this species and grade. | No | massMeasureType |
Count | The count observed of this species and grade. | No | Integer |
Examples
Example 1
{
"species": "species",
"grade": "grade",
"weight": {
"units": "KGM",
"measurement": 0.0,
"resolution": 0.0
},
"count": 0
}