| name | data type | description | 
|---|---|---|
| areaOfInterest | AreaOfInterestEnum | |
| confidentiality | ConfidentialityValueEnum | |
| informationUsage | array of InformationUsageEnum | |
| informationStatus | InformationStatusEnum | |
| urgency | UrgencyEnum | |
| headerInformationExtension | ExtensionType | 
Example
{
  "areaOfInterest" : "continentWide",
  "confidentiality" : "internalUse",
  "informationUsage" : [ "variableMessageSign", "internet" ],
  "informationStatus" : "technicalExercise",
  "urgency" : "extremelyUrgent",
  "headerInformationExtension" : {
    "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" : { }
    } ]
  }
}