ReferenceIdentifier Data Type

Abstract Type
Implemented Interfaces
Identifier
Properties
name data type description
codeSpace string
version string
Properties inherited from Identifier
code string
authority Citation

Example

{
  "codeSpace" : "...",
  "version" : "...",
  "code" : "...",
  "authority" : {
    "citedResponsibleParties" : [ {
      "positionName" : { },
      "individualName" : "...",
      "organisationName" : { },
      "role" : { },
      "contactInfo" : { }
    }, {
      "positionName" : { },
      "individualName" : "...",
      "organisationName" : { },
      "role" : { },
      "contactInfo" : { }
    } ],
    "identifiers" : [ {
      "code" : "...",
      "authority" : { }
    }, {
      "code" : "...",
      "authority" : { }
    } ],
    "title" : { },
    "presentationForm" : [ { }, { } ],
    "dates" : [ {
      "dateType" : { },
      "date" : 12345
    }, {
      "dateType" : { },
      "date" : 12345
    } ],
    "editionDate" : 12345,
    "collectiveTitle" : { },
    "ISSN" : "...",
    "series" : {
      "issueIdentification" : "...",
      "name" : { },
      "page" : "..."
    },
    "ISBN" : "...",
    "edition" : { },
    "alternateTitles" : [ { }, { } ],
    "otherCitationDetails" : { }
  }
}