mdJson-schemas
mdJson-schemas copied to clipboard
New Class - Algorithm
Class Definition: algorithm "details of the methodology by which geographic information was derived from the instrument readings"
Rules:
- [ ] optional
Element Definitions:
- citation: { citation } "information identifying the algorithm and version or date"
- description: ( string ) "information describing the algorithm used to generate the data"
Rules:
- [ ] citation: required
- [ ] description: required
mdJson:
{
"algorithm": {
"citation": { },
"description": "algorithm description"
}
}