name | data type | description |
---|---|---|
RelatedToRef | array of RelatedSituationStructure |
Example
{ "RelatedToRef" : [ { "CreationTime" : "...", "CountryRef" : { "value" : "sg" }, "ParticipantRef" : { "value" : "..." }, "SituationNumber" : { "value" : "..." }, "UpdateCountryRef" : { "value" : "pa" }, "UpdateParticipantRef" : { "value" : "..." }, "Version" : { "value" : 12345 }, "ExternalReference" : "...", "RelatedAs" : "supercededBy", "Extensions" : { "any" : { } } }, { "CreationTime" : "...", "CountryRef" : { "value" : "cd" }, "ParticipantRef" : { "value" : "..." }, "SituationNumber" : { "value" : "..." }, "UpdateCountryRef" : { "value" : "ve" }, "UpdateParticipantRef" : { "value" : "..." }, "Version" : { "value" : 12345 }, "ExternalReference" : "...", "RelatedAs" : "effect", "Extensions" : { "any" : { } } } ] }