| name | data type | description | 
|---|---|---|
| coordinateSystem | CoordinateSystem | |
Properties inherited from ReferenceSystem | 
        ||
| scope | InternationalString | |
| domainOfValidity | Extent | |
Example
{
  "coordinateSystem" : {
    "dimension" : 12345,
    "remarks" : { },
    "name" : {
      "codeSpace" : "...",
      "version" : "...",
      "code" : "...",
      "authority" : { }
    },
    "identifiers" : [ {
      "codeSpace" : "...",
      "version" : "...",
      "code" : "...",
      "authority" : { }
    }, {
      "codeSpace" : "...",
      "version" : "...",
      "code" : "...",
      "authority" : { }
    } ],
    "alias" : [ {
      "parsedNames" : [ { }, { } ]
    }, {
      "parsedNames" : [ { }, { } ]
    } ]
  },
  "scope" : { },
  "domainOfValidity" : {
    "verticalElements" : [ {
      "minimumValue" : 12345.0,
      "verticalCRS" : { },
      "maximumValue" : 12345.0
    }, {
      "minimumValue" : 12345.0,
      "verticalCRS" : { },
      "maximumValue" : 12345.0
    } ],
    "description" : { },
    "temporalElements" : [ {
      "extent" : { }
    }, {
      "extent" : { }
    } ],
    "geographicElements" : [ {
      "inclusion" : true
    }, {
      "inclusion" : true
    } ]
  }
}