wqx
Version:
Water Quality Exchange (WQX): JSON Schema
33 lines (32 loc) • 915 B
JavaScript
export default {
$id: 'https://epa.gov/wqx/ResultDetectionCondition',
title: 'Result Detection Condition',
description: '',
type: 'string',
enum: [
'Above Operating Range',
'Below Daily Detection Limit',
'Below Detection Limit',
'Below Long-term Blank-basd Dt Limit',
'Below Method Detection Limit',
'Below Reporting Limit',
'Below Sample-specific Detect Limit',
'Below System Detection Limit',
'Between Inst Detect and Quant Limit',
'Detected Not Quantified',
'High Moisture',
'Not Detected',
'Not Detected at Detection Limit',
'Not Detected at Reporting Limit',
'Not Present',
'Not Reported',
'Present Above Quantification Limit',
'Present Below Quantification Limit',
'Reported in Raw Data (attached)',
'Trace',
'Unable to Measure',
'Value Decensored',
'Value affected by contamination'
],
maxLength: 35
}