| name | data type | description | 
|---|---|---|
| InfoMessageIdentifier | InfoMessageRefStructure | |
| InfoMessageVersion | number | |
| InfoChannelRef | InfoChannelRefStructure | |
| ValidUntilTime | string | |
| SituationRef | SituationRef | |
| Content | object | |
| Extensions | Extensions | |
| formatRef | string | |
Properties inherited from AbstractIdentifiedItemStructure | 
        ||
| ItemIdentifier | string | |
Properties inherited from AbstractItemStructure | 
        ||
| RecordedAtTime | string | |
Example
{
  "InfoMessageIdentifier" : {
    "value" : "..."
  },
  "InfoMessageVersion" : 12345,
  "InfoChannelRef" : {
    "value" : "..."
  },
  "ValidUntilTime" : "...",
  "SituationRef" : {
    "SituationSimpleRef" : {
      "value" : "..."
    },
    "SituationFullRef" : {
      "VersionCountryRef" : { },
      "ParticipantRef" : { },
      "SituationNumber" : { },
      "UpdateCountryRef" : { },
      "UpdateParticipantRef" : { },
      "Version" : { }
    }
  },
  "Content" : { },
  "Extensions" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  },
  "formatRef" : "...",
  "ItemIdentifier" : "...",
  "RecordedAtTime" : "..."
}