| name | data type | description | 
|---|---|---|
| CreationTime | string | |
| CountryRef | CountryRefStructure | |
| ParticipantRef | RequestorRef | |
| SituationNumber | SituationNumber | |
| UpdateCountryRef | CountryRefStructure | |
| UpdateParticipantRef | RequestorRef | |
| Version | SituationVersion | |
| ExternalReference | string | |
| RelatedAs | RelatedToEnumeration | |
| Extensions | Extensions | 
Example
{
  "CreationTime" : "...",
  "CountryRef" : {
    "value" : "nz"
  },
  "ParticipantRef" : {
    "value" : "..."
  },
  "SituationNumber" : {
    "value" : "..."
  },
  "UpdateCountryRef" : {
    "value" : "fr"
  },
  "UpdateParticipantRef" : {
    "value" : "..."
  },
  "Version" : {
    "value" : 12345
  },
  "ExternalReference" : "...",
  "RelatedAs" : "supercedes",
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  }
}