Sha256: 13015195826d2439eb562fcc6cb8f0b2bcd396f930c859f8a582ba581b2f1776

Contents?: true

Size: 1.67 KB

Versions: 5

Compression:

Stored size: 1.67 KB

Contents

{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "id": "rangeElementDescription.json#",
  "type": "object",
  "title": "",
  "description": "provides definitions and values for range elements such as missing data or other flags associated with a Sample Dimension.",
  "example": "../examples/rangeElementDescription.json",
  "translation": {
    "ISO 19115-1": [
      "mrc:MD_CoverageDescription > mrc:attributeGroup > mrc:attribute > mrc:MD_SampleDimension"
    ],
    "FGDC CSDGM": ["no translation"]
  },
  "required": ["name", "definition", "rangeElement"],
  "properties": {
    "name": {
      "type": "string",
      "description": "designation associated with a set of range elements.",
      "translation": {
        "ISO 19115-1": [
          "mrc:MD_CoverageDescription > mrc:attributeGroup > mrc:attribute > mrc:MD_SampleDimension"
        ],
        "FGDC CSDGM": ["no translation"]
      }
    },
    "definition": {
      "type": "string",
      "description": "description of a set of specific range elements.",
      "translation": {
        "ISO 19115-1": [
          "mrc:MD_CoverageDescription > mrc:attributeGroup > mrc:attribute > mrc:MD_SampleDimension"
        ],
        "FGDC CSDGM": ["no translation"]
      }
    },
    "rangeElement": {
      "type": "array",
      "description": "specific range elements, i.e. range elements associated with a name and their definition.",
      "translation": {
        "ISO 19115-1": [
          "mrc:MD_CoverageDescription > mrc:attributeGroup > mrc:attribute > mrc:MD_SampleDimension"
        ],
        "FGDC CSDGM": ["no translation"]
      },
      "minItems": 1,
      "items": {
        "type": "string"
      }
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
adiwg-mdjson_schemas-2.9.2.pre.beta.21 schema/rangeElementDescription.json
adiwg-mdjson_schemas-2.9.2.pre.beta.20 schema/rangeElementDescription.json
adiwg-mdjson_schemas-2.9.2.pre.beta.19 schema/rangeElementDescription.json
adiwg-mdjson_schemas-2.9.1 schema/rangeElementDescription.json
adiwg-mdjson_schemas-2.9.0 schema/rangeElementDescription.json