mdJson-schemas
mdJson-schemas copied to clipboard
New Class - Acquisition
Class Definition: acquisition "designations for the measuring instruments, the platform carrying them, and the mission to which the data contributes"
Rules:
- [ ] optional
Element Definitions:
- [ ] scope: { } "the specific data to which the acquisition information applies"
- [ ] plan: [ plan ] "identifies the plan as implemented by the acquisition"
- [ ] requirement: [ requirement ] "identifies the requirement the data acquisition intends to satisfy"
- [ ] objective: [ objective ] "identification of the area or object to be sensed"
- [ ] platform: [ platform ] "general information about the platform from which the data were taken"
- [ ] instrument: [ instrument ] "general information about the instrument used in data acquisition"
- [ ] operation: [ operation ] "general information about an identifiable activity which provided the data"
- [ ] event: [ event ] "identification of a significant collection point within an operation"
- [ ] pass: [ pass ] "identification of collection coverage"
- [ ] environment: { environment } "a record of the environmental circumstances during the data acquisition"
Rules:
- [ ] All elements are optional
mdJson:
{
"metadata": {
"acquisition": [
{
"scope": {},
"plan": [],
"requirement": [],
"objective": [],
"platform": [],
"instrument": [],
"operation": [],
"event": [],
"pass": [],
"environment": {}
}
]
}
}
Supports #204
Added "scope"