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