| name | data type | description | 
|---|---|---|
| InfoMessageIdentifier | InfoMessageRefStructure | |
| InfoMessageVersion | number | |
| InfoChannelRef | InfoChannelRefStructure | |
| ValidUntilTime | string | |
| SituationRef | SituationRefStructure | |
| Content | object | |
| formatRef | string | |
Properties inherited from AbstractIdentifiedItemStructure | 
        ||
| ItemIdentifier | string | |
Properties inherited from AbstractItemStructure | 
        ||
| RecordedAtTime | string | |
Example
{
  "InfoMessageIdentifier" : {
    "value" : "..."
  },
  "InfoMessageVersion" : 12345,
  "InfoChannelRef" : {
    "value" : "..."
  },
  "ValidUntilTime" : "...",
  "SituationRef" : {
    "value" : "..."
  },
  "Content" : { },
  "formatRef" : "...",
  "ItemIdentifier" : "...",
  "RecordedAtTime" : "..."
}