name | data type | description |
---|---|---|
sourceCountry | CountryEnum | |
sourceIdentification | string | |
sourceName | SourceName | |
sourceType | SourceTypeEnum | |
reliable | boolean | |
sourceInformationExtension | ExtensionType |
Example
{ "sourceCountry" : "cy", "sourceIdentification" : "...", "sourceName" : { "value" : [ { "value" : "...", "lang" : "..." }, { "value" : "...", "lang" : "..." } ] }, "sourceType" : "videoProcessingMonitoringStation", "reliable" : true, "sourceInformationExtension" : { "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" : { } } ] } }