lengthMeasureType
Description
Specifies an length or perimeter, including units (default is metre - MTR).
The lengthMeasureType schema inherits from measurementType.
Properties
Name | Description | Required | Type |
---|---|---|---|
Units | Defines the unit of measure for the length. Prefered units are MTR (UN-CEFACT metre). | No | uncefactLengthUnits |
Measurement | The value (in units) of the quantity observed. | No | Number |
Resolution | The smallest measurement difference (in units) that can be discriminated given the current device settings. | No | Number |
Examples
Example 1
{
"measurement": 400,
"resolution": 1,
"units": "MTR"
}
Example 2
{
"measurement": 6.5,
"resolution": 0.5,
"units": "MMT"
}
Example 3
{
"measurement": 0.7,
"resolution": 0.1,
"units": "CMT"
}