IdentifiedObject Data Type

Abstract Type
Subtypes
SingleCRS, VerticalDatum, ReferenceSystem, VerticalCS, CoordinateReferenceSystem, VerticalCRS, Datum, CoordinateSystem
Properties
name data type description
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.
{
  "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" : [ { }, { } ]
    } ]
  } ]
}