| name | data type | description |
|---|---|---|
| areaOfInterest | AreaOfInterestEnum | |
| confidentiality | ConfidentialityValueEnum | |
| informationStatus | InformationStatusEnum | |
| urgency | UrgencyEnum | |
| headerInformationExtension | ExtensionType |
Example
{
"areaOfInterest" : "national",
"confidentiality" : "restrictedToAuthoritiesTrafficOperatorsAndPublishers",
"informationStatus" : "test",
"urgency" : "normalUrgency",
"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" : { }
} ]
}
}