CoordinateSystem Data Type

Abstract Type
Subtypes
VerticalCS
Implemented Interfaces
IdentifiedObject
Properties
name data type constraints description
dimension number required
Properties inherited from IdentifiedObject
remarks InternationalString  
name ReferenceIdentifier  
identifiers array of ReferenceIdentifier  
alias array of GenericName  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "dimension" : 12345,
  "remarks" : { },
  "name" : {
    "codeSpace" : "...",
    "version" : "...",
    "code" : "...",
    "authority" : {
      "citedResponsibleParties" : [ { }, { } ],
      "identifiers" : [ { }, { } ],
      "title" : { },
      "presentationForm" : [ { }, { } ],
      "dates" : [ { }, { } ],
      "editionDate" : 12345,
      "collectiveTitle" : { },
      "ISSN" : "...",
      "series" : { },
      "ISBN" : "...",
      "edition" : { },
      "alternateTitles" : [ { }, { } ],
      "otherCitationDetails" : { }
    }
  },
  "identifiers" : [ {
    "codeSpace" : "...",
    "version" : "...",
    "code" : "...",
    "authority" : {
      "citedResponsibleParties" : [ { }, { } ],
      "identifiers" : [ { }, { } ],
      "title" : { },
      "presentationForm" : [ { }, { } ],
      "dates" : [ { }, { } ],
      "editionDate" : 12345,
      "collectiveTitle" : { },
      "ISSN" : "...",
      "series" : { },
      "ISBN" : "...",
      "edition" : { },
      "alternateTitles" : [ { }, { } ],
      "otherCitationDetails" : { }
    }
  }, {
    "codeSpace" : "...",
    "version" : "...",
    "code" : "...",
    "authority" : {
      "citedResponsibleParties" : [ { }, { } ],
      "identifiers" : [ { }, { } ],
      "title" : { },
      "presentationForm" : [ { }, { } ],
      "dates" : [ { }, { } ],
      "editionDate" : 12345,
      "collectiveTitle" : { },
      "ISSN" : "...",
      "series" : { },
      "ISBN" : "...",
      "edition" : { },
      "alternateTitles" : [ { }, { } ],
      "otherCitationDetails" : { }
    }
  } ],
  "alias" : [ {
    "parsedNames" : [ {
      "parsedNames" : [ { }, { } ]
    }, {
      "parsedNames" : [ { }, { } ]
    } ]
  }, {
    "parsedNames" : [ {
      "parsedNames" : [ { }, { } ]
    }, {
      "parsedNames" : [ { }, { } ]
    } ]
  } ]
}