ReferencesStructure Data Type

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

Example

{
  "RelatedToRef" : [ {
    "CreationTime" : "...",
    "CountryRef" : {
      "value" : "mm"
    },
    "ParticipantRef" : {
      "value" : "..."
    },
    "SituationNumber" : {
      "value" : "..."
    },
    "UpdateCountryRef" : {
      "value" : "pl"
    },
    "UpdateParticipantRef" : {
      "value" : "..."
    },
    "Version" : {
      "value" : 12345
    },
    "ExternalReference" : "...",
    "RelatedAs" : "supercedes",
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "CreationTime" : "...",
    "CountryRef" : {
      "value" : "eg"
    },
    "ParticipantRef" : {
      "value" : "..."
    },
    "SituationNumber" : {
      "value" : "..."
    },
    "UpdateCountryRef" : {
      "value" : "td"
    },
    "UpdateParticipantRef" : {
      "value" : "..."
    },
    "Version" : {
      "value" : 12345
    },
    "ExternalReference" : "...",
    "RelatedAs" : "associated",
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  } ]
}