ReferencesStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
RelatedToRef array of RelatedSituationStructure

Example

{
  "RelatedToRef" : [ {
    "CreationTime" : "...",
    "CountryRef" : {
      "value" : "fm"
    },
    "ParticipantRef" : {
      "value" : "..."
    },
    "SituationNumber" : {
      "value" : "..."
    },
    "UpdateCountryRef" : {
      "value" : "bz"
    },
    "UpdateParticipantRef" : {
      "value" : "..."
    },
    "Version" : {
      "value" : 12345
    },
    "ExternalReference" : "...",
    "RelatedAs" : "supercededBy",
    "Extensions" : {
      "any" : { }
    }
  }, {
    "CreationTime" : "...",
    "CountryRef" : {
      "value" : "cx"
    },
    "ParticipantRef" : {
      "value" : "..."
    },
    "SituationNumber" : {
      "value" : "..."
    },
    "UpdateCountryRef" : {
      "value" : "bj"
    },
    "UpdateParticipantRef" : {
      "value" : "..."
    },
    "Version" : {
      "value" : 12345
    },
    "ExternalReference" : "...",
    "RelatedAs" : "cause",
    "Extensions" : {
      "any" : { }
    }
  } ]
}